commit:     2d1196c8b99b8bb0600400309f78b87f491f0abc
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 23 21:27:16 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Nov 23 21:33:38 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d1196c8

media-plugins/audacious-plugins: Make USE adplug operational again

No-op in previous versions.
Drop media-libs/adplug dependency from USE qt5, there is no indication
this is necessary.

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

 media-plugins/audacious-plugins/audacious-plugins-9999.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild 
b/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild
index 5386dd7a599..7e74d5ee0ce 100644
--- a/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild
+++ b/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://audacious-media-player.org/";
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="aac +adplug +alsa ampache bs2b cdda cue ffmpeg flac fluidsynth http gme 
jack lame libav libnotify libsamplerate
+IUSE="aac adplug +alsa ampache bs2b cdda cue ffmpeg flac fluidsynth http gme 
jack lame libav libnotify libsamplerate
        lirc mms modplug mp3 nls opengl pulseaudio qt5 qtmedia scrobbler sdl 
sid sndfile soxr speedpitch vorbis wavpack"
 REQUIRED_USE="
        || ( alsa jack pulseaudio qtmedia sdl )
@@ -47,6 +47,7 @@ RDEPEND="
        dev-libs/libxml2:2
        ~media-sound/audacious-${PV}[qt5=]
        aac? ( >=media-libs/faad2-2.7 )
+       adplug? ( media-libs/adplug )
        alsa? ( >=media-libs/alsa-lib-1.0.16 )
        ampache? ( =media-libs/ampache_browser-1* )
        bs2b? ( media-libs/libbs2b )
@@ -68,7 +69,6 @@ RDEPEND="
                dev-qt/qtcore:5
                dev-qt/qtgui:5
                dev-qt/qtwidgets:5
-               media-libs/adplug
                opengl? ( dev-qt/qtopengl:5 )
        )
        jack? (
@@ -119,6 +119,7 @@ src_configure() {
                --disable-coreaudio
                --disable-sndio
                $(use_enable aac)
+               $(use_enable adplug)
                $(use_enable alsa)
                $(use_enable ampache)
                $(use_enable bs2b)

Reply via email to