Search Criteria
Package Details: obs-advanced-scene-switcher 1.29.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/obs-advanced-scene-switcher.git (read-only, click to copy) |
---|---|
Package Base: | obs-advanced-scene-switcher |
Description: | An automated scene switcher for OBS Studio |
Upstream URL: | https://obsproject.com/forum/resources/advanced-scene-switcher.395/ |
Keywords: | obs obs-studio plugin |
Licenses: | GPL-2.0-or-later |
Submitter: | tytan652 |
Maintainer: | tytan652 |
Last Packager: | tytan652 |
Votes: | 6 |
Popularity: | 2.26 |
First Submitted: | 2021-01-31 17:11 (UTC) |
Last Updated: | 2025-03-30 15:07 (UTC) |
Dependencies (24)
- alsa-lib
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- jackAUR (jack2-gitAUR, pipewire-full-jack-gitAUR, pipewire-jack-gitAUR, jack2, pipewire-jack)
- leptonica
- libx11 (libx11-gitAUR)
- obs-studio (teb-obsAUR, obs-studio-gitAUR, obs-studio-rcAUR, obs-studio-browserAUR, obs-studio-tytan652AUR, obs-studio-libertyAUR)
- opencv (opencv-cuda)
- procps-ng (busybox-coreutilsAUR, procps-ng-gitAUR)
- qt6-base (qt6-base-gitAUR, qt6-base-headlessAUR)
- tesseract (tesseract-gitAUR)
- asio (asio-gitAUR) (make)
- cmake (cmake-gitAUR, cmake3AUR) (make)
- curl (curl-gitAUR, curl-c-aresAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- libxss (make)
- libxtst (make)
- nlohmann-json (nlohmann-json-gitAUR) (make)
- openssl (openssl-gitAUR, openssl-staticAUR) (make)
- websocketpp (make)
- Show 4 more dependencies...
Latest Comments
1 2 3 Next › Last »
zw963 commented on 2025-02-22 10:01 (UTC)
Just for let user know, build works for me, it successful.
su1 commented on 2025-02-16 14:14 (UTC) (edited on 2025-02-16 14:15 (UTC) by su1)
Same here, and I can't seem to find any errors before the error:
[ 55%] Linking CXX executable advanced-scene-switcher-tests [ 55%] Built target advanced-scene-switcher-tests make[1]: *** [CMakeFiles/Makefile2:407: CMakeFiles/advanced-scene-switcher-lib.dir/all] Error 2 make: *** [Makefile:156: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... -> error making: obs-advanced-scene-switcher-exit status 4 -> Failed to install the following packages. Manual intervention is required: obs-advanced-scene-switcher - exit status 4
backspin2368 commented on 2025-01-26 05:51 (UTC)
Compile failed:
Nikolai2038 commented on 2024-11-01 14:20 (UTC) (edited on 2024-11-01 14:22 (UTC) by Nikolai2038)
I checked - installation works now without any scripts! Thank you @tytan652!
tytan652 commented on 2024-11-01 10:03 (UTC)
I found the issue on my side… (One package not kept up to date)
1.28.0 should no longer require to disable the Twitch plugin to build.
Nikolai2038 commented on 2024-10-18 13:32 (UTC)
+1
I have the same error. Thanks to @admalledd, for now I use this script to automatically install
obs-advanced-scene-switcher
(I don't need twitch plugin so I am good):admalledd commented on 2024-10-12 18:17 (UTC)
@PatoPan I am also having the same issue. While I am not versed in C++ enough to figure out the fix, I can at least let you know that if you don't desire/need the Twitch integration, simply disabling that plugin seems to work fine.
Adding to the PKGBUILD:prepare() just before the
cd deps/libremidi
a little sed-line to comment out the plugin in the CMake files lets memakepkg && pacman -U ./obs-adv*.pkg.*
Note: attempting to use both the 1.28.0-beta1 tag, nor latest git seemed to help. The actual C++ error seems to be
PatoPan commented on 2024-09-30 16:16 (UTC) (edited on 2024-09-30 16:17 (UTC) by PatoPan)
I had been having this issue lately, rebuilding doesn't help
I am currently in version 1.27.2
denilsonsa commented on 2024-04-04 20:40 (UTC)
@tytan652: The compilation error has been fixed upstream, you might want to add the fix as a patch to the PKGBUILD.
1 2 3 Next › Last »