media-plugins/audacious-plugins: Re-add USE libnotify, allow with qt5
authorAndreas Sturmlechner <asturm@gentoo.org>
Sun, 18 Nov 2018 11:53:30 +0000 (12:53 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sun, 18 Nov 2018 11:58:29 +0000 (12:58 +0100)
Reported-by: William Pettersson <william@ewpettersson.se>
Closes: https://bugs.gentoo.org/671418
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
media-plugins/audacious-plugins/audacious-plugins-3.10.ebuild
media-plugins/audacious-plugins/audacious-plugins-9999.ebuild

index 968cfc4733862dfe5cf1a048f22725f092ff4153..5871219ae3b34bb4b87b84ba130d1a0c314f5211 100644 (file)
@@ -18,7 +18,7 @@ fi
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="aac +adplug alsa ampache aosd bs2b cdda cue ffmpeg flac fluidsynth http gme jack lame libav
+IUSE="aac +adplug alsa ampache aosd bs2b cdda cue ffmpeg flac fluidsynth http gme jack lame libav libnotify
        libnotify libsamplerate lirc mms modplug mp3 nls pulseaudio scrobbler sdl sid sndfile soxr speedpitch vorbis wavpack"
 REQUIRED_USE="
        || ( alsa jack pulseaudio sdl )
@@ -78,6 +78,7 @@ RDEPEND="
                virtual/jack
        )
        lame? ( media-sound/lame )
+       libnotify? ( x11-libs/libnotify )
        libsamplerate? ( media-libs/libsamplerate:= )
        lirc? ( app-misc/lirc )
        mms? ( >=media-libs/libmms-0.3 )
@@ -136,6 +137,7 @@ src_configure() {
                $(use_enable http neon) \
                $(use_enable jack) \
                $(use_enable lame filewriter_mp3) \
+               $(use_enable libnotify notify) \
                $(use_enable libsamplerate resample) \
                $(use_enable lirc) \
                $(use_enable mms) \
index 2481a86bccb443c5af432e9d9b3b3e7491265344..57cc7a7ae929cde6b6c2ecce65e532dab2be53a4 100644 (file)
@@ -24,7 +24,7 @@ IUSE="aac +adplug alsa ampache aosd bs2b cdda cue ffmpeg flac fluidsynth hotkeys
        libnotify libsamplerate lirc mms modplug mp3 nls pulseaudio qt5 scrobbler sdl sid sndfile soxr speedpitch vorbis wavpack"
 REQUIRED_USE="
        ^^ ( gtk gtk3 qt5 )
-       qt5? ( !hotkeys !libnotify )
+       qt5? ( !hotkeys )
        || ( alsa jack pulseaudio sdl )
        ampache? ( qt5 http )"