Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/gegl: gegl-0.1.6.ebuild ChangeLog
Date: Sun, 01 May 2011 16:22:13
Message-Id: 20110501162204.17BA920057@flycatcher.gentoo.org
1 scarabeus 11/05/01 16:22:04
2
3 Modified: gegl-0.1.6.ebuild ChangeLog
4 Log:
5 Add patch to compile even with latest ffmpeg api.
6
7 (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.16 media-libs/gegl/gegl-0.1.6.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-0.1.6.ebuild?rev=1.16&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-0.1.6.ebuild?rev=1.16&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-0.1.6.ebuild?r1=1.15&r2=1.16
15
16 Index: gegl-0.1.6.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.1.6.ebuild,v
19 retrieving revision 1.15
20 retrieving revision 1.16
21 diff -u -r1.15 -r1.16
22 --- gegl-0.1.6.ebuild 23 Apr 2011 17:59:37 -0000 1.15
23 +++ gegl-0.1.6.ebuild 1 May 2011 16:22:03 -0000 1.16
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 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.1.6.ebuild,v 1.15 2011/04/23 17:59:37 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.1.6.ebuild,v 1.16 2011/05/01 16:22:03 scarabeus Exp $
29
30 EAPI=4
31
32 @@ -47,6 +47,9 @@
33 # https://bugzilla.gnome.org/show_bug.cgi?id=642494
34 epatch "${FILESDIR}"/gegl-doubledestdir.diff
35
36 + # new ffmpeg api
37 + epatch "${FILESDIR}/${PV}-ffmpeg.patch"
38 +
39 # fix OSX loadable module filename extension
40 sed -i -e 's/\.dylib/.bundle/' configure.ac || die
41 eautoreconf
42
43
44
45 1.52 media-libs/gegl/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.52&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.52&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/ChangeLog?r1=1.51&r2=1.52
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v
54 retrieving revision 1.51
55 retrieving revision 1.52
56 diff -u -r1.51 -r1.52
57 --- ChangeLog 23 Apr 2011 17:59:37 -0000 1.51
58 +++ ChangeLog 1 May 2011 16:22:03 -0000 1.52
59 @@ -1,6 +1,10 @@
60 # ChangeLog for media-libs/gegl
61 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.51 2011/04/23 17:59:37 armin76 Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.52 2011/05/01 16:22:03 scarabeus Exp $
64 +
65 + 01 May 2011; Tomáš Chvátal <scarabeus@g.o>
66 + +files/0.1.6-ffmpeg.patch, gegl-0.1.6.ebuild:
67 + Add patch to compile even with latest ffmpeg api.
68
69 23 Apr 2011; Raúl Porcel <armin76@g.o> gegl-0.1.6.ebuild:
70 alpha/ia64/sparc stable wrt #360595