mirror of
https://github.com/royshil/obs-localvocal.git
synced 2026-01-09 12:28:05 -05:00
Stop using deprecated API functions that were removed in OBS v32 (See: https://github.com/obsproject/obs-studio/pull/12488) * Use the return value from `obs_scene_add` instead of looking it up after creating it using the deprecated `obs_scene_sceneitem_from_source` function * Use v2 sceneitem transform API instead of deprecated v1 API * Change all uses of `circlebuf` to `deque` as it's been renamed in OBS Additional bug fixes: * Wait until scenes are loaded to create text source if it's missing. Previously the creation of the text source could fail due to there not being any scenes yet to create it in * Fix build on MacOS and some Linux distributions * Catch exceptions thrown by ONNX runtime and log an error instead of crashing Other changes: * Update OBS source dependencies * OBS: 30.1.2 -> 31.1.1 * OBS deps: 2024-03-19 -> 2025-07-11 * Qt6 deps: 2024-03-19 -> 2025-02-04 * Update build files to more closely match the current plugin template repository Fixes: #230 Fixes: #227
48 lines
1.8 KiB
JSON
48 lines
1.8 KiB
JSON
{
|
|
"dependencies": {
|
|
"obs-studio": {
|
|
"version": "31.1.1",
|
|
"baseUrl": "https://github.com/obsproject/obs-studio/archive/refs/tags",
|
|
"label": "OBS sources",
|
|
"hashes": {
|
|
"macos": "39751f067bacc13d44b116c5138491b5f1391f91516d3d590d874edd21292291",
|
|
"windows-x64": "2c8427c10b55ac6d68008df2e9a3e82f4647aaad18f105e30d4713c2de678ccf"
|
|
}
|
|
},
|
|
"prebuilt": {
|
|
"version": "2025-07-11",
|
|
"baseUrl": "https://github.com/obsproject/obs-deps/releases/download",
|
|
"label": "Pre-Built obs-deps",
|
|
"hashes": {
|
|
"macos": "495687e63383d1a287684b6e2e9bfe246bb8f156fe265926afb1a325af1edd2a",
|
|
"windows-x64": "c8c642c1070dc31ce9a0f1e4cef5bb992f4bff4882255788b5da12129e85caa7"
|
|
}
|
|
},
|
|
"qt6": {
|
|
"version": "2025-02-04",
|
|
"baseUrl": "https://github.com/obsproject/obs-deps/releases/download",
|
|
"label": "Pre-Built Qt6",
|
|
"hashes": {
|
|
"macos": "9472224e6f927cd409f9c3fcb53389e3b80f613ca7c4b62c02fae51cf0b2f941",
|
|
"windows-x64": "cf6a5223bfea04dccec3bbfbdcdc964933404fc3eda9c3f374bc4ab8c98d8c7e"
|
|
}
|
|
}
|
|
},
|
|
"platformConfig": {
|
|
"macos": {
|
|
"bundleId": "com.royshilkrot.obs-localvocal"
|
|
}
|
|
},
|
|
"name": "obs-localvocal",
|
|
"displayName": "OBS Localvocal",
|
|
"version": "0.4.0",
|
|
"author": "Roy Shilkrot",
|
|
"website": "https://github.com/locaal-ai/obs-localvocal",
|
|
"email": "roy.shil@gmail.com",
|
|
"uuids": {
|
|
"macosPackage": "CB66E5DF-FF45-4BEA-B38B-7AD3705860C9",
|
|
"macosInstaller": "3C40DDDE-95D7-4514-BFEF-D2B6E1ACB2EA",
|
|
"windowsApp": "EB43EE18-9B5C-465F-AA72-ABF5886AFF0D"
|
|
}
|
|
}
|