Search Criteria
Package Details: obs-advanced-scene-switcher 1.28.1-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: | 3 |
Popularity: | 0.29 |
First Submitted: | 2021-01-31 17:11 (UTC) |
Last Updated: | 2024-11-02 13:26 (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, glibc-eac-binAUR, glibc-eac-rocoAUR)
- jackAUR (jack2-gitAUR, pipewire-full-jack-gitAUR, pipewire-jack-gitAUR, jack2, pipewire-jack)
- leptonica
- libprocps
- libx11 (libx11-gitAUR)
- obs-studio (obs-studio-gitAUR, obs-studio-rcAUR, obs-studio-browserAUR, obs-studio-tytan652AUR, obs-studio-libertyAUR)
- opencv (opencv-cuda)
- qt6-base (qt6-base-gitAUR, qt6-base-headlessAUR)
- tesseract (tesseract-gitAUR)
- asio (asio-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- curl (curl-http3-ngtcp2AUR, 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)
- curl (curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR) (optional) – Remote file access feature
- libxss (optional) – X screensaver related features
- libxtst (optional) – X key press related features
- openssl (openssl-gitAUR, openssl-staticAUR) (optional) – Needed for Twitch features
Latest Comments
1 2 Next › Last »
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.
tytan652 commented on 2024-03-18 11:34 (UTC)
It seems that I can't reproduce this false positive while building the package in a chroot so there is another factor.
denilsonsa commented on 2024-03-18 11:06 (UTC) (edited on 2024-04-04 20:35 (UTC) by denilsonsa)
That error is a false positive coming from a GCC bug. There are plenty bug reports regarding that warning:
With the risk of creating yet another duplicate (but hopefully with a different test-case), I've reported https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114379
Regarding this package here, well, someone should disable this warning, possibly only for that source-code file, and hopefully upstream.
EDIT: Pull-request sent upstream.
EDIT: Already fixed upstream. Might be worth adding that small patch to the PKGBUILD. (At least until the next release version.)
majenko commented on 2024-03-17 18:53 (UTC) (edited on 2024-03-17 18:53 (UTC) by majenko)
Fails to compile:
1 2 Next › Last »