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: Thu, 09 Oct 2008 21:10:39
Message-Id: E1Ko2mK-00085b-HV@stork.gentoo.org
1 hanno 08/10/09 21:10:36
2
3 Modified: gegl-0.0.20.ebuild ChangeLog
4 Log:
5 gegl: some minor fixes
6 (Portage version: 2.2_rc11/cvs/Linux 2.6.27-rc9-00169-gb34c873 x86_64)
7
8 Revision Changes Path
9 1.6 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.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/gegl-0.0.20.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/gegl-0.0.20.ebuild?r1=1.5&r2=1.6
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.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- gegl-0.0.20.ebuild 9 Oct 2008 00:54:59 -0000 1.5
22 +++ gegl-0.0.20.ebuild 9 Oct 2008 21:10:36 -0000 1.6
23 @@ -1,8 +1,8 @@
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.5 2008/10/09 00:54:59 hanno Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.0.20.ebuild,v 1.6 2008/10/09 21:10:36 hanno Exp $
28
29 -inherit eutils
30 +inherit eutils autotools
31
32 DESCRIPTION="A graph based image processing framework"
33 HOMEPAGE="http://www.gegl.org/"
34 @@ -23,7 +23,7 @@
35 app-text/enscript
36 media-gfx/graphviz )
37 ffmpeg? ( >=media-video/ffmpeg-0.4.9_p20080326 )
38 - gtk? ( >=x11-libs/gtk+-2.12.0
39 + gtk? ( >=x11-libs/gtk+-2.14.0
40 x11-libs/pango )
41 jpeg? ( media-libs/jpeg )
42 openexr? ( media-libs/openexr )
43 @@ -35,6 +35,8 @@
44 cd "${S}"
45 epatch "${FILESDIR}/gegl-18-configure-ac.patch" || die
46 epatch "${FILESDIR}/gegl-0.0.18-newffmpeg.diff" || die
47 +
48 + eautoreconf
49 }
50
51 src_compile() {
52 @@ -45,7 +47,7 @@
53 $(use_enable doc enscript) \
54 $(use_enable doc graphviz) \
55 $(use_enable doc workshop) \
56 - $(use_enable ffmpeg) \
57 + $(use_with ffmpeg libavcodec) \
58 $(use_enable gtk) \
59 $(use_enable gtk pango) \
60 $(use_with jpeg libjpeg) \
61
62
63
64 1.6 media-libs/gegl/ChangeLog
65
66 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.6&view=markup
67 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.6&content-type=text/plain
68 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/ChangeLog?r1=1.5&r2=1.6
69
70 Index: ChangeLog
71 ===================================================================
72 RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v
73 retrieving revision 1.5
74 retrieving revision 1.6
75 diff -u -r1.5 -r1.6
76 --- ChangeLog 9 Oct 2008 00:54:59 -0000 1.5
77 +++ ChangeLog 9 Oct 2008 21:10:36 -0000 1.6
78 @@ -1,6 +1,9 @@
79 # ChangeLog for media-libs/gegl
80 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
81 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.5 2008/10/09 00:54:59 hanno Exp $
82 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.6 2008/10/09 21:10:36 hanno Exp $
83 +
84 + 09 Oct 2008; Hanno Boeck <hanno@g.o> gegl-0.0.20.ebuild:
85 + Fix ffmpeg, raise gtk+-dep, run eautoreconf, thanks to Francisco Javier.
86
87 09 Oct 2008; Hanno Boeck <hanno@g.o> gegl-0.0.20.ebuild:
88 Add mmx and sse use flags, raise gtk+ dep.