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: | 1.66 |
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-with-websocketsAUR, obs-studio-libertyAUR)
- opencv (opencv-cuda)
- procps-ng (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
« First ‹ Previous 1 2 3 Next › Last »
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:
TomCatT commented on 2024-02-26 04:58 (UTC)
Looks like it wants QT 6 but I'm only on 5.12.15 running EndeavourOS with KDE.
13:49:43.021: os_dlopen(/usr//lib/obs-plugins/advanced-scene-switcher.so->/usr//lib/obs-plugins/advanced-scene-switcher.so): /usr//lib/obs-plugins/advanced-scene-switcher-lib.so.1: undefined symbol: _Zls6QDebugRK11QDockWidget, version Qt_6
13:49:43.021: Module '/usr//lib/obs-plugins/advanced-scene-switcher.so' not loaded
b46c0493bc9a86ca commented on 2023-07-06 02:14 (UTC) (edited on 2023-07-06 02:15 (UTC) by b46c0493bc9a86ca)
As of July 2023 (unsure of the exact date, I only updated my system today), this plugin depends on libprocps. If this package is not present on the system, the plugin will fail to load and throw the following error:
os_dlopen(/usr//lib/obs-plugins/advanced-scene-switcher-lib.so->/usr//lib/obs-plugins/advanced-scene-switcher-lib.so): libprocps.so.8: cannot open shared object file: No such file or directory
tytan652 commented on 2022-09-04 13:55 (UTC)
@ibanrothschild, you AUR helper has maybe tried to install
obs-studio-amf
.ibanrothschild commented on 2022-09-04 12:57 (UTC)
It forced me to install amd amf or something like that and then amd gpu drivers and then it broken my nvidia vulkan... I will try obs-studio-rc. someone told me yesterday that obs changed the design... So im curious.
tytan652 commented on 2022-09-03 12:56 (UTC)
obs-studio-browser
,obs-studio-tytan652
andobs-studio-rc
are all with OBS Studio 28 and built with Qt6.Most of the plugins got updated to use Qt6 with 28. And
obs-studio
still on 27.ibanrothschild commented on 2022-09-03 12:45 (UTC)
Unable to install-update it in the stable standard branch of obs studio...
tytan652 commented on 2021-03-31 19:51 (UTC) (edited on 2021-03-31 20:00 (UTC) by tytan652)
@Deuchnord , many obs plugins needs to be built in obs-studio build tree, meaning that you need to build obs-studio with the plugin as modules and extract it to make a package.
For this one I couldn't build it outside obs-studio build tree.
« First ‹ Previous 1 2 3 Next › Last »