Search Criteria
Package Details: qlcplus 5.0.0-2
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 |
| Conflicts: | qlc, qlc-svn |
| Submitter: | jlebleu |
| Maintainer: | freaknils |
| Last Packager: | freaknils |
| Votes: | 31 |
| Popularity: | 0.002975 |
| First Submitted: | 2013-04-13 15:54 (UTC) |
| Last Updated: | 2025-10-06 10:07 (UTC) |
Dependencies (15)
- 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
- cmake (cmake3AUR, cmake-gitAUR) (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 7 Next › Last »
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.
Mike_Went commented on 2025-01-18 21:36 (UTC)
Please add
qt5-websocketspackage to makedepends.1 2 3 4 5 6 7 Next › Last »