Gentoo Archives: gentoo-commits

From: "Hanno Boeck (hanno)" <hanno@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/gegl: gegl-0.0.20.ebuild ChangeLog
Date: Mon, 13 Oct 2008 21:07:47
Message-Id: E1KpUdl-00048Y-Fl@stork.gentoo.org
1 hanno 08/10/13 21:07:45
2
3 Modified: gegl-0.0.20.ebuild ChangeLog
4 Log:
5 gegl: dep on imagemagick with doc useflag
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.27-rc9-00169-gb34c873 x86_64)
7
8 Revision Changes Path
9 1.8 media-libs/gegl/gegl-0.0.20.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/gegl-0.0.20.ebuild?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/gegl-0.0.20.ebuild?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/gegl-0.0.20.ebuild?r1=1.7&r2=1.8
14
15 Index: gegl-0.0.20.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.0.20.ebuild,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- gegl-0.0.20.ebuild 13 Oct 2008 10:35:44 -0000 1.7
22 +++ gegl-0.0.20.ebuild 13 Oct 2008 21:07:45 -0000 1.8
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.0.20.ebuild,v 1.7 2008/10/13 10:35:44 hanno Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.0.20.ebuild,v 1.8 2008/10/13 21:07:45 hanno Exp $
28
29 WANT_AUTOCONF=latest
30
31 @@ -26,7 +26,8 @@
32 dev-lang/ruby
33 >=dev-lang/lua-5.1.0
34 app-text/enscript
35 - media-gfx/graphviz )
36 + media-gfx/graphviz
37 + media-gfx/imagemagick )
38 ffmpeg? ( >=media-video/ffmpeg-0.4.9_p20080326 )
39 jpeg? ( media-libs/jpeg )
40 openexr? ( media-libs/openexr )
41 @@ -35,7 +36,7 @@
42 svg? ( >=gnome-base/librsvg-2.14.0 )"
43
44 pkg_setup() {
45 - if ! built_with_use 'media-gfx/imagemagick' 'png'; then
46 + if use doc && ! built_with_use 'media-gfx/imagemagick' 'png'; then
47 eerror "You must build imagemagick with png support"
48 die "media-gfx/imagemagick built without png"
49 fi
50
51
52
53 1.8 media-libs/gegl/ChangeLog
54
55 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.8&view=markup
56 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.8&content-type=text/plain
57 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/ChangeLog?r1=1.7&r2=1.8
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v
62 retrieving revision 1.7
63 retrieving revision 1.8
64 diff -u -r1.7 -r1.8
65 --- ChangeLog 13 Oct 2008 10:35:44 -0000 1.7
66 +++ ChangeLog 13 Oct 2008 21:07:45 -0000 1.8
67 @@ -1,6 +1,9 @@
68 # ChangeLog for media-libs/gegl
69 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.7 2008/10/13 10:35:44 hanno Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.8 2008/10/13 21:07:45 hanno Exp $
72 +
73 + 13 Oct 2008; Hanno Boeck <hanno@g.o> gegl-0.0.20.ebuild:
74 + Depend on imagemagick with doc useflag.
75
76 13 Oct 2008; Hanno Boeck <hanno@g.o>
77 +files/gegl-20-configure-ac.patch, gegl-0.0.20.ebuild: