Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/audacious-plugins/
Date: Tue, 02 Jun 2020 11:54:27
Message-Id: 1591098854.327b654f22f8d602f0d814bf54be197ec7705bcc.asturm@gentoo
1 commit: 327b654f22f8d602f0d814bf54be197ec7705bcc
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 2 11:45:30 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 2 11:54:14 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=327b654f
7
8 media-plugins/audacious-plugins: Add IUSE="X"
9
10 Package-Manager: Portage-2.3.100, Repoman-2.3.22
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-plugins/audacious-plugins/audacious-plugins-9999.ebuild | 4 +++-
14 1 file changed, 3 insertions(+), 1 deletion(-)
15
16 diff --git a/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild b/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild
17 index 76a54c61081..b915d2ebe95 100644
18 --- a/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild
19 +++ b/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild
20 @@ -19,7 +19,7 @@ LICENSE="GPL-2"
21 SLOT="0"
22 IUSE="aac +alsa ampache bs2b cdda cue ffmpeg flac fluidsynth gme http jack
23 lame libnotify libsamplerate lirc mms modplug mp3 nls opengl pulseaudio
24 - scrobbler sdl sid sndfile soxr speedpitch streamtuner vorbis wavpack"
25 + scrobbler sdl sid sndfile soxr speedpitch streamtuner vorbis wavpack X"
26 REQUIRED_USE="ampache? ( http ) streamtuner? ( http )"
27
28 # The following plugins REQUIRE a GUI build of audacious, because non-GUI
29 @@ -96,6 +96,7 @@ DEPEND="
30 >=media-libs/libvorbis-1.2.0
31 )
32 wavpack? ( >=media-sound/wavpack-4.50.1-r1 )
33 + X? ( dev-qt/qtx11extras:5 )
34 "
35 RDEPEND="${DEPEND}"
36
37 @@ -156,6 +157,7 @@ src_configure() {
38 $(use_enable streamtuner)
39 $(use_enable vorbis)
40 $(use_enable wavpack)
41 + $(use_enable X qthotkey)
42 $(use_with ffmpeg ffmpeg ffmpeg)
43 )