commit: dab7fa8f732c927b0ed0acfd762516ed833debeb Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Nov 18 11:53:30 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Nov 18 11:58:29 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dab7fa8f
media-plugins/audacious-plugins: Re-add USE libnotify, allow with qt5 Reported-by: William Pettersson <william <AT> ewpettersson.se> Closes: https://bugs.gentoo.org/671418 Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> media-plugins/audacious-plugins/audacious-plugins-3.10.ebuild | 4 +++- media-plugins/audacious-plugins/audacious-plugins-9999.ebuild | 2 +- 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 968cfc47338..5871219ae3b 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 2481a86bccb..57cc7a7ae92 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 )"
