Gentoo Archives: gentoo-commits

From: "Jeff Horelick (jdhore)" <jdhore@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/audacious-plugins: audacious-plugins-3.3.ebuild ChangeLog
Date: Tue, 31 Jul 2012 02:28:46
Message-Id: 20120731022830.BD4D72004C@flycatcher.gentoo.org
1 jdhore 12/07/31 02:28:30
2
3 Modified: audacious-plugins-3.3.ebuild ChangeLog
4 Log:
5 Add small hack to fix bug 428632. Thanks Christian!
6
7 (Portage version: 2.2.0_alpha120/cvs/Linux i686)
8
9 Revision Changes Path
10 1.2 media-plugins/audacious-plugins/audacious-plugins-3.3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-3.3.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-3.3.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-3.3.ebuild?r1=1.1&r2=1.2
15
16 Index: audacious-plugins-3.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-3.3.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- audacious-plugins-3.3.ebuild 27 Jul 2012 04:49:49 -0000 1.1
23 +++ audacious-plugins-3.3.ebuild 31 Jul 2012 02:28:30 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-3.3.ebuild,v 1.1 2012/07/27 04:49:49 jdhore Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-3.3.ebuild,v 1.2 2012/07/31 02:28:30 jdhore Exp $
29
30 EAPI=4
31
32 @@ -23,6 +23,7 @@
33 >=media-sound/audacious-3.3
34 >=net-libs/neon-0.26.4
35 x11-libs/gtk+:3
36 + ( || ( >=dev-libs/glib-2.32.2 dev-util/gdbus-codegen ) )
37 aac? ( >=media-libs/faad2-2.7 )
38 adplug? ( >=dev-cpp/libbinio-1.4 )
39 alsa? ( >=media-libs/alsa-lib-1.0.16 )
40 @@ -63,6 +64,17 @@
41 fi
42 }
43
44 +src_prepare() {
45 + has_version "<dev-libs/glib-2.32" && \
46 + cd ${S}/src/mpris2 && \
47 + gdbus-codegen --interface-prefix org.mpris. \
48 + --c-namespace Mpris --generate-c-code object-core mpris2.xml && \
49 + gdbus-codegen --interface-prefix org.mpris. \
50 + --c-namespace Mpris \
51 + --generate-c-code object-player mpris2-player.xml && \
52 + cd ${S}
53 +}
54 +
55 src_configure() {
56 mp3_warning
57
58
59
60
61 1.258 media-plugins/audacious-plugins/ChangeLog
62
63 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?rev=1.258&view=markup
64 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?rev=1.258&content-type=text/plain
65 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?r1=1.257&r2=1.258
66
67 Index: ChangeLog
68 ===================================================================
69 RCS file: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v
70 retrieving revision 1.257
71 retrieving revision 1.258
72 diff -u -r1.257 -r1.258
73 --- ChangeLog 29 Jul 2012 17:10:00 -0000 1.257
74 +++ ChangeLog 31 Jul 2012 02:28:30 -0000 1.258
75 @@ -1,6 +1,9 @@
76 # ChangeLog for media-plugins/audacious-plugins
77 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
78 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.257 2012/07/29 17:10:00 armin76 Exp $
79 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.258 2012/07/31 02:28:30 jdhore Exp $
80 +
81 + 31 Jul 2012; Jeff Horelick <jdhore@g.o> audacious-plugins-3.3.ebuild:
82 + Add small hack to fix bug 428632. Thanks Christian!
83
84 29 Jul 2012; Raúl Porcel <armin76@g.o>
85 audacious-plugins-3.2.2-r1.ebuild: