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-09-28",
"baseUrl": "https://github.com/obsproject/obs-deps/releases/download",
"label": "Pre-Built obs-deps",
"hashes": {
"macos-universal": "62773c30418be33ef2e96bd79ad4a5f8f05627edd860e06b2e8718ac8a48c52b",
"windows-x64": "69dc507da14b74d7194c197ab5944619bad0e97eafd94dfde04b2f042c084863",
"windows-x86": "8e392432f2394e9eae202023d5d9044f855a6edb94db164165adf10e95a2a71a",
"linux-x86_64": "023e8647d4ec1db818a53200ddf4e2f612ba3e605cd9863125c494a9c732bed5"
}
},
"qt6": {
"version": "2023-09-28",
"baseUrl": "https://github.com/obsproject/obs-deps/releases/download",
"label": "Pre-Built Qt6",
"hashes": {
"macos-universal": "d4b98bb043aef7e1a2f17faac6208252fb1de1709ab5eb5753370367d5e74bc7",
"windows-x64": "ae326dd56af2995776dbcc1cb2bb4de0ab72e31718d046768a53e8d139075053"
},
"debugSymbols": {
"windows-x64": "8e575a0884839faae3d1942d75781051f7938c58c4433e5246f70c79367f78fe"
}
},
"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"
}