Search Criteria
Package Details: qlcplus 5.2.1-1
Package Actions
| 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-2.0 |
| Conflicts: | qlc, qlc-svn |
| Submitter: | jlebleu |
| Maintainer: | freaknils |
| Last Packager: | freaknils |
| Votes: | 32 |
| Popularity: | 0.041023 |
| First Submitted: | 2013-04-13 15:54 (UTC) |
| Last Updated: | 2026-03-16 07:01 (UTC) |
Dependencies (16)
- desktop-file-utils (desktop-file-utils-gitAUR)
- fftw (fftw-amdAUR)
- libftdi
- libftdi-compat
- libmad
- libsndfile (libsndfile-gitAUR)
- qt6-multimedia
- qt6-serialport
- qt6-websockets
- shared-mime-info (shared-mime-info-gitAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- qt5-tools (make)
- qt6-3d (make)
- qt6-svg (make)
- qt6-tools (make)
- olaAUR (ola-gitAUR) (optional) – Open Lighting Architecture plugin
Latest Comments
1 2 3 4 5 6 .. 8 Next › Last »
topas-rec commented on 2025-11-17 19:11 (UTC) (edited on 2025-11-17 19:12 (UTC) by topas-rec)
The desktop files
execcommand semms to not match anymore for qlcplus in version 5. This makes the launcher dissapear and breaks it. The executable of version 4 was calledqlcplusand with version 5 my executable is calledqlcplus-qml. It seems caused by upstream. There is a module namedqlcplus-qml, but the desktop file uses the previous versions name.Now this might be intentional by upstream, to continue official linux support for version 4 instead of version 5, although version 5 is officially released.
So all in all I try to correct this upstream, but wanted to let you know in case you have a different view on things.
Best wishes, Tobias
topas-rec commented on 2025-10-13 18:19 (UTC) (edited on 2025-10-13 18:19 (UTC) by topas-rec)
qt5-toolsseems to be missing from the build dependencies.I got the error
./translate.sh: line 15: LRELEASE: lrelease not foundduring buildrogue_ronin commented on 2025-10-09 21:54 (UTC)
Your PKGBUILD failed for me:
However adding
between the 'sha512sums' and 'prepare()' lines in the original PKGBUILD file worked.
Thanks for the hint!
baltazar commented on 2025-10-08 18:34 (UTC)
Disabling lto seems to fix it (I use my own pkgbuild: http://0x0.st/Kujg.txt)
freaknils commented on 2025-10-07 08:57 (UTC) (edited on 2025-10-07 09:25 (UTC) by freaknils)
I just triedy it one more time. Same problem here, currently I dont hava a solution. Maybe an upstream problem?
It seems to be a cmake problem...
rogue_ronin commented on 2025-10-07 03:57 (UTC)
Build is failing here... Can I help debug?
thurstylark commented on 2025-06-15 16:59 (UTC)
qt5-websocketsshould be moved todepends, as it's required at runtime as well.brenekh commented on 2025-01-23 20:27 (UTC)
The move to CMake didn't include the
cmakepackage as a make dependency, which it should be as CMake is not included inbase-devel. Simply installing CMake made the build work for me, but it wasn't in a isolated container, so I may have other needed dependencies installed that aren't in the PKGBUILD.Mike_Went commented on 2025-01-22 14:50 (UTC)
filmroellchen, this should set
make -jsystem-wide: https://wiki.archlinux.org/title/Makepkg#Parallel_compilation does this help?filmroellchen commented on 2025-01-22 13:59 (UTC)
Would it be possible to use
make -j $(nproc)for the make commands? This package takes forever to build on my system simply because it only ever runs one compile command at a time.Additionally, the build should be migrated to CMake. The official wiki lists the QMake build as deprecated, so it’s unclear how long the QMake build will stick around.
1 2 3 4 5 6 .. 8 Next › Last »