Gentoo Archives: gentoo-commits

From: "Tony Vroon (chainsaw)" <chainsaw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/audacious-plugins: ChangeLog audacious-plugins-3.5.1.ebuild
Date: Thu, 31 Jul 2014 21:44:30
Message-Id: 20140731214426.2E8332004E@flycatcher.gentoo.org
1 chainsaw 14/07/31 21:44:26
2
3 Modified: ChangeLog audacious-plugins-3.5.1.ebuild
4 Log:
5 Our depend on glib or gdbus-codegen failed to require USE=utils for the glib possibility. As pointed out by Amadeusz Sławiński in bug #485142.
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xB5058F9A)
8
9 Revision Changes Path
10 1.278 media-plugins/audacious-plugins/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?rev=1.278&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?rev=1.278&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?r1=1.277&r2=1.278
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v
19 retrieving revision 1.277
20 retrieving revision 1.278
21 diff -u -r1.277 -r1.278
22 --- ChangeLog 31 Jul 2014 21:32:14 -0000 1.277
23 +++ ChangeLog 31 Jul 2014 21:44:25 -0000 1.278
24 @@ -1,6 +1,10 @@
25 # ChangeLog for media-plugins/audacious-plugins
26 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.277 2014/07/31 21:32:14 chainsaw Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.278 2014/07/31 21:44:25 chainsaw Exp $
29 +
30 + 31 Jul 2014; Tony Vroon <chainsaw@g.o> audacious-plugins-3.5.1.ebuild:
31 + Our depend on glib or gdbus-codegen failed to require USE=utils for the glib
32 + possibility. As pointed out by Amadeusz Sławiński in bug #485142.
33
34 *audacious-plugins-3.5.1 (31 Jul 2014)
35
36
37
38
39 1.2 media-plugins/audacious-plugins/audacious-plugins-3.5.1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-3.5.1.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-3.5.1.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-3.5.1.ebuild?r1=1.1&r2=1.2
44
45 Index: audacious-plugins-3.5.1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-3.5.1.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- audacious-plugins-3.5.1.ebuild 31 Jul 2014 21:32:14 -0000 1.1
52 +++ audacious-plugins-3.5.1.ebuild 31 Jul 2014 21:44:25 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2014 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-3.5.1.ebuild,v 1.1 2014/07/31 21:32:14 chainsaw Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-3.5.1.ebuild,v 1.2 2014/07/31 21:44:25 chainsaw Exp $
58
59 EAPI=5
60 inherit eutils
61 @@ -24,7 +24,7 @@
62 ~media-sound/audacious-3.5.1
63 >=net-libs/neon-0.26.4
64 x11-libs/gtk+:3
65 - ( || ( >=dev-libs/glib-2.32.2 dev-util/gdbus-codegen ) )
66 + ( || ( >=dev-libs/glib-2.32.2[utils] dev-util/gdbus-codegen ) )
67 aac? ( >=media-libs/faad2-2.7 )
68 adplug? ( >=dev-cpp/libbinio-1.4 )
69 alsa? ( >=media-libs/alsa-lib-1.0.16 )