summaryrefslogtreecommitdiff
path: root/buildspec.json
blob: da45f724e330a9a8dc36d75d7b7ff897f0540fa6 (plain)
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
71
72
{
    "dependencies": {
        "prebuilt": {
            "version": "2024-03-19",
            "baseUrl": "https://github.com/obsproject/obs-deps/releases/download",
            "label": "Pre-Built obs-deps",
            "hashes": {
                "macos-universal": "2e9bfb55a5e0e4c1086fa1fda4cf268debfead473089df2aaea80e1c7a3ca7ff",
                "windows-x64": "6e86068371526a967e805f6f9903f9407adb683c21820db5f07da8f30d11e998",
                "windows-x86": "1002a7a19c55a6eb3cd0fb9c4c6d6bb1d649176439b6705e4bb5bd12948456a0"
            }
        },
        "qt6": {
            "version": "2024-03-19",
            "baseUrl": "https://github.com/obsproject/obs-deps/releases/download",
            "label": "Pre-Built Qt6",
            "hashes": {
                "macos-universal": "694f1e639c017e3b1f456f735330dc5afae287cbea85757101af1368de3142c8",
                "windows-x64": "72d1df34a0ef7413a681d5fcc88cae81da60adc03dcd23ef17862ab170bcc0dd"
            },
            "debugSymbols": {
                "windows-x64": "fbddd1f659c360f2291911ac5709b67b6f8182e6bca519d24712e4f6fd3cc865"
            }
        },
        "cef": {
            "version": "5060",
            "baseUrl": "https://cdn-fastly.obsproject.com/downloads",
            "label": "Chromium Embedded Framework",
            "hashes": {
                "macos-x86_64": "140bfd517b4b9d12343ac000abba7bb16eecefe80ecbd7225993d03f0b9c0603",
                "macos-arm64": "3970a781132b033bb9be6a9fe328a07e97fa7737fdf1575b1c5db24a3e130da1",
                "linux-x86_64": "1253a6a36c3b8ac5b5ece9bfdb6eae6ab75e49516375fc475e2e871795ad9bea",
                "linux-aarch64": "66ebcfce94a4527c8dd085a685691d0c43291adab9f2be4f8a0762f4a614083a",
                "windows-x64": "7480e9ed5688e09919db67237d130eef9a4c24df32ba2a7b8a5587de45ff8e69"
            },
            "revision": {
                "macos-x86_64": 4,
                "macos-arm64": 4,
                "linux-x86_64": 3,
                "linux-aarch64": 3,
                "windows-x64": 3
            }
        }
    },
    "tools": {
        "sparkle": {
            "version": "2.5.2",
            "baseUrl": "https://github.com/sparkle-project/Sparkle/releases/download",
            "label": "Sparkle 2",
            "hash": "572dd67ae398a466f19f343a449e1890bac1ef74885b4739f68f979a8a89884b"
        },
        "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"
}