From 327b654f22f8d602f0d814bf54be197ec7705bcc Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Tue, 2 Jun 2020 13:45:30 +0200 Subject: media-plugins/audacious-plugins: Add IUSE="X" Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner --- media-plugins/audacious-plugins/audacious-plugins-9999.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'media-plugins/audacious-plugins') diff --git a/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild b/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild index 76a54c61081b..b915d2ebe95b 100644 --- a/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild +++ b/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild @@ -19,7 +19,7 @@ LICENSE="GPL-2" SLOT="0" IUSE="aac +alsa ampache bs2b cdda cue ffmpeg flac fluidsynth gme http jack lame libnotify libsamplerate lirc mms modplug mp3 nls opengl pulseaudio - scrobbler sdl sid sndfile soxr speedpitch streamtuner vorbis wavpack" + scrobbler sdl sid sndfile soxr speedpitch streamtuner vorbis wavpack X" REQUIRED_USE="ampache? ( http ) streamtuner? ( http )" # The following plugins REQUIRE a GUI build of audacious, because non-GUI @@ -96,6 +96,7 @@ DEPEND=" >=media-libs/libvorbis-1.2.0 ) wavpack? ( >=media-sound/wavpack-4.50.1-r1 ) + X? ( dev-qt/qtx11extras:5 ) " RDEPEND="${DEPEND}" @@ -156,6 +157,7 @@ src_configure() { $(use_enable streamtuner) $(use_enable vorbis) $(use_enable wavpack) + $(use_enable X qthotkey) $(use_with ffmpeg ffmpeg ffmpeg) ) -- cgit v1.2.3-65-gdbad