diff options
author | Sam James <sam@gentoo.org> | 2022-12-24 10:20:18 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-24 10:21:11 +0000 |
commit | 7006e072472fdfb33880c81bb9559a350508ed1c (patch) | |
tree | cdf91b400eda1750320121d8b906f71fe3d8c8cb /media-sound/pulseaudio-daemon | |
parent | media-video/mplayer: add 1.5 (diff) | |
download | gentoo-7006e072472fdfb33880c81bb9559a350508ed1c.tar.gz gentoo-7006e072472fdfb33880c81bb9559a350508ed1c.tar.bz2 gentoo-7006e072472fdfb33880c81bb9559a350508ed1c.zip |
Revert "media-sound/pulseaudio-daemon: Add missing USE equalizer deps"
This reverts commit 3fda42b7c24ba9f541849772cb5a967d17f5ad04.
I'd missed a comment from leio in linked PR which means we need
to rework this.
Bug: https://bugs.gentoo.org/830841
Closes: https://bugs.gentoo.org/888131
Closes: https://github.com/gentoo/gentoo/pull/28779
See: https://github.com/gentoo/gentoo/pull/28654
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-sound/pulseaudio-daemon')
-rw-r--r-- | media-sound/pulseaudio-daemon/pulseaudio-daemon-16.1-r6.ebuild (renamed from media-sound/pulseaudio-daemon/pulseaudio-daemon-16.1-r5.ebuild) | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/media-sound/pulseaudio-daemon/pulseaudio-daemon-16.1-r5.ebuild b/media-sound/pulseaudio-daemon/pulseaudio-daemon-16.1-r6.ebuild index a90b252000b6..9356b406dac4 100644 --- a/media-sound/pulseaudio-daemon/pulseaudio-daemon-16.1-r5.ebuild +++ b/media-sound/pulseaudio-daemon/pulseaudio-daemon-16.1-r6.ebuild @@ -135,10 +135,6 @@ RDEPEND=" ldac? ( media-plugins/gst-plugins-ldac ) aptx? ( media-plugins/gst-plugins-openaptx ) ) - equalizer? ( - dev-python/PyQt5[gui,widgets] - dev-python/dbus-python - ) !media-video/pipewire[sound-server(+)] " unset gstreamer_deps @@ -252,11 +248,6 @@ src_configure() { src_install() { meson_src_install - # Upstream installs qpaeq if fftw is found, we only want it with USE equalizer - if ! use equalizer; then - rm "${ED}"/usr/bin/qpaeq || die - fi - # Upstream installs 'pactl' if client is built, with all symlinks except for # 'pulseaudio', 'pacmd' and 'pasuspender' which are installed if server is built. # This trips QA warning, workaround: |