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/gegl: gegl-0.2.0-r1.ebuild ChangeLog gegl-9999.ebuild
Date: Wed, 01 May 2013 00:46:22
Message-Id: 20130501004616.1F2802171D@flycatcher.gentoo.org
1 sping 13/05/01 00:46:16
2
3 Modified: gegl-0.2.0-r1.ebuild ChangeLog gegl-9999.ebuild
4 Log:
5 media-libs/gegl-0.2.0-r1: Resolve USE="exif graphviz lua v4l" (bug #451136)
6
7 (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0x401A1600)
8
9 Revision Changes Path
10 1.10 media-libs/gegl/gegl-0.2.0-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-0.2.0-r1.ebuild?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-0.2.0-r1.ebuild?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-0.2.0-r1.ebuild?r1=1.9&r2=1.10
15
16 Index: gegl-0.2.0-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.2.0-r1.ebuild,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- gegl-0.2.0-r1.ebuild 30 Apr 2013 23:11:24 -0000 1.9
23 +++ gegl-0.2.0-r1.ebuild 1 May 2013 00:46:15 -0000 1.10
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.2.0-r1.ebuild,v 1.9 2013/04/30 23:11:24 sping Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.2.0-r1.ebuild,v 1.10 2013/05/01 00:46:15 sping Exp $
29
30 EAPI=4
31
32 @@ -17,7 +17,7 @@
33 SLOT="0"
34 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
35
36 -IUSE="cairo debug exif ffmpeg graphviz introspection jpeg jpeg2k lensfun lua mmx openexr png raw sdl sse svg umfpack v4l vala"
37 +IUSE="cairo debug ffmpeg introspection jpeg jpeg2k lensfun mmx openexr png raw sdl sse svg umfpack vala"
38
39 RDEPEND=">=media-libs/babl-0.1.10[introspection?]
40 >=dev-libs/glib-2.28:2
41 @@ -25,19 +25,15 @@
42 x11-libs/pango
43 sys-libs/zlib
44 cairo? ( x11-libs/cairo )
45 - exif? ( media-gfx/exiv2 )
46 ffmpeg? ( || ( >=media-video/ffmpeg-0.11 >=media-video/libav-0.8.5 ) )
47 - graphviz? ( media-gfx/graphviz )
48 jpeg? ( virtual/jpeg )
49 jpeg2k? ( >=media-libs/jasper-1.900.1 )
50 - lua? ( >=dev-lang/lua-5.1 )
51 openexr? ( media-libs/openexr )
52 png? ( media-libs/libpng )
53 raw? ( >=media-libs/libopenraw-0.0.5 )
54 sdl? ( media-libs/libsdl )
55 svg? ( >=gnome-base/librsvg-2.14:2 )
56 umfpack? ( sci-libs/umfpack )
57 - v4l? ( media-libs/libv4l )
58 introspection? ( >=dev-libs/gobject-introspection-0.10
59 >=dev-python/pygobject-2.26:2 )
60 lensfun? ( >=media-libs/lensfun-0.2.5 )"
61 @@ -77,6 +73,27 @@
62 # libspiro: not in portage main tree
63 # disable documentation as the generating is bit automagic
64 # if anyone wants to work on it just create bug with patch
65 +
66 + # Also please note that:
67 + #
68 + # - Some auto-detections are not patched away since the docs are
69 + # not built (--disable-docs, lack of --enable-gtk-doc) and these
70 + # tools affect re-generation of docs, only
71 + # (e.g. ruby, asciidoc, dot (of graphviz), enscript)
72 + #
73 + # - Parameter --with-exiv2 compiles a noinst-app only, no use
74 + #
75 + # - Parameter --disable-workshop disables any use of Lua, effectivly
76 + #
77 + # - v4l support does not work with our media-libs/libv4l-0.8.9,
78 + # upstream bug at https://bugzilla.gnome.org/show_bug.cgi?id=654675
79 + #
80 + # - There are two checks for dot, one controllable by --with(out)-graphviz
81 + # which toggles HAVE_GRAPHVIZ that is not used anywhere. Yes.
82 + #
83 + # So that's why USE="exif graphviz lua v4l" got resolved. More at:
84 + # https://bugs.gentoo.org/show_bug.cgi?id=451136
85 + #
86 econf \
87 --disable-silent-rules \
88 --disable-profile \
89 @@ -88,19 +105,19 @@
90 $(use_enable debug) \
91 $(use_with cairo) \
92 $(use_with cairo pangocairo) \
93 - $(use_with exif exiv2) \
94 + --without-exiv2 \
95 $(use_with ffmpeg libavformat) \
96 - $(use_with graphviz) \
97 + --without-graphviz \
98 $(use_with jpeg libjpeg) \
99 $(use_with jpeg2k jasper) \
100 - $(use_with lua) \
101 + --without-lua \
102 $(use_with openexr) \
103 $(use_with png libpng) \
104 $(use_with raw libopenraw) \
105 $(use_with sdl) \
106 $(use_with svg librsvg) \
107 $(use_with umfpack) \
108 - $(use_with v4l libv4l) \
109 + --without-libv4l \
110 $(use_enable introspection) \
111 $(use_with lensfun) \
112 $(use_with vala)
113
114
115
116 1.86 media-libs/gegl/ChangeLog
117
118 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.86&view=markup
119 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.86&content-type=text/plain
120 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/ChangeLog?r1=1.85&r2=1.86
121
122 Index: ChangeLog
123 ===================================================================
124 RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v
125 retrieving revision 1.85
126 retrieving revision 1.86
127 diff -u -r1.85 -r1.86
128 --- ChangeLog 30 Apr 2013 23:11:24 -0000 1.85
129 +++ ChangeLog 1 May 2013 00:46:15 -0000 1.86
130 @@ -1,6 +1,10 @@
131 # ChangeLog for media-libs/gegl
132 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
133 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.85 2013/04/30 23:11:24 sping Exp $
134 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.86 2013/05/01 00:46:15 sping Exp $
135 +
136 + 01 May 2013; Sebastian Pipping <sping@g.o> gegl-0.2.0-r1.ebuild,
137 + gegl-9999.ebuild:
138 + Resolve dead USE="exif graphviz lua v4l" (bug #451136), reported by Nikoli
139
140 30 Apr 2013; Sebastian Pipping <sping@g.o> gegl-0.2.0-r1.ebuild,
141 +files/gegl-0.2.0-g_log_domain.patch:
142
143
144
145 1.7 media-libs/gegl/gegl-9999.ebuild
146
147 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-9999.ebuild?rev=1.7&view=markup
148 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-9999.ebuild?rev=1.7&content-type=text/plain
149 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-9999.ebuild?r1=1.6&r2=1.7
150
151 Index: gegl-9999.ebuild
152 ===================================================================
153 RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-9999.ebuild,v
154 retrieving revision 1.6
155 retrieving revision 1.7
156 diff -u -r1.6 -r1.7
157 --- gegl-9999.ebuild 28 Apr 2013 17:41:14 -0000 1.6
158 +++ gegl-9999.ebuild 1 May 2013 00:46:15 -0000 1.7
159 @@ -1,6 +1,6 @@
160 # Copyright 1999-2013 Gentoo Foundation
161 # Distributed under the terms of the GNU General Public License v2
162 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-9999.ebuild,v 1.6 2013/04/28 17:41:14 sping Exp $
163 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-9999.ebuild,v 1.7 2013/05/01 00:46:15 sping Exp $
164
165 EAPI=4
166
167 @@ -17,7 +17,7 @@
168 SLOT="0"
169 KEYWORDS=""
170
171 -IUSE="cairo debug exif ffmpeg graphviz introspection jpeg jpeg2k lensfun lua mmx openexr png raw sdl sse svg umfpack v4l vala"
172 +IUSE="cairo debug ffmpeg introspection jpeg jpeg2k lensfun mmx openexr png raw sdl sse svg umfpack vala"
173
174 RDEPEND=">=media-libs/babl-0.1.10[introspection?]
175 >=dev-libs/glib-2.28:2
176 @@ -25,19 +25,15 @@
177 x11-libs/pango
178 sys-libs/zlib
179 cairo? ( x11-libs/cairo )
180 - exif? ( media-gfx/exiv2 )
181 ffmpeg? ( virtual/ffmpeg )
182 - graphviz? ( media-gfx/graphviz )
183 jpeg? ( virtual/jpeg )
184 jpeg2k? ( >=media-libs/jasper-1.900.1 )
185 - lua? ( >=dev-lang/lua-5.1 )
186 openexr? ( media-libs/openexr )
187 png? ( media-libs/libpng )
188 raw? ( >=media-libs/libopenraw-0.0.5 )
189 sdl? ( media-libs/libsdl )
190 svg? ( >=gnome-base/librsvg-2.14:2 )
191 umfpack? ( sci-libs/umfpack )
192 - v4l? ( media-libs/libv4l )
193 introspection? ( >=dev-libs/gobject-introspection-0.10
194 >=dev-python/pygobject-2.26:2 )
195 lensfun? ( >=media-libs/lensfun-0.2.5 )"
196 @@ -67,6 +63,27 @@
197 # libspiro: not in portage main tree
198 # disable documentation as the generating is bit automagic
199 # if anyone wants to work on it just create bug with patch
200 +
201 + # Also please note that:
202 + #
203 + # - Some auto-detections are not patched away since the docs are
204 + # not built (--disable-docs, lack of --enable-gtk-doc) and these
205 + # tools affect re-generation of docs, only
206 + # (e.g. ruby, asciidoc, dot (of graphviz), enscript)
207 + #
208 + # - Parameter --with-exiv2 compiles a noinst-app only, no use
209 + #
210 + # - Parameter --disable-workshop disables any use of Lua, effectivly
211 + #
212 + # - v4l support does not work with our media-libs/libv4l-0.8.9,
213 + # upstream bug https://bugzilla.gnome.org/show_bug.cgi?id=654675
214 + #
215 + # - There are two checks for dot, one controlled by --with(out)-graphviz
216 + # which toggles HAVE_GRAPHVIZ that is not used anywhere. Yes.
217 + #
218 + # So that's why USE="exif graphviz lua v4l" got resolved. More at:
219 + # https://bugs.gentoo.org/show_bug.cgi?id=451136
220 + #
221 econf \
222 --disable-silent-rules \
223 --disable-profile \
224 @@ -78,19 +95,19 @@
225 $(use_enable debug) \
226 $(use_with cairo) \
227 $(use_with cairo pangocairo) \
228 - $(use_with exif exiv2) \
229 + --without-exiv2 \
230 $(use_with ffmpeg libavformat) \
231 - $(use_with graphviz) \
232 + --without-graphviz \
233 $(use_with jpeg libjpeg) \
234 $(use_with jpeg2k jasper) \
235 - $(use_with lua) \
236 + --without-lua \
237 $(use_with openexr) \
238 $(use_with png libpng) \
239 $(use_with raw libopenraw) \
240 $(use_with sdl) \
241 $(use_with svg librsvg) \
242 $(use_with umfpack) \
243 - $(use_with v4l libv4l) \
244 + --without-libv4l \
245 $(use_enable introspection) \
246 $(use_with lensfun) \
247 $(use_with vala)