Commit graph

9 commits

Author SHA1 Message Date
Vulcast
1bda03c974 Fix cmake architecture flag: split -A and arch into separate args
Some checks are pending
Build Windows DLL / Build for Windows (push) Waiting to run
The execute_process call was passing '-A x64,version=...' as a single
argument, which cmake didn't understand. Split into -A x64 as separate args.
2026-06-30 18:16:44 +01:00
Vulcast
1496c4a75d Fix: let cmake handle all deps, update to OBS 31.1.1 + deps 2025-07-11
Some checks are pending
Build Windows DLL / Build for Windows (push) Waiting to run
2026-06-29 23:57:05 +01:00
Vulcast
7d178e45bd Remove cleanup step entirely, rely on caching
Some checks are pending
Build Windows DLL / Build for Windows (push) Waiting to run
2026-06-29 23:47:38 +01:00
Vulcast
a49cfaa441 Build script: use OBS 32.1.2, skip cached downloads
Some checks are pending
Build Windows DLL / Build for Windows (push) Waiting to run
2026-06-29 23:44:10 +01:00
Vulcast
22137002a0 Add auto-installing Windows build script
Some checks are pending
Build Windows DLL / Build for Windows (push) Waiting to run
2026-06-29 23:19:01 +01:00
Vulcast
eca52a289d Add build instructions
Some checks are pending
Build Windows DLL / Build for Windows (push) Waiting to run
2026-06-29 23:09:39 +01:00
Vulcast
c5b35d8ec8 Add CI build infrastructure from OBS plugin template
Some checks are pending
Build Windows DLL / Build for Windows (push) Waiting to run
Added GitHub Actions workflow and build scripts from
obsproject/obs-plugintemplate for Windows DLL builds.

Push to GitHub and go to Actions tab to build the DLL.
2026-06-29 23:08:27 +01:00
Vulcast
184d132b59 Rebrand from Aitum Vertical to Vulcast Vertical
Some checks are pending
Build Windows DLL / build-windows (push) Waiting to run
- Changed CANVAS_NAME to 'Vulcast Vertical'
- Changed OBS_MODULE_AUTHOR to 'Vulcast'
- Replaced all Aitum UI branding (logo, buttons, links)
- Removed api.aitum.tv version check
- Removed aitum-stream-suite/aitum-multistream module checks
- Updated all locale files (9 languages)
- Updated build metadata (buildspec.json, resource.rc.in, CMakeLists.txt)
- Updated resources.qrc prefix from /aitum to /vulcast
- Added GitHub Actions workflow for Windows build
- Added BUILD-WINDOWS.md with build instructions

Licensed under GPL-2.0 (unchanged from upstream).
2026-06-29 23:04:40 +01:00
Vulcast
0e83ab9eef Initial import from Aitum/obs-vertical-canvas v1.6.4
Forked for Vulcast branding changes.
Licensed under GPL-2.0.
2026-06-29 22:58:49 +01:00