commit:     327b654f22f8d602f0d814bf54be197ec7705bcc
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  2 11:45:30 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jun  2 11:54:14 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=327b654f

media-plugins/audacious-plugins: Add IUSE="X"

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-plugins/audacious-plugins/audacious-plugins-9999.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild 
b/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild
index 76a54c61081..b915d2ebe95 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)
        )
 

Reply via email to