summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-11-18 12:53:30 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-11-18 12:58:29 +0100
commitdab7fa8f732c927b0ed0acfd762516ed833debeb (patch)
tree3893d14b786f612a8f07adb84e921524a7ae004c /media-plugins/audacious-plugins
parentmedia-libs/libbs2b: Drop 3.1.0-r1 (diff)
downloadgentoo-dab7fa8f732c927b0ed0acfd762516ed833debeb.tar.gz
gentoo-dab7fa8f732c927b0ed0acfd762516ed833debeb.tar.bz2
gentoo-dab7fa8f732c927b0ed0acfd762516ed833debeb.zip
media-plugins/audacious-plugins: Re-add USE libnotify, allow with qt5
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>
Diffstat (limited to 'media-plugins/audacious-plugins')
-rw-r--r--media-plugins/audacious-plugins/audacious-plugins-3.10.ebuild4
-rw-r--r--media-plugins/audacious-plugins/audacious-plugins-9999.ebuild2
2 files changed, 4 insertions, 2 deletions
diff --git a/media-plugins/audacious-plugins/audacious-plugins-3.10.ebuild b/media-plugins/audacious-plugins/audacious-plugins-3.10.ebuild
index 968cfc473386..5871219ae3b3 100644
--- a/media-plugins/audacious-plugins/audacious-plugins-3.10.ebuild
+++ b/media-plugins/audacious-plugins/audacious-plugins-3.10.ebuild
@@ -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) \
diff --git a/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild b/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild
index 2481a86bccb4..57cc7a7ae929 100644
--- a/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild
+++ b/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild
@@ -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 )"