commit: 10561fc2b1ef3d66afb780b2f28850854d8b1dc6 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Thu Sep 4 20:29:38 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Fri Sep 5 11:19:54 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10561fc2
media-sound/qpaeq: drop 16.1 Closes: https://bugs.gentoo.org/948110 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> media-sound/qpaeq/Manifest | 1 - media-sound/qpaeq/qpaeq-16.1.ebuild | 46 ------------------------------------- 2 files changed, 47 deletions(-) diff --git a/media-sound/qpaeq/Manifest b/media-sound/qpaeq/Manifest index 8ac038d21ea3..42cd89ab8f99 100644 --- a/media-sound/qpaeq/Manifest +++ b/media-sound/qpaeq/Manifest @@ -1,2 +1 @@ -DIST pulseaudio-16.1.tar.xz 1545596 BLAKE2B 535706abcea2cae39834b23c8bdc37f71b0e633de2d8e43ea4425da97a850b57c2f980c318681cbc86cf1e746200609dad41f8b96ecf4568f86d94aa6831c9a1 SHA512 33b0b4292f05e0882f3ec822cf5720414bb34c523d80fe287b9740d6be219787c562e8024c9b0d9e2ee010771ca72c7ae4f27df1bbef9c9cb6bb6a23cbcc412f DIST pulseaudio-17.0.tar.xz 1566556 BLAKE2B 781ece3d507916aa681d3b0132689730a621b4d92e45f86570e4d2fdebc4c0025ebe7f7a05046545f9b26caca513e8975f12498fa314524bc67eacaea72842fa SHA512 be0aec46204d9c9188a796fbe41b4cf6f0f5e6b16fa08ce359b8f0f51253f0ade364b89448bbf5faa2af7e59deb6c72194734c3233944250dcfd4f31968a5e97 diff --git a/media-sound/qpaeq/qpaeq-16.1.ebuild b/media-sound/qpaeq/qpaeq-16.1.ebuild deleted file mode 100644 index 64f4810faf97..000000000000 --- a/media-sound/qpaeq/qpaeq-16.1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -MY_PV="${PV/_pre*}" -MY_P="pulseaudio-${MY_PV}" - -PYTHON_COMPAT=( python3_{10..12} ) -inherit python-single-r1 - -DESCRIPTION="Equalizer interface for equalizer sinks of PulseAudio (networked sound server)" -HOMEPAGE="https://www.freedesktop.org/wiki/Software/PulseAudio/" -SRC_URI="https://freedesktop.org/software/pulseaudio/releases/${MY_P}.tar.xz" -S="${WORKDIR}/${MY_P}" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND=" - ${PYTHON_DEPS} - $(python_gen_cond_dep ' - dev-python/pyqt5[gui,widgets,${PYTHON_USEDEP}] - dev-python/dbus-python[${PYTHON_USEDEP}] - ') - >=media-sound/pulseaudio-daemon-16.1-r7[dbus,fftw] - !<media-sound/pulseaudio-daemon-16.1-r7 -" - -src_configure() { - :; # do nothing -} - -src_install() { - python_doscript src/utils/qpaeq -} - -pkg_postinst() { - elog "You will need to load some extra modules to make qpaeq work." - elog "You can do that by adding the following two lines in" - elog "/etc/pulse/default.pa and restarting pulseaudio:" - elog "load-module module-equalizer-sink" - elog "load-module module-dbus-protocol" -}
