Gentoo Archives: gentoo-commits

From: "Nirbheek Chauhan (nirbheek)" <nirbheek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/gdk-pixbuf: ChangeLog gdk-pixbuf-2.22.1.ebuild
Date: Mon, 04 Apr 2011 17:43:00
Message-Id: 20110404174249.652F320057@flycatcher.gentoo.org
1 nirbheek 11/04/04 17:42:49
2
3 Modified: ChangeLog gdk-pixbuf-2.22.1.ebuild
4 Log:
5 Fix building with libpng-1.5, bug 354557
6
7 (Portage version: 2.1.9.45/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.11 x11-libs/gdk-pixbuf/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gdk-pixbuf/ChangeLog?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gdk-pixbuf/ChangeLog?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gdk-pixbuf/ChangeLog?r1=1.10&r2=1.11
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/gdk-pixbuf/ChangeLog,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- ChangeLog 22 Mar 2011 19:47:21 -0000 1.10
23 +++ ChangeLog 4 Apr 2011 17:42:49 -0000 1.11
24 @@ -1,6 +1,10 @@
25 # ChangeLog for x11-libs/gdk-pixbuf
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gdk-pixbuf/ChangeLog,v 1.10 2011/03/22 19:47:21 ranger Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gdk-pixbuf/ChangeLog,v 1.11 2011/04/04 17:42:49 nirbheek Exp $
29 +
30 + 04 Apr 2011; Nirbheek Chauhan <nirbheek@g.o>
31 + gdk-pixbuf-2.22.1.ebuild, +files/gdk-pixbuf-2.22.1-fix-libpng15.patch:
32 + Fix building with libpng-1.5, bug 354557
33
34 22 Mar 2011; Brent Baude <ranger@g.o> gdk-pixbuf-2.22.1.ebuild:
35 Marking gdk-pixbuf-2.22.1 ppc stable for bug 353436
36
37
38
39 1.8 x11-libs/gdk-pixbuf/gdk-pixbuf-2.22.1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gdk-pixbuf/gdk-pixbuf-2.22.1.ebuild?rev=1.8&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gdk-pixbuf/gdk-pixbuf-2.22.1.ebuild?rev=1.8&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gdk-pixbuf/gdk-pixbuf-2.22.1.ebuild?r1=1.7&r2=1.8
44
45 Index: gdk-pixbuf-2.22.1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/x11-libs/gdk-pixbuf/gdk-pixbuf-2.22.1.ebuild,v
48 retrieving revision 1.7
49 retrieving revision 1.8
50 diff -u -r1.7 -r1.8
51 --- gdk-pixbuf-2.22.1.ebuild 22 Mar 2011 19:47:21 -0000 1.7
52 +++ gdk-pixbuf-2.22.1.ebuild 4 Apr 2011 17:42:49 -0000 1.8
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gdk-pixbuf/gdk-pixbuf-2.22.1.ebuild,v 1.7 2011/03/22 19:47:21 ranger Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gdk-pixbuf/gdk-pixbuf-2.22.1.ebuild,v 1.8 2011/04/04 17:42:49 nirbheek Exp $
58
59 EAPI="3"
60
61 @@ -39,6 +39,9 @@
62 # Only build against libX11 if the user wants to do so
63 epatch "${FILESDIR}"/${PN}-2.21.4-fix-automagic-x11.patch
64
65 + # Fix libpng-1.5 compatibility, bug 354557 — taken from upstream
66 + epatch "${FILESDIR}/${P}-fix-libpng15.patch"
67 +
68 elibtoolize
69 eautoreconf
70 }