Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/iscan: ChangeLog iscan-2.26.2.ebuild
Date: Fri, 30 Sep 2011 17:58:36
Message-Id: 20110930175825.C47082004C@flycatcher.gentoo.org
1 ssuominen 11/09/30 17:58:25
2
3 Modified: ChangeLog iscan-2.26.2.ebuild
4 Log:
5 Fix building with libpng15 wrt #383799 by Ian Stakenvicius (patch pending upstream review)
6
7 (Portage version: 2.2.0_alpha59/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.43 media-gfx/iscan/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/iscan/ChangeLog?rev=1.43&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/iscan/ChangeLog?rev=1.43&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/iscan/ChangeLog?r1=1.42&r2=1.43
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/iscan/ChangeLog,v
19 retrieving revision 1.42
20 retrieving revision 1.43
21 diff -u -r1.42 -r1.43
22 --- ChangeLog 23 Apr 2011 18:26:30 -0000 1.42
23 +++ ChangeLog 30 Sep 2011 17:58:25 -0000 1.43
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-gfx/iscan
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/iscan/ChangeLog,v 1.42 2011/04/23 18:26:30 flameeyes Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/iscan/ChangeLog,v 1.43 2011/09/30 17:58:25 ssuominen Exp $
29 +
30 + 30 Sep 2011; Samuli Suominen <ssuominen@g.o> iscan-2.26.2.ebuild,
31 + +files/iscan-2.26.2-libpng15.patch:
32 + Fix building with libpng15 wrt #383799 by Ian Stakenvicius (patch pending
33 + upstream review)
34
35 23 Apr 2011; Diego E. Pettenò <flameeyes@g.o> iscan-2.26.2.ebuild:
36 Drop dependency over libieee1284 (no longer used by iscan), add missing
37
38
39
40 1.3 media-gfx/iscan/iscan-2.26.2.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/iscan/iscan-2.26.2.ebuild?rev=1.3&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/iscan/iscan-2.26.2.ebuild?rev=1.3&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/iscan/iscan-2.26.2.ebuild?r1=1.2&r2=1.3
45
46 Index: iscan-2.26.2.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/media-gfx/iscan/iscan-2.26.2.ebuild,v
49 retrieving revision 1.2
50 retrieving revision 1.3
51 diff -u -r1.2 -r1.3
52 --- iscan-2.26.2.ebuild 23 Apr 2011 18:26:30 -0000 1.2
53 +++ iscan-2.26.2.ebuild 30 Sep 2011 17:58:25 -0000 1.3
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/iscan/iscan-2.26.2.ebuild,v 1.2 2011/04/23 18:26:30 flameeyes Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/iscan/iscan-2.26.2.ebuild,v 1.3 2011/09/30 17:58:25 ssuominen Exp $
59
60 EAPI="2"
61
62 @@ -79,8 +79,9 @@
63 -e "s:\(PKG_CHECK_MODULES(GDK_IMLIB,.*)\):#\1:g" configure.ac
64 fi
65
66 - epatch "${FILESDIR}/iscan-2.25.0-drop-ltdl.patch"
67 - epatch "${FILESDIR}/iscan-2.25.0-fix-g++-test.patch"
68 + epatch "${FILESDIR}"/iscan-2.25.0-drop-ltdl.patch
69 + epatch "${FILESDIR}"/iscan-2.25.0-fix-g++-test.patch
70 + epatch "${FILESDIR}"/iscan-2.26.2-libpng15.patch
71
72 eautoreconf
73 }