Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/audacious-plugins/
Date: Tue, 14 Nov 2017 09:48:05
Message-Id: 1510652846.94e99c585ca9e3a88a778bcf81a85a807ebd1a4f.soap@gentoo
1 commit: 94e99c585ca9e3a88a778bcf81a85a807ebd1a4f
2 Author: Róbert Čerňanský <openhs <AT> tightmail <DOT> com>
3 AuthorDate: Sat Nov 11 18:42:48 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 14 09:47:26 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94e99c58
7
8 media-plugins/audacious-plugins: Fix dependency of Ampache plugin
9
10 Closes: https://bugs.gentoo.org/637162
11 Closes: https://github.com/gentoo/gentoo/pull/6173
12
13 media-plugins/audacious-plugins/audacious-plugins-3.9.ebuild | 5 +++--
14 1 file changed, 3 insertions(+), 2 deletions(-)
15
16 diff --git a/media-plugins/audacious-plugins/audacious-plugins-3.9.ebuild b/media-plugins/audacious-plugins/audacious-plugins-3.9.ebuild
17 index cc21399c3a9..41e4f61c74d 100644
18 --- a/media-plugins/audacious-plugins/audacious-plugins-3.9.ebuild
19 +++ b/media-plugins/audacious-plugins/audacious-plugins-3.9.ebuild
20 @@ -25,7 +25,8 @@ IUSE="aac +adplug alsa ampache aosd bs2b cdda cue ffmpeg flac fluidsynth gnome h
21 REQUIRED_USE="
22 ^^ ( gtk gtk3 qt5 )
23 qt5? ( !libnotify )
24 - || ( alsa jack pulseaudio sdl )"
25 + || ( alsa jack pulseaudio sdl )
26 + ampache? ( qt5 http )"
27
28 # The following plugins REQUIRE a GUI build of audacious, because non-GUI
29 # builds do NOT install the libaudgui library & headers.
30 @@ -52,7 +53,7 @@ RDEPEND="
31 ~media-sound/audacious-${PV}[gtk?,gtk3?,qt5?]
32 aac? ( >=media-libs/faad2-2.7 )
33 alsa? ( >=media-libs/alsa-lib-1.0.16 )
34 - ampache? ( www-apps/ampache )
35 + ampache? ( =media-libs/ampache_browser-1* )
36 aosd? (
37 x11-libs/libXrender
38 x11-libs/libXcomposite