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: Sun, 18 Nov 2018 11:58:47
Message-Id: 1542542309.dab7fa8f732c927b0ed0acfd762516ed833debeb.asturm@gentoo
1 commit: dab7fa8f732c927b0ed0acfd762516ed833debeb
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 18 11:53:30 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 18 11:58:29 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dab7fa8f
7
8 media-plugins/audacious-plugins: Re-add USE libnotify, allow with qt5
9
10 Reported-by: William Pettersson <william <AT> ewpettersson.se>
11 Closes: https://bugs.gentoo.org/671418
12 Package-Manager: Portage-2.3.51, Repoman-2.3.12
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 media-plugins/audacious-plugins/audacious-plugins-3.10.ebuild | 4 +++-
16 media-plugins/audacious-plugins/audacious-plugins-9999.ebuild | 2 +-
17 2 files changed, 4 insertions(+), 2 deletions(-)
18
19 diff --git a/media-plugins/audacious-plugins/audacious-plugins-3.10.ebuild b/media-plugins/audacious-plugins/audacious-plugins-3.10.ebuild
20 index 968cfc47338..5871219ae3b 100644
21 --- a/media-plugins/audacious-plugins/audacious-plugins-3.10.ebuild
22 +++ b/media-plugins/audacious-plugins/audacious-plugins-3.10.ebuild
23 @@ -18,7 +18,7 @@ fi
24
25 LICENSE="GPL-2"
26 SLOT="0"
27 -IUSE="aac +adplug alsa ampache aosd bs2b cdda cue ffmpeg flac fluidsynth http gme jack lame libav
28 +IUSE="aac +adplug alsa ampache aosd bs2b cdda cue ffmpeg flac fluidsynth http gme jack lame libav libnotify
29 libnotify libsamplerate lirc mms modplug mp3 nls pulseaudio scrobbler sdl sid sndfile soxr speedpitch vorbis wavpack"
30 REQUIRED_USE="
31 || ( alsa jack pulseaudio sdl )
32 @@ -78,6 +78,7 @@ RDEPEND="
33 virtual/jack
34 )
35 lame? ( media-sound/lame )
36 + libnotify? ( x11-libs/libnotify )
37 libsamplerate? ( media-libs/libsamplerate:= )
38 lirc? ( app-misc/lirc )
39 mms? ( >=media-libs/libmms-0.3 )
40 @@ -136,6 +137,7 @@ src_configure() {
41 $(use_enable http neon) \
42 $(use_enable jack) \
43 $(use_enable lame filewriter_mp3) \
44 + $(use_enable libnotify notify) \
45 $(use_enable libsamplerate resample) \
46 $(use_enable lirc) \
47 $(use_enable mms) \
48
49 diff --git a/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild b/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild
50 index 2481a86bccb..57cc7a7ae92 100644
51 --- a/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild
52 +++ b/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild
53 @@ -24,7 +24,7 @@ IUSE="aac +adplug alsa ampache aosd bs2b cdda cue ffmpeg flac fluidsynth hotkeys
54 libnotify libsamplerate lirc mms modplug mp3 nls pulseaudio qt5 scrobbler sdl sid sndfile soxr speedpitch vorbis wavpack"
55 REQUIRED_USE="
56 ^^ ( gtk gtk3 qt5 )
57 - qt5? ( !hotkeys !libnotify )
58 + qt5? ( !hotkeys )
59 || ( alsa jack pulseaudio sdl )
60 ampache? ( qt5 http )"