Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@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: Tue, 14 Oct 2008 12:47:31
Message-Id: E1KpjJ3-0002G5-8z@stork.gentoo.org
1 loki_val 08/10/14 12:47:21
2
3 Modified: gegl-0.0.20.ebuild ChangeLog
4 Log:
5 Quick hack to make gegl compile with ffmpeg 20081014.
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.27-rc8 x86_64)
7
8 Revision Changes Path
9 1.9 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.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/gegl-0.0.20.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/gegl-0.0.20.ebuild?r1=1.8&r2=1.9
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.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- gegl-0.0.20.ebuild 13 Oct 2008 21:07:45 -0000 1.8
22 +++ gegl-0.0.20.ebuild 14 Oct 2008 12:47:21 -0000 1.9
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.8 2008/10/13 21:07:45 hanno Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.0.20.ebuild,v 1.9 2008/10/14 12:47:21 loki_val Exp $
28
29 WANT_AUTOCONF=latest
30
31 @@ -45,6 +45,16 @@
32 src_unpack() {
33 unpack ${A}
34 cd "${S}"
35 +
36 + #HACK!GACK!HACK!
37 + #Interface name changed, we change with it.
38 + if has_version '>=media-video/ffmpeg-0.4.9_p20081014'
39 + then
40 + sed -i \
41 + -e 's:p->enc->error_resilience:p->enc->error_recognition:' \
42 + operations/external/ff-load.c || die "404"
43 + fi
44 +
45 epatch "${FILESDIR}/gegl-20-configure-ac.patch" || die
46 epatch "${FILESDIR}/gegl-0.0.18-newffmpeg.diff" || die
47
48
49
50
51 1.9 media-libs/gegl/ChangeLog
52
53 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.9&view=markup
54 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.9&content-type=text/plain
55 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/ChangeLog?r1=1.8&r2=1.9
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v
60 retrieving revision 1.8
61 retrieving revision 1.9
62 diff -u -r1.8 -r1.9
63 --- ChangeLog 13 Oct 2008 21:07:45 -0000 1.8
64 +++ ChangeLog 14 Oct 2008 12:47:21 -0000 1.9
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.8 2008/10/13 21:07:45 hanno Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.9 2008/10/14 12:47:21 loki_val Exp $
70 +
71 + 14 Oct 2008; Peter Alfredsen <loki_val@g.o> gegl-0.0.20.ebuild:
72 + Quick hack to make gegl compile with ffmpeg 20081014.
73
74 13 Oct 2008; Hanno Boeck <hanno@g.o> gegl-0.0.20.ebuild:
75 Depend on imagemagick with doc useflag.