Gentoo Archives: gentoo-commits

From: "Jurek Bartuszek (jurek)" <jurek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-dotnet/libgdiplus: libgdiplus-1.9.ebuild ChangeLog libgdiplus-1.2.4.ebuild
Date: Sun, 01 Jun 2008 01:47:36
Message-Id: E1K2cfS-0005yR-Mc@stork.gentoo.org
1 jurek 08/06/01 01:47:30
2
3 Modified: libgdiplus-1.9.ebuild ChangeLog
4 libgdiplus-1.2.4.ebuild
5 Log:
6 dev-dotnet/libgdiplus: Fixed newer autoconf handling (bugs #217355 #224335)
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.2 dev-dotnet/libgdiplus/libgdiplus-1.9.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-1.9.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-1.9.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-1.9.ebuild?r1=1.1&r2=1.2
15
16 Index: libgdiplus-1.9.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-1.9.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- libgdiplus-1.9.ebuild 31 May 2008 12:22:19 -0000 1.1
23 +++ libgdiplus-1.9.ebuild 1 Jun 2008 01:47:30 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-1.9.ebuild,v 1.1 2008/05/31 12:22:19 jurek Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-1.9.ebuild,v 1.2 2008/06/01 01:47:30 jurek Exp $
29
30 inherit eutils flag-o-matic toolchain-funcs autotools
31
32 @@ -20,6 +20,7 @@
33 x11-libs/libXrender
34 x11-libs/libX11
35 x11-libs/libXt
36 + x11-libs/cairo
37 exif? ( media-libs/libexif )
38 gif? ( >=media-libs/giflib-4.1.3 )
39 jpeg? ( media-libs/jpeg )
40 @@ -35,6 +36,10 @@
41
42 epatch "${FILESDIR}/${PN}-1.2.5-imglibs.patch"
43
44 + sed -i \
45 + -e 's/FONTCONFIG-CONFIG/FONTCONFIG_CONFIG/' \
46 + -e 's/FREETYPE-CONFIG/FREETYPE_CONFIG/' \
47 + configure.in || die 'configure.in not found'
48 eautoreconf
49 }
50
51 @@ -47,6 +52,8 @@
52
53 # Disable glitz support as libgdiplus does not use it, and it causes errors
54 econf --disable-glitz \
55 + --disable-dependency-tracking \
56 + --with-cairo=system \
57 $(use_with exif libexif) \
58 $(use_with gif libgif) \
59 $(use_with jpeg libjpeg) \
60
61
62
63 1.86 dev-dotnet/libgdiplus/ChangeLog
64
65 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog?rev=1.86&view=markup
66 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog?rev=1.86&content-type=text/plain
67 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog?r1=1.85&r2=1.86
68
69 Index: ChangeLog
70 ===================================================================
71 RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog,v
72 retrieving revision 1.85
73 retrieving revision 1.86
74 diff -u -r1.85 -r1.86
75 --- ChangeLog 31 May 2008 12:22:19 -0000 1.85
76 +++ ChangeLog 1 Jun 2008 01:47:30 -0000 1.86
77 @@ -1,6 +1,10 @@
78 # ChangeLog for dev-dotnet/libgdiplus
79 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
80 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog,v 1.85 2008/05/31 12:22:19 jurek Exp $
81 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog,v 1.86 2008/06/01 01:47:30 jurek Exp $
82 +
83 + 01 Jun 2008; Jurek Bartuszek <jurek@g.o> libgdiplus-1.2.4.ebuild,
84 + libgdiplus-1.9.ebuild:
85 + Fixed newer autoconf versions handling (bugs #217355 #224335)
86
87 *libgdiplus-1.9 (31 May 2008)
88
89
90
91
92 1.8 dev-dotnet/libgdiplus/libgdiplus-1.2.4.ebuild
93
94 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-1.2.4.ebuild?rev=1.8&view=markup
95 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-1.2.4.ebuild?rev=1.8&content-type=text/plain
96 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-1.2.4.ebuild?r1=1.7&r2=1.8
97
98 Index: libgdiplus-1.2.4.ebuild
99 ===================================================================
100 RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-1.2.4.ebuild,v
101 retrieving revision 1.7
102 retrieving revision 1.8
103 diff -u -r1.7 -r1.8
104 --- libgdiplus-1.2.4.ebuild 18 Apr 2008 22:19:04 -0000 1.7
105 +++ libgdiplus-1.2.4.ebuild 1 Jun 2008 01:47:30 -0000 1.8
106 @@ -1,6 +1,6 @@
107 # Copyright 1999-2008 Gentoo Foundation
108 # Distributed under the terms of the GNU General Public License v2
109 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-1.2.4.ebuild,v 1.7 2008/04/18 22:19:04 compnerd Exp $
110 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-1.2.4.ebuild,v 1.8 2008/06/01 01:47:30 jurek Exp $
111
112 inherit eutils flag-o-matic toolchain-funcs autotools
113
114 @@ -35,6 +35,11 @@
115
116 epatch "${FILESDIR}/${PN}-1.1.13-libungif-configure-fix.diff"
117 epatch "${FILESDIR}/${P}-cairo.patch"
118 +
119 + sed -i \
120 + -e 's/FONTCONFIG-CONFIG/FONTCONFIG_CONFIG/' \
121 + -e 's/FREETYPE-CONFIG/FREETYPE_CONFIG/' \
122 + configure.in || die 'configure.in not found'
123 eautoreconf
124 }
125
126
127
128
129 --
130 gentoo-commits@l.g.o mailing list