Skip to content

Commit 2d4758f

Browse files
committed
obs-browser: Update version to 2.24.5
082a0a2 - Don't emit a normal call to a function for closing panels 663dc38 - Disable modern game controller API on Windows 4023fad - Log fatal CEF crashes to file 52c1527 - Print browser source renderer crashes to OBS log af0651b - Log error if CefInitialize fails 8223215 - Revert "Enable Qt message loop on Linux" 16ff0fa - Update version to 2.24.5 Additionally, update buildspec.json and build-aux/modules/99-cef.json to use the new CEF builds. This is being done because the changes in obs-browser specifically are meant to work with a CEF build compiled with use_gtk=false.
1 parent 73725c2 commit 2d4758f

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

build-aux/modules/99-cef.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"sources": [
1818
{
1919
"type": "archive",
20-
"url": "https://cdn-fastly.obsproject.com/downloads/cef_binary_6533_linux_x86_64.tar.xz",
21-
"sha256": "fab66dfc9cfd2e26fb87798f855aef30c2004edc8e19570d37af555644ae1655"
20+
"url": "https://cdn-fastly.obsproject.com/downloads/cef_binary_6533_linux_x86_64_v3.tar.xz",
21+
"sha256": "cb7225c7a937ac4cdc9c41700061f45cccc640d696902357782e57f8250bf43a"
2222
}
2323
]
2424
}

buildspec.json

+12-5
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,18 @@
2727
"baseUrl": "https://cdn-fastly.obsproject.com/downloads",
2828
"label": "Chromium Embedded Framework",
2929
"hashes": {
30-
"macos-x86_64": "139c6664b6c9c446e0b56f303586fa6bd4b3587bae4742e13967c2f0f99c8740",
31-
"macos-arm64": "8e833fce815b83114ab381c055122a18dc415e29af5c4db0a577caf4b817baa2",
32-
"ubuntu-x86_64": "fab66dfc9cfd2e26fb87798f855aef30c2004edc8e19570d37af555644ae1655",
33-
"ubuntu-aarch64": "ab09f04e534306d3f301ea997c03a6a9f7bd245042d50a434f17c1c98ac64b89",
34-
"windows-x64": "87b1033ff0f8f2fb7262d8a236bc36b981cb50d24b401c20cdf9b31099a9a217"
30+
"macos-x86_64": "02478ad91d284d7717ea48aad90c4ecbe90f8c6a982c48861aa149b7466505eb",
31+
"macos-arm64": "6a1084a985366f3f0695b1ecd902d326a2d6f286a067935d83567d4fe94bf62b",
32+
"ubuntu-x86_64": "cb7225c7a937ac4cdc9c41700061f45cccc640d696902357782e57f8250bf43a",
33+
"ubuntu-aarch64": "f92df7f076bdc8cac2e3c77e27be418008b7168723201cb73fdbc2f6d91bc778",
34+
"windows-x64": "922efbda1f2f8be9e5b2754d878a14d90afc81f04e94fc9101a7513e2b5cecc1"
35+
},
36+
"revision": {
37+
"macos-x86_64": 2,
38+
"macos-arm64": 2,
39+
"ubuntu-x86_64": 3,
40+
"ubuntu-aarch64": 3,
41+
"windows-x64": 2
3542
}
3643
}
3744
},

0 commit comments

Comments
 (0)