-
-
Notifications
You must be signed in to change notification settings - Fork 369
/
buildspec.json
62 lines (62 loc) · 2.8 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
{
"dependencies": {
"note": [
"To update",
"1. Download obs-studio release version source for macos .tar.gz & windows-x64 .zip.",
" Example for https://github.com/obsproject/obs-studio/releases/tag/29.1.3 commit c58e511",
" https://github.com/obsproject/obs-studio/archive/refs/tags/29.1.3.tar.gz",
" https://github.com/obsproject/obs-studio/archive/refs/tags/29.1.3.zip",
"2. sha256sum the macos .tar.gz & windows-x64 .zip",
"3. Update the obs-studio version and hashes below",
"4. Browse the obs-studio code buildspec.json **at that version commit** and copy the `prebuilt` and `qt6` versions and hashes to below",
" Example https://github.com/obsproject/obs-studio/blob/c58e511/buildspec.json",
"5. Update libobs.patch following the instructions in ./cmake/common/buildspec_common.cmake ~ line 76-91"
],
"obs-studio": {
"version": "30.1.2",
"baseUrl": "https://github.com/obsproject/obs-studio/archive/refs/tags",
"label": "OBS sources",
"hashes": {
"macos": "490bae1c392b3b344b0270afd8cb887da4bc50bd92c0c426e96713c1ccb9701a",
"windows-x64": "c2dd03fa7fd01fad5beafce8f7156da11f9ed9a588373fd40b44a06f4c03b867"
}
},
"prebuilt": {
"version": "2024-03-19",
"baseUrl": "https://github.com/obsproject/obs-deps/releases/download",
"label": "Pre-Built obs-deps",
"hashes": {
"macos": "2e9bfb55a5e0e4c1086fa1fda4cf268debfead473089df2aaea80e1c7a3ca7ff",
"windows-x64": "6e86068371526a967e805f6f9903f9407adb683c21820db5f07da8f30d11e998"
}
},
"qt6": {
"version": "2024-03-19",
"baseUrl": "https://github.com/obsproject/obs-deps/releases/download",
"label": "Pre-Built Qt6",
"hashes": {
"macos": "694f1e639c017e3b1f456f735330dc5afae287cbea85757101af1368de3142c8",
"windows-x64": "72d1df34a0ef7413a681d5fcc88cae81da60adc03dcd23ef17862ab170bcc0dd"
},
"debugSymbols": {
"windows-x64": "fbddd1f659c360f2291911ac5709b67b6f8182e6bca519d24712e4f6fd3cc865"
}
}
},
"platformConfig": {
"macos": {
"bundleId": "org.distroav.distroav"
}
},
"name": "distroav",
"displayName": "DistroAV",
"version": "6.0.0",
"website": "https://distroav.org",
"author": "DistroAV",
"email": "[email protected]",
"uuids": {
"macosPackage": "355628AF-6425-4701-84BB-3ACF6B0A72FD",
"macosInstaller": "494E0DA2-48C0-4537-957B-5471BF139B4C",
"windowsApp": "FF773A8D-7648-4630-8155-3D5190CDF785"
}
}