Package Details: qlcplus 4.13.1-1

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: 30
Popularity: 0.084962
First Submitted: 2013-04-13 15:54 (UTC)
Last Updated: 2024-06-01 16:01 (UTC)

Latest Comments

1 2 3 4 5 6 Next › Last »

rahix commented on 2024-05-13 14:21 (UTC)

Hi, getting the following build error on the latest version:

make[2]: Entering directory '/home/rahix/.cache/yay/qlcplus/src/qlcplus-QLC-_4.13.0/engine/test'
cd bus/ && ( test -e Makefile || /usr/bin/qmake-qt5 -o Makefile /home/rahix/.cache/yay/qlcplus/src/qlcplus-QLC-_4.13.0/engine/test/bus/bus.pro QMAKE_CXXFLAGS=-Wno-deprecated-declarations ) && make -f Makefile 
make[3]: Entering directory '/home/rahix/.cache/yay/qlcplus/src/qlcplus-QLC-_4.13.0/engine/test/bus'
g++ -c -Wno-deprecated-declarations -Werror -Wno-unused-local-typedefs -g -Wall -Wextra -D_REENTRANT -fPIC -DQT_GUI_LIB -DQT_TESTLIB_LIB -DQT_CORE_LIB -DQT_TESTCASE_BUILDDIR='"/home/rahix/.cache/yay/qlcplus/src/qlcplus-QLC-_4.13.0/engine/test/bus"' -I. -I../../../plugins/interfaces -I../../src -I/usr/include/qt -I/usr/include/qt/QtGui -I/usr/include/qt/QtTest -I/usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o bus_test.o bus_test.cpp
In file included from /usr/include/qt/QtCore/qfuture.h:45,
                 from /usr/include/qt/QtCore/QtCore:97,
                 from /usr/include/qt/QtTest/QtTestDepends:3,
                 from /usr/include/qt/QtTest/QtTest:3,
                 from bus_test.cpp:21:
/usr/include/qt/QtCore/qfutureinterface.h:284:37: error: template-id not allowed for constructor in C++20 [-Werror=template-id-cdtor]
  284 |     explicit QFutureInterface<void>(State initialState = NoState)
      |                                     ^~~~~
/usr/include/qt/QtCore/qfutureinterface.h:284:37: note: remove the ‘< >’
cc1plus: all warnings being treated as errors
make[3]: *** [Makefile:873: bus_test.o] Error 1

Anyone know what's wrong?

mika.cousin commented on 2024-03-20 10:09 (UTC)

Hi! It seems that you need to install qt5-serialport first to compile this new version (4.13.0).

llelievr commented on 2021-03-05 15:27 (UTC)

@freaknils yep, the issue is mine actually ^^

freaknils commented on 2021-03-05 06:18 (UTC)

@kuerbiskakteen, @llelievr Seems to be an upstream problem https://github.com/mcallegari/qlcplus/issues/1272

llelievr commented on 2021-03-04 22:37 (UTC)

@kuerbiskakteen Same issue. here

kuerbiskakteen commented on 2021-02-11 11:07 (UTC) (edited on 2021-02-11 13:47 (UTC) by kuerbiskakteen)

I have an error:

libftdi-interface.cpp: In static member function 'static QList<DMXInterface*> LibFTDIInterface::interfaces(QList<DMXInterface*>)': libftdi-interface.cpp:138:37: error: 'struct ftdi_context' has no member named 'usb_ctx' 138 | if (libusb_get_device_list(ftdi.usb_ctx, &devs) < 0) | ^~~~~~~ libftdi-interface.cpp:182:37: error: cannot convert 'libusb_device' to 'usb_device' 182 | ftdi_usb_get_strings(&ftdi, dev, vend, 256, nme, 256, ser, 256); | ^~~ | | | libusb_device In file included from libftdi-interface.h:24, from libftdi-interface.cpp:31: /usr/include/ftdi.h:376:76: note: initializing argument 2 of 'int ftdi_usb_get_strings(ftdi_context, usb_device, char, int, char, int, char, int)' 376 | int ftdi_usb_get_strings(struct ftdi_context ftdi, struct usb_device dev, | ~~~~~~~~~~~~~~~~~~~^~~ In file included from libftdi-interface.cpp:28: /usr/include/libusb-1.0/libusb.h:944:8: note: class type 'libusb_device' is incomplete 944 | struct libusb_device; | ^~~~~~~~~~~~~

Any workarounds?

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