Skip to content

Commit 942b4ab

Browse files
PatTheMavRytoEX
authored andcommitted
buildspec: Update build specification for OBS Studio 31.1.1 support
1 parent d297383 commit 942b4ab

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

buildspec.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
{
22
"dependencies": {
33
"obs-studio": {
4-
"version": "31.0.0",
4+
"version": "31.1.1",
55
"baseUrl": "https://github.com/obsproject/obs-studio/archive/refs/tags",
66
"label": "OBS sources",
77
"hashes": {
8-
"macos": "a22966ff07aba38833ba57c36c9e0d190d083be5dec5048d0a60cd9e6b997242",
9-
"windows-x64": "e8434dcee06f1702f0a0bbd1489296c77116fc51356835c3af4a6ed21b1e1c74"
8+
"macos": "39751f067bacc13d44b116c5138491b5f1391f91516d3d590d874edd21292291",
9+
"windows-x64": "2c8427c10b55ac6d68008df2e9a3e82f4647aaad18f105e30d4713c2de678ccf"
1010
}
1111
},
1212
"prebuilt": {
13-
"version": "2024-09-12",
13+
"version": "2025-07-11",
1414
"baseUrl": "https://github.com/obsproject/obs-deps/releases/download",
1515
"label": "Pre-Built obs-deps",
1616
"hashes": {
17-
"macos": "c857b211ee378772994b632036e1e5befe66b37e85286cb8e3cefc1435d5220a",
18-
"windows-x64": "d4a4f194591766891ad3c0b267deec3c4b85239c8fe557273559927456aeedbb"
17+
"macos": "495687e63383d1a287684b6e2e9bfe246bb8f156fe265926afb1a325af1edd2a",
18+
"windows-x64": "c8c642c1070dc31ce9a0f1e4cef5bb992f4bff4882255788b5da12129e85caa7"
1919
}
2020
},
2121
"qt6": {
22-
"version": "2024-09-12",
22+
"version": "2025-07-11",
2323
"baseUrl": "https://github.com/obsproject/obs-deps/releases/download",
2424
"label": "Pre-Built Qt6",
2525
"hashes": {
26-
"macos": "34a2de6b7f4d4d58fc5a15a4dba49a61d81a4045d0cedfc1a1f08c0dfb8047cf",
27-
"windows-x64": "4d15ce13dbb0a8a2cabcce5ae0da5e80ee589b482a61b2025378465c1da32c4f"
26+
"macos": "d3f5f04b6ea486e032530bdf0187cbda9a54e0a49621a4c8ba984c5023998867",
27+
"windows-x64": "0e76bf0555dd5382838850b748d3dcfab44a1e1058441309ab54e1a65b156d0a"
2828
},
2929
"debugSymbols": {
30-
"windows-x64": "dad2351a5c9cd438168e1ed8fb453a2534532252edb555f1001a5e8eb3f1bbd4"
30+
"windows-x64": "11b7be92cf66a273299b8f3515c07a5cfb61614b59a4e67f7fc5ecba5e2bdf21"
3131
}
3232
}
3333
},

cmake/common/buildspec_common.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function(_setup_obs_studio)
6767
COMMAND
6868
"${CMAKE_COMMAND}" -S "${dependencies_dir}/${_obs_destination}" -B
6969
"${dependencies_dir}/${_obs_destination}/build_${arch}" -G ${_cmake_generator} "${_cmake_arch}"
70-
-DOBS_CMAKE_VERSION:STRING=3.0.0 -DENABLE_PLUGINS:BOOL=OFF -DENABLE_UI:BOOL=OFF
70+
-DOBS_CMAKE_VERSION:STRING=3.0.0 -DENABLE_PLUGINS:BOOL=OFF -DENABLE_FRONTEND:BOOL=OFF
7171
-DOBS_VERSION_OVERRIDE:STRING=${_obs_version} "-DCMAKE_PREFIX_PATH='${CMAKE_PREFIX_PATH}'" ${_is_fresh}
7272
${_cmake_extra}
7373
RESULT_VARIABLE _process_result

0 commit comments

Comments
 (0)