Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/audacious-plugins: ChangeLog audacious-plugins-2.4.3-r1.ebuild audacious-plugins-2.5_alpha1.ebuild
Date: Sun, 06 Feb 2011 17:21:15
Message-Id: 20110206172056.4CEDF20057@flycatcher.gentoo.org
1 ssuominen 11/02/06 17:20:56
2
3 Modified: ChangeLog audacious-plugins-2.4.3-r1.ebuild
4 audacious-plugins-2.5_alpha1.ebuild
5 Log:
6 Fix building with x11-libs/libnotify >= 0.7 wrt #353859.
7
8 (Portage version: 2.2.0_alpha20/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.193 media-plugins/audacious-plugins/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?rev=1.193&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?rev=1.193&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?r1=1.192&r2=1.193
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v
20 retrieving revision 1.192
21 retrieving revision 1.193
22 diff -u -r1.192 -r1.193
23 --- ChangeLog 30 Jan 2011 20:29:13 -0000 1.192
24 +++ ChangeLog 6 Feb 2011 17:20:56 -0000 1.193
25 @@ -1,6 +1,11 @@
26 # ChangeLog for media-plugins/audacious-plugins
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.192 2011/01/30 20:29:13 chainsaw Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.193 2011/02/06 17:20:56 ssuominen Exp $
30 +
31 + 06 Feb 2011; Samuli Suominen <ssuominen@g.o>
32 + +files/2.4.3-libnotify-0.7.patch, audacious-plugins-2.4.3-r1.ebuild,
33 + audacious-plugins-2.5_alpha1.ebuild:
34 + Fix building with x11-libs/libnotify >= 0.7 wrt #353859.
35
36 *audacious-plugins-2.5_alpha1 (30 Jan 2011)
37
38
39
40
41 1.2 media-plugins/audacious-plugins/audacious-plugins-2.4.3-r1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.4.3-r1.ebuild?rev=1.2&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.4.3-r1.ebuild?rev=1.2&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.4.3-r1.ebuild?r1=1.1&r2=1.2
46
47 Index: audacious-plugins-2.4.3-r1.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.4.3-r1.ebuild,v
50 retrieving revision 1.1
51 retrieving revision 1.2
52 diff -u -r1.1 -r1.2
53 --- audacious-plugins-2.4.3-r1.ebuild 29 Jan 2011 22:33:58 -0000 1.1
54 +++ audacious-plugins-2.4.3-r1.ebuild 6 Feb 2011 17:20:56 -0000 1.2
55 @@ -1,6 +1,6 @@
56 # Copyright 1999-2011 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.4.3-r1.ebuild,v 1.1 2011/01/29 22:33:58 chainsaw Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.4.3-r1.ebuild,v 1.2 2011/02/06 17:20:56 ssuominen Exp $
60
61 inherit eutils flag-o-matic
62
63 @@ -59,6 +59,12 @@
64 fi
65 }
66
67 +src_unpack() {
68 + unpack ${A}
69 + cd "${S}"
70 + epatch "${FILESDIR}"/${PV}-libnotify-0.7.patch
71 +}
72 +
73 src_compile() {
74 mp3_warning
75
76
77
78
79 1.2 media-plugins/audacious-plugins/audacious-plugins-2.5_alpha1.ebuild
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.5_alpha1.ebuild?rev=1.2&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.5_alpha1.ebuild?rev=1.2&content-type=text/plain
83 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.5_alpha1.ebuild?r1=1.1&r2=1.2
84
85 Index: audacious-plugins-2.5_alpha1.ebuild
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.5_alpha1.ebuild,v
88 retrieving revision 1.1
89 retrieving revision 1.2
90 diff -u -r1.1 -r1.2
91 --- audacious-plugins-2.5_alpha1.ebuild 30 Jan 2011 20:29:13 -0000 1.1
92 +++ audacious-plugins-2.5_alpha1.ebuild 6 Feb 2011 17:20:56 -0000 1.2
93 @@ -1,6 +1,6 @@
94 # Copyright 1999-2011 Gentoo Foundation
95 # Distributed under the terms of the GNU General Public License v2
96 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.5_alpha1.ebuild,v 1.1 2011/01/30 20:29:13 chainsaw Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.5_alpha1.ebuild,v 1.2 2011/02/06 17:20:56 ssuominen Exp $
98
99 EAPI=3
100
101 @@ -61,6 +61,10 @@
102 fi
103 }
104
105 +src_prepare() {
106 + epatch "${FILESDIR}"/2.4.3-libnotify-0.7.patch
107 +}
108 +
109 src_configure() {
110 mp3_warning