Package Details: qlcplus 4.14.1-2

Git Clone URL: https://aur.archlinux.org/qlcplus.git (read-only, click to copy)
Package Base: qlcplus
Description: Q Light Controller Plus - The open DMX lighting desk software for controlling professional lighting fixtures.
Upstream URL: http://qlcplus.org/
Keywords: dmx lighting
Licenses: Apache
Conflicts: qlc, qlc-svn
Submitter: jlebleu
Maintainer: freaknils
Last Packager: freaknils
Votes: 31
Popularity: 0.20
First Submitted: 2013-04-13 15:54 (UTC)
Last Updated: 2025-03-17 09:36 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

freaknils commented on 2020-11-14 12:05 (UTC)

@yar, @nkaminski: Sorry for the late response. Updates done :-)

yar commented on 2020-11-13 23:40 (UTC)

@freaknils please add the qmake flag from rahix. It's necessary to build the package.

nkaminski commented on 2020-10-08 04:50 (UTC)

I can confirm that this builds on ARMv7 architecture as well. Would it be possible to update the arch variable to include 'armv7h' as well?

arch=('i686' 'x86_64' 'armv7h')

rahix commented on 2020-07-18 09:03 (UTC)

tmladek: You can work around the error by editing PKGBUILD and adjusting the qmake invocation like this:

qmake-qt5 QMAKE_CXXFLAGS=-Wno-deprecated-declarations

tmladek commented on 2020-07-10 08:38 (UTC)

Can confirm error about deprecated declarations:

chaserrunner.cpp: In static member function ‘static void ChaserRunner::shuffle(QVector<int>&)’: chaserrunner.cpp:383:34: error: ‘int qrand()’ is deprecated: use QRandomGenerator instead [-Werror=deprecated-declarations] 383 | qSwap(data[i], data[qrand() % (i + 1)]); | ^ In file included from /usr/include/qt/QtCore/qelapsedtimer.h:43, from /usr/include/qt/QtCore/QElapsedTimer:1, from chaserrunner.cpp:22: /usr/include/qt/QtCore/qglobal.h:1277:80: note: declared here 1277 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X_5_15("use QRandomGenerator instead") int qrand(); | ^~~~~ g++ -c -pipe -Werror -Wno-unused-local-typedefs -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -Wextra -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DHAS_FFTW3 -DQT_NO_DEBUG -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SCRIPT_LIB -DQT_CORE_LIB -I. -I../audio/src -I../../plugins/interfaces -I../../hotplugmonitor/src -isystem /usr/include/qt -isystem /usr/include/qt/QtMultimedia -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtScript -isystem /usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o cuestack.o cuestack.cpp cc1plus: all warnings being treated as errors

Any workarounds? Should the maintainer be notified?

vegas commented on 2020-06-30 18:36 (UTC)

Today I was able to install qlcplus-git package with yay

giagor commented on 2020-06-30 15:37 (UTC)

it's not building:

chaserrunner.cpp: In static member function ‘static void ChaserRunner::shuffle(QVector<int>&)’: chaserrunner.cpp:383:34: error: ‘int qrand()’ is deprecated: use QRandomGenerator instead [-Werror=deprecated-declarations]

and then it stops.

freaknils commented on 2020-06-13 10:57 (UTC)

These are upstream problems. So please report them here: https://github.com/mcallegari/qlcplus/issues

vegas commented on 2020-06-12 19:42 (UTC) (edited on 2020-06-12 19:44 (UTC) by vegas)

I have the same problem as giagor (Arch + Xfce)