Gentoo Archives: gentoo-commits

From: "Sebastian Pipping (sping)" <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/babl: babl-0.1.6.ebuild babl-0.1.4.ebuild ChangeLog babl-0.1.4-r2.ebuild
Date: Sun, 01 Jan 2012 14:24:35
Message-Id: 20120101142424.4B7C42004B@flycatcher.gentoo.org
1 sping 12/01/01 14:24:24
2
3 Modified: babl-0.1.6.ebuild babl-0.1.4.ebuild ChangeLog
4 babl-0.1.4-r2.ebuild
5 Log:
6 media-libs/babl: Fix dependencies (bug #384183)
7
8 (Portage version: 2.1.10.43/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 media-libs/babl/babl-0.1.6.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/babl/babl-0.1.6.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/babl/babl-0.1.6.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/babl/babl-0.1.6.ebuild?r1=1.1&r2=1.2
16
17 Index: babl-0.1.6.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-libs/babl/babl-0.1.6.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- babl-0.1.6.ebuild 1 Jan 2012 12:37:53 -0000 1.1
24 +++ babl-0.1.6.ebuild 1 Jan 2012 14:24:24 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-libs/babl/babl-0.1.6.ebuild,v 1.1 2012/01/01 12:37:53 sping Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/babl/babl-0.1.6.ebuild,v 1.2 2012/01/01 14:24:24 sping Exp $
30
31 EAPI=3
32
33 @@ -16,7 +16,8 @@
34 IUSE="altivec +introspection sse mmx"
35
36 RDEPEND="introspection? ( >=dev-libs/gobject-introspection-0.10 )"
37 -DEPEND="${RDEPEND}"
38 +DEPEND="${RDEPEND}
39 + dev-util/pkgconfig"
40
41 src_prepare() {
42 epatch "${FILESDIR}"/${P}-introspection.patch
43
44
45
46 1.12 media-libs/babl/babl-0.1.4.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/babl/babl-0.1.4.ebuild?rev=1.12&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/babl/babl-0.1.4.ebuild?rev=1.12&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/babl/babl-0.1.4.ebuild?r1=1.11&r2=1.12
51
52 Index: babl-0.1.4.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/media-libs/babl/babl-0.1.4.ebuild,v
55 retrieving revision 1.11
56 retrieving revision 1.12
57 diff -u -r1.11 -r1.12
58 --- babl-0.1.4.ebuild 20 May 2011 20:15:45 -0000 1.11
59 +++ babl-0.1.4.ebuild 1 Jan 2012 14:24:24 -0000 1.12
60 @@ -1,6 +1,6 @@
61 -# Copyright 1999-2011 Gentoo Foundation
62 +# Copyright 1999-2012 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/media-libs/babl/babl-0.1.4.ebuild,v 1.11 2011/05/20 20:15:45 xarthisius Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/media-libs/babl/babl-0.1.4.ebuild,v 1.12 2012/01/01 14:24:24 sping Exp $
66
67 EAPI=3
68
69 @@ -14,7 +14,8 @@
70 IUSE="altivec +introspection sse mmx"
71
72 RDEPEND="introspection? ( >=dev-libs/gobject-introspection-0.6.8 )"
73 -DEPEND="${RDEPEND}"
74 +DEPEND="${RDEPEND}
75 + dev-util/pkgconfig"
76
77 src_configure() {
78 # Automagic rsvg support is just for website generation we do not call,
79
80
81
82 1.33 media-libs/babl/ChangeLog
83
84 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/babl/ChangeLog?rev=1.33&view=markup
85 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/babl/ChangeLog?rev=1.33&content-type=text/plain
86 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/babl/ChangeLog?r1=1.32&r2=1.33
87
88 Index: ChangeLog
89 ===================================================================
90 RCS file: /var/cvsroot/gentoo-x86/media-libs/babl/ChangeLog,v
91 retrieving revision 1.32
92 retrieving revision 1.33
93 diff -u -r1.32 -r1.33
94 --- ChangeLog 1 Jan 2012 12:37:53 -0000 1.32
95 +++ ChangeLog 1 Jan 2012 14:24:24 -0000 1.33
96 @@ -1,6 +1,10 @@
97 # ChangeLog for media-libs/babl
98 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
99 -# $Header: /var/cvsroot/gentoo-x86/media-libs/babl/ChangeLog,v 1.32 2012/01/01 12:37:53 sping Exp $
100 +# $Header: /var/cvsroot/gentoo-x86/media-libs/babl/ChangeLog,v 1.33 2012/01/01 14:24:24 sping Exp $
101 +
102 + 01 Jan 2012; Sebastian Pipping <sping@g.o> babl-0.1.4.ebuild,
103 + babl-0.1.4-r2.ebuild, babl-0.1.6.ebuild:
104 + Add missing depedency on dev-util/pkgconfig reported by nzgr (bug #384183)
105
106 *babl-0.1.6 (01 Jan 2012)
107
108
109
110
111 1.2 media-libs/babl/babl-0.1.4-r2.ebuild
112
113 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/babl/babl-0.1.4-r2.ebuild?rev=1.2&view=markup
114 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/babl/babl-0.1.4-r2.ebuild?rev=1.2&content-type=text/plain
115 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/babl/babl-0.1.4-r2.ebuild?r1=1.1&r2=1.2
116
117 Index: babl-0.1.4-r2.ebuild
118 ===================================================================
119 RCS file: /var/cvsroot/gentoo-x86/media-libs/babl/babl-0.1.4-r2.ebuild,v
120 retrieving revision 1.1
121 retrieving revision 1.2
122 diff -u -r1.1 -r1.2
123 --- babl-0.1.4-r2.ebuild 28 Aug 2011 16:24:37 -0000 1.1
124 +++ babl-0.1.4-r2.ebuild 1 Jan 2012 14:24:24 -0000 1.2
125 @@ -1,6 +1,6 @@
126 -# Copyright 1999-2011 Gentoo Foundation
127 +# Copyright 1999-2012 Gentoo Foundation
128 # Distributed under the terms of the GNU General Public License v2
129 -# $Header: /var/cvsroot/gentoo-x86/media-libs/babl/babl-0.1.4-r2.ebuild,v 1.1 2011/08/28 16:24:37 jlec Exp $
130 +# $Header: /var/cvsroot/gentoo-x86/media-libs/babl/babl-0.1.4-r2.ebuild,v 1.2 2012/01/01 14:24:24 sping Exp $
131
132 EAPI=3
133
134 @@ -16,7 +16,8 @@
135 IUSE="altivec +introspection sse mmx"
136
137 RDEPEND="introspection? ( >=dev-libs/gobject-introspection-0.6.8 )"
138 -DEPEND="${RDEPEND}"
139 +DEPEND="${RDEPEND}
140 + dev-util/pkgconfig"
141
142 src_prepare() {
143 epatch "${FILESDIR}"/${P}-introspection.patch