forked from obsproject/obs-studio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
buildspec.json
70 lines (70 loc) · 2.85 KB
/
buildspec.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"dependencies": {
"prebuilt": {
"version": "2023-08-08",
"baseUrl": "https://github.com/obsproject/obs-deps/releases/download",
"label": "Pre-Built obs-deps",
"hashes": {
"macos-universal": "9c4c3ecf2ee58e0a03219693c760adcd775960c82f72a33ff306494da81a1c6f",
"windows-x64": "676758d4f03a905245559e4d5eb8c04c503dcf6ec49de2c760ca49dcd9c833d1",
"windows-x86": "a579c36aaab5b558520abe8716ee6728cb6e314e8f168abd303364ec735c820b",
"linux-x86_64": "8c68041abbcb21b812e8ecf7b5a990bf76aa35ae00c44ca2d67c900cb5008bbd"
}
},
"qt6": {
"version": "2023-08-08",
"baseUrl": "https://github.com/obsproject/obs-deps/releases/download",
"label": "Pre-Built Qt6",
"hashes": {
"macos-universal": "e6d86c72f6ba07202b5660ca879b7b0ad113ce99cb8e49ad99c5bbc15da3cff5",
"windows-x64": "aa155f4830a8cdabfe0f4b1bb027a7712b4773f25986f4b4fce082a1ff75057c"
},
"debugSymbols": {
"windows-x64": "60aaa0972b42136a13e079de7d735714c6cc1057951348a2f3ed3655450866d8"
}
},
"cef": {
"version": "5060",
"baseUrl": "https://cdn-fastly.obsproject.com/downloads",
"label": "Chromium Embedded Framework",
"hashes": {
"macos-x86_64": "7ef71717ff2e4ff4212274c33f0993729f47c109c464e499544fd3f63586a069",
"macos-arm64": "a9da8909202aefc8f35509d03eff9a7c837b5d3b2ed3afb39b67121cb16d457b",
"linux-x86_64": "bf4aa9388bab7e94fa945cc3bba16b6da63b6a30f9c0342d42235468b39d84bf",
"linux-aarch64": "68d915c9ba2639cba762a54cd3430fce2527aa6355d831d3cfcb6157664206b0",
"windows-x64": "c1b47beb7ee42e98f1a41b6d694c26842a4a3d452e44bdf6f758c9785696533d"
},
"revision": {
"macos-x86_64": 2,
"macos-arm64": 2
}
}
},
"tools": {
"sparkle": {
"version": "2.4.2",
"baseUrl": "https://github.com/sparkle-project/Sparkle/releases/download",
"label": "Sparkle 2",
"hash": "64ca2b157eb94dfad6580ccb98192b48cd008076b8e72ee6a02d753595f0c731"
},
"ccache-win": {
"version": "4.8.1",
"baseUrl": "https://github.com/ccache/ccache/releases/download/",
"label": "Ccache for Windows x64",
"hash": "ca59770e9f46b59d6bec6e7036a17a27d601a0a5a0a721fe8e03fea734ccf732"
}
},
"platformConfig": {
"macos-universal": {
"qtVersion": 6
},
"windows-x64": {
"qtVersion": 6
},
"linux-x86_64": {
"qtVersion": 6,
"generator": "Ninja"
}
},
"name": "obs-studio"
}