Package Details: obs-advanced-scene-switcher 1.28.1-1

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.129886
First Submitted: 2021-01-31 17:11 (UTC)
Last Updated: 2024-11-02 13:26 (UTC)

Latest Comments

« First ‹ Previous 1 2

majenko commented on 2024-03-17 18:53 (UTC) (edited on 2024-03-17 18:53 (UTC) by majenko)

Fails to compile:

[ 36%] Building CXX object CMakeFiles/advanced-scene-switcher-lib.dir/lib/utils/file-selection.cpp.o
In file included from /usr/include/c++/13.2.1/atomic:41,
                 from /usr/include/qt6/QtCore/qatomic_cxx11.h:9,
                 from /usr/include/qt6/QtCore/qbasicatomic.h:8,
                 from /usr/include/qt6/QtCore/qatomic.h:8,
                 from /usr/include/qt6/QtCore/qglobal.h:53,
                 from /usr/include/qt6/QtGui/qtguiglobal.h:7,
                 from /usr/include/qt6/QtWidgets/qtwidgetsglobal.h:7,
                 from /usr/include/qt6/QtWidgets/qcombobox.h:7,
                 from /usr/include/qt6/QtWidgets/QComboBox:1,
                 from /home/matt/.cache/yay/obs-advanced-scene-switcher/src/obs-advanced-scene-switcher/lib/utils/filter-combo-box.hpp:4,
                 from /home/matt/.cache/yay/obs-advanced-scene-switcher/src/obs-advanced-scene-switcher/lib/utils/item-selection-helpers.hpp:2,
                 from /home/matt/.cache/yay/obs-advanced-scene-switcher/src/obs-advanced-scene-switcher/lib/utils/action-queue.hpp:2,
                 from /home/matt/.cache/yay/obs-advanced-scene-switcher/src/obs-advanced-scene-switcher/lib/utils/action-queue.cpp:1:
In member function ‘void std::__atomic_base<_IntTp>::store(__int_type, std::memory_order) [with _ITp = bool]’,
    inlined from ‘std::__atomic_base<_IntTp>::__int_type std::__atomic_base<_IntTp>::operator=(__int_type) [with _ITp = bool]’ at /usr/include/c++/13.2.1/bits/atomic_base.h:373:7,
    inlined from ‘bool std::atomic<bool>::operator=(bool)’ at /usr/include/c++/13.2.1/atomic:80:31,
    inlined from ‘void advss::ActionQueue::Stop()’ at /home/matt/.cache/yay/obs-advanced-scene-switcher/src/obs-advanced-scene-switcher/lib/utils/action-queue.cpp:63:8,
    inlined from ‘void advss::StopAndClearAllActionQueues()’ at /home/matt/.cache/yay/obs-advanced-scene-switcher/src/obs-advanced-scene-switcher/lib/utils/action-queue.cpp:424:20:
/usr/include/c++/13.2.1/bits/atomic_base.h:481:25: error: ‘void __atomic_store_1(volatile void*, unsigned char, int)’ writing 1 byte into a region of size 0 overflows the destination [-Werror=stringop-overflow=]

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 and obs-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.

Deuchnord commented on 2021-03-31 19:37 (UTC) (edited on 2021-03-31 19:37 (UTC) by Deuchnord)

Is obs-studio really necessary in the sources? It is already in the package's dependencies.