app-misc/qlcplus: drop 4.13.1, 5.0.0_beta3

Not compatible with Qt6

Closes: https://bugs.gentoo.org/915785
Signed-off-by: Jannis Achstetter <kripton@kripserver.net>
Closes: https://github.com/gentoo/gentoo/pull/41452
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Jannis Achstetter
2025-04-04 21:48:38 +02:00
committed by Andreas Sturmlechner
parent c4fe59578b
commit 810e8ff130
3 changed files with 0 additions and 177 deletions

View File

@@ -1,3 +1 @@
DIST QLC+_4.13.1.tar.gz 12361431 BLAKE2B 26016aa1d6451573a0bdd7a7a3c6b41c10734ccf23efafb31a8f8cb32186da94a41d8bbedb24758f12ba3b9d13eb4d76a20ed9e0ab3b277e131ee6ed5ffcf456 SHA512 63403d92ea7abeee9b3c8fdd71c64a906b04ea76fe4805087a34ce6b8a57be99725eab93bbe95b2793977ef3a3dd8803bcf9771decc00ec3d8514da7f0e82598
DIST QLC+_4.14.1.tar.gz 12490354 BLAKE2B af1e06554f7bcc4097afe76d91ba4a8a8f6c1336c0aab5fa602ea65c81b9998539a71f425319f594c16a7506b141e49d31ec45da570c61c85086ab11d61b12de SHA512 3b40437c3845499d901e13fc59e8ad30059c7cf9bb2b1abd89e4d29d0a9415a70a056c1ae8fab2de33eabcfabc58c642670cb65da0a3e1bdafe10721b39460a2
DIST QLC+_5.0.0_beta3.tar.gz 12088379 BLAKE2B 70695364a214a2aff9d4affc749ea3b969e788f7fc5f6d3b12b804a23ba0ef6d83817341dd4ff3331e4cb53887ca1563668dfef4724a7f12e4c64c7011be7ae3 SHA512 406e6bbf1bf4dd34f799a2fab3b13174cceccb63cc9af438c488028c57aa3bf7b139c0fa94de8e72d0558362b4b92422e1af80896b05a54a6e4a43cbb24bf18c

View File

@@ -1,85 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit qmake-utils udev virtualx xdg
DESCRIPTION="A software to control DMX or analog lighting systems"
HOMEPAGE="https://www.qlcplus.org/"
SRC_URI="https://github.com/mcallegari/${PN}/archive/QLC+_${PV}.tar.gz"
S="${WORKDIR}/qlcplus-QLC-_${PV}"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
RESTRICT="!test? ( test )"
BDEPEND="
dev-qt/linguist-tools:5
"
RDEPEND="
dev-embedded/libftdi:1
dev-qt/qtcore:5
dev-qt/qtgui:5[jpeg]
dev-qt/qtmultimedia:5[widgets]
dev-qt/qtnetwork:5
dev-qt/qtscript:5
dev-qt/qtserialport:5
dev-qt/qtwidgets:5
media-libs/alsa-lib
media-libs/libmad
media-libs/libsndfile
sci-libs/fftw:3.0=
virtual/libusb:1
virtual/udev
"
IDEPEND="
dev-util/desktop-file-utils
"
DEPEND="${RDEPEND}
dev-qt/qttest:5
"
src_prepare() {
default
sed -e "/UDEVRULESDIR/s:/etc/udev/rules.d:$(get_udevdir)/rules.d:" \
-i variables.pri || die
## Remove Werror-flag since there are some warnings with gcc-9.x
sed -e "s/QMAKE_CXXFLAGS += -Werror/#&/g" \
-i variables.pri || die
## Remove Werror-flag since there are some warnings with gcc-9.x
sed -e "s/unix:QMAKE_CFLAGS += -Werror/#&/g" \
-i variables.pri || die
}
src_configure() {
eqmake5
}
src_install() {
emake INSTALL_ROOT="${D}" install
}
pkg_postinst() {
udev_reload
xdg_desktop_database_update
xdg_mimeinfo_database_update
}
src_test() {
virtx emake check
}
pkg_postrm() {
udev_reload
xdg_desktop_database_update
xdg_mimeinfo_database_update
}

View File

@@ -1,90 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit qmake-utils udev xdg
DESCRIPTION="Software to control DMX or analog lighting systems"
HOMEPAGE="https://www.qlcplus.org/"
SRC_URI="https://github.com/mcallegari/${PN}/archive/QLC+_${PV}.tar.gz"
S="${WORKDIR}/qlcplus-QLC-_${PV}"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS=""
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
dev-embedded/libftdi:=
dev-libs/glib:2
dev-qt/qt3d:5[qml]
dev-qt/qtcore:5
dev-qt/qtdeclarative:5
dev-qt/qtgui:5
dev-qt/qtmultimedia:5[widgets,qml]
dev-qt/qtnetwork:5
dev-qt/qtprintsupport:5
dev-qt/qtserialport:5
dev-qt/qtsvg:5
dev-qt/qtwidgets:5
media-libs/alsa-lib
media-libs/libmad
media-libs/libsndfile
sci-libs/fftw:3.0
virtual/libusb:0
virtual/libusb:1
virtual/udev
"
DEPEND="${RDEPEND}
dev-qt/qttest:5
"
BDEPEND="dev-qt/linguist-tools:5"
IDEPEND="dev-util/desktop-file-utils"
src_prepare() {
default
sed -e "/UDEVRULESDIR/s:/etc/udev/rules.d:$(get_udevdir)/rules.d:" \
-i variables.pri || die
## Remove Werror-flag since there are some warnings with gcc-9.x
sed -e "s/QMAKE_CXXFLAGS += -Werror/#&/g" \
-i variables.pri || die
}
src_configure() {
eqmake5 CONFIG+=qmlui
}
src_test() {
local -x QT_QPA_PLATFORM=offscreen
emake check
}
src_install() {
emake INSTALL_ROOT="${D}" install
}
pkg_postinst() {
udev_reload
xdg_desktop_database_update
xdg_mimeinfo_database_update
elog "Some configurations of KDE Plasma break the layout of"
elog "QLC+ 5's QML UI."
elog "As a workaround, try those environment variables:"
elog " export XDG_CURRENT_DESKTOP=GNOME"
elog "OR"
elog " export QT_QPA_PLATFORMTHEME=gtk3"
}
pkg_postrm() {
udev_reload
xdg_desktop_database_update
xdg_mimeinfo_database_update
}