summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-06-02 13:45:30 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-06-02 13:54:14 +0200
commit327b654f22f8d602f0d814bf54be197ec7705bcc (patch)
treed839c206a2e182771a64a68e9b9cd7e7434767c7 /media-plugins/audacious-plugins
parentdev-vcs/fossil: Bump to 2.11 (diff)
downloadgentoo-327b654f22f8d602f0d814bf54be197ec7705bcc.tar.gz
gentoo-327b654f22f8d602f0d814bf54be197ec7705bcc.tar.bz2
gentoo-327b654f22f8d602f0d814bf54be197ec7705bcc.zip
media-plugins/audacious-plugins: Add IUSE="X"
Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-plugins/audacious-plugins')
-rw-r--r--media-plugins/audacious-plugins/audacious-plugins-9999.ebuild4
1 files changed, 3 insertions, 1 deletions
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)
)