commit: 8d2998e0a0f52d6eeb91d254db44462fcaa89ab2 Author: Igor V. Kovalenko <igor.v.kovalenko <AT> gmail <DOT> com> AuthorDate: Tue Jun 14 19:58:30 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Jun 15 21:56:33 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d2998e0
media-sound/pulseaudio-daemon: Drop IUSE gtk Drop IUSE gtk from pulseaudio-daemon since gtk+/glib properties are only considered by client apps via loaded libpulse implementation. Signed-off-by: Igor V. Kovalenko <igor.v.kovalenko <AT> gmail.com> Signed-off-by: Sam James <sam <AT> gentoo.org> media-sound/pulseaudio-daemon/pulseaudio-daemon-16.0-r2.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/media-sound/pulseaudio-daemon/pulseaudio-daemon-16.0-r2.ebuild b/media-sound/pulseaudio-daemon/pulseaudio-daemon-16.0-r2.ebuild index adf6cbbd994e..960fa0f71668 100644 --- a/media-sound/pulseaudio-daemon/pulseaudio-daemon-16.0-r2.ebuild +++ b/media-sound/pulseaudio-daemon/pulseaudio-daemon-16.0-r2.ebuild @@ -32,7 +32,7 @@ SLOT="0" # +alsa-plugin as discussed in bug #519530 # TODO: Find out why webrtc-aec is + prefixed - there's already the always available speexdsp-aec # NOTE: The current ebuild sets +X almost certainly just for the pulseaudio.desktop file -IUSE="+alsa +alsa-plugin aptx +asyncns bluetooth dbus elogind equalizer fftw +gdbm +glib gstreamer gtk ipv6 jack ldac lirc +IUSE="+alsa +alsa-plugin aptx +asyncns bluetooth dbus elogind equalizer fftw +gdbm +glib gstreamer ipv6 jack ldac lirc ofono-headset +orc oss selinux sox ssl systemd system-wide tcpd test +udev valgrind +webrtc-aec +X zeroconf" RESTRICT="!test? ( test )" @@ -90,7 +90,6 @@ COMMON_DEPEND=" gdbm? ( sys-libs/gdbm:= ) glib? ( >=dev-libs/glib-2.28.0:2 ) gstreamer? ( ${gstreamer_deps} ) - gtk? ( x11-libs/gtk+:3 ) jack? ( virtual/jack ) ldac? ( ${gstreamer_deps} ) lirc? ( app-misc/lirc ) @@ -218,7 +217,7 @@ src_configure() { $(meson_feature glib) # WARNING: toggling this likely changes ABI $(meson_feature glib gsettings) # Supposedly correct? $(meson_feature gstreamer) - $(meson_feature gtk) + -Dgtk=disabled -Dhal-compat=true # Consider disabling on next revbump $(meson_use ipv6) $(meson_feature jack)