# Status: active # Tag: Live, Tool # Type: Standalone # Category: Tool Name: qlcplus Version: 5.0.1 Release: 1%{?dist} Summary: Q Light Controller Plus - The free DMX lighting console URL: https://github.com/mcallegari/qlcplus ExclusiveArch: x86_64 aarch64 License: Apache-2.0 Vendor: Audinux Distribution: Audinux Source0: https://github.com/mcallegari/qlcplus/archive/refs/tags/QLC+_%{version}.tar.gz BuildRequires: gcc gcc-c++ BuildRequires: cmake BuildRequires: alsa-lib-devel BuildRequires: qt6-qtbase-devel BuildRequires: qt6-qt3d-devel BuildRequires: qt6-qtmultimedia-devel BuildRequires: qt6-qtsvg-devel BuildRequires: qt6-qtserialport-devel BuildRequires: qt6-qttools-devel BuildRequires: qt6-qtwebsockets-devel BuildRequires: qt6-linguist BuildRequires: fftw-devel BuildRequires: libftdi-devel BuildRequires: systemd-devel BuildRequires: libmad-devel BuildRequires: libsndfile-devel BuildRequires: desktop-file-utils %description Q Light Controller Plus (QLC+) is a free and cross-platform software to control DMX or analog lighting systems like moving heads, dimmers, scanners etc. This project is a fork of the great QLC project written by Heikki Junnila that aims to continue the QLC development and to introduce new features. %prep %autosetup -n qlcplus-QLC-_%{version} %build %cmake %cmake_build %install %cmake_install %check desktop-file-validate %{buildroot}/%{_datadir}/applications/*.desktop %files %doc README.md %license COPYING %{_bindir}/* %{_libdir}/* %{_datadir}/applications/* %{_datadir}/metainfo/* %{_datadir}/mime/* %{_datadir}/pixmaps/* %dir %{_datadir}/qlcplus %{_datadir}/qlcplus/* %{_sysconfdir}/udev/rules.d/* %{_mandir}/* %changelog * Wed Nov 05 2025 Yann Collette - 5.0.1-1 - update to 5.0.1-1 * Sun Oct 05 2025 Yann Collette - 5.0.0-1 - update to 5.0.0-1 * Thu Jul 03 2025 Yann Collette - 4.14.3-1 - update to 4.14.3-1 * Sun Jun 22 2025 Yann Collette - 4.14.2-1 - update to 4.14.2-1 * Fri Mar 14 2025 Yann Collette - 4.14.1-1 - update to 4.14.1-1 * Fri Jan 17 2025 Yann Collette - 4.14.0-1 - update to 4.14.0-1 * Sat Jun 01 2024 Yann Collette - 4.13.1-1 - update to 4.13.1-1 * Fri Mar 22 2024 Yann Collette - 4.13.0-1 - update to 4.13.0-1 * Fri Jan 12 2024 Yann Collette - 4.12.4-1 - initial spec file