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: Wed, 08 Oct 2008 09:27:42
Message-Id: E1KnVKJ-0002Tq-VL@stork.gentoo.org
1 hanno 08/10/08 09:27:27
2
3 Modified: gegl-0.0.20.ebuild ChangeLog
4 Log:
5 gegl raise some deps
6 (Portage version: 2.2_rc11/cvs/Linux 2.6.27-rc9-00169-gb34c873 x86_64)
7
8 Revision Changes Path
9 1.3 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.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/gegl-0.0.20.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/gegl-0.0.20.ebuild?r1=1.2&r2=1.3
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.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- gegl-0.0.20.ebuild 7 Oct 2008 22:43:32 -0000 1.2
22 +++ gegl-0.0.20.ebuild 8 Oct 2008 09:27:27 -0000 1.3
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.2 2008/10/07 22:43:32 hanno Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.0.20.ebuild,v 1.3 2008/10/08 09:27:27 hanno Exp $
28
29 inherit eutils
30
31 @@ -15,14 +15,14 @@
32 IUSE="cairo debug doc ffmpeg gtk jpeg openexr sdl svg"
33
34 DEPEND=">=media-libs/babl-0.0.20
35 - >=dev-libs/glib-2.14.1
36 + >=dev-libs/glib-2.18.0
37 >=dev-lang/lua-5.1.0
38 media-libs/libpng
39 cairo? ( x11-libs/cairo )
40 doc? ( app-text/asciidoc
41 app-text/enscript
42 media-gfx/graphviz )
43 - ffmpeg? ( media-video/ffmpeg )
44 + ffmpeg? ( >=media-video/ffmpeg-0.4.9_p20080326 )
45 gtk? ( >=x11-libs/gtk+-2.8.6
46 x11-libs/pango )
47 jpeg? ( media-libs/jpeg )
48
49
50
51 1.3 media-libs/gegl/ChangeLog
52
53 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.3&view=markup
54 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.3&content-type=text/plain
55 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/ChangeLog?r1=1.2&r2=1.3
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v
60 retrieving revision 1.2
61 retrieving revision 1.3
62 diff -u -r1.2 -r1.3
63 --- ChangeLog 7 Oct 2008 22:43:32 -0000 1.2
64 +++ ChangeLog 8 Oct 2008 09:27:27 -0000 1.3
65 @@ -1,6 +1,9 @@
66 # ChangeLog for media-libs/gegl
67 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.2 2008/10/07 22:43:32 hanno Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.3 2008/10/08 09:27:27 hanno Exp $
70 +
71 + 08 Oct 2008; Hanno Boeck <hanno@g.o> gegl-0.0.20.ebuild:
72 + Raise some dependencies, requires recent versions of glib and ffmpeg.
73
74 07 Oct 2008; Hanno Boeck <hanno@g.o> gegl-0.0.20.ebuild:
75 Add ~amd64.