Gentoo Archives: gentoo-commits

From: "Timo Gurr (tgurr)" <tgurr@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/ghostscript-gpl: ChangeLog ghostscript-gpl-8.60.ebuild
Date: Tue, 23 Oct 2007 21:19:24
Message-Id: E1IkR9j-0000A3-0t@stork.gentoo.org
1 tgurr 07/10/23 21:19:19
2
3 Modified: ChangeLog ghostscript-gpl-8.60.ebuild
4 Log:
5 Add missing fontconfig dependency and fix bug #196289 with a corrected upstream patch, thanks Sebastian for reporting.
6 (Portage version: 2.1.3.16)
7
8 Revision Changes Path
9 1.17 app-text/ghostscript-gpl/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ghostscript-gpl/ChangeLog?rev=1.17&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ghostscript-gpl/ChangeLog?rev=1.17&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ghostscript-gpl/ChangeLog?r1=1.16&r2=1.17
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v
18 retrieving revision 1.16
19 retrieving revision 1.17
20 diff -u -r1.16 -r1.17
21 --- ChangeLog 19 Oct 2007 19:11:25 -0000 1.16
22 +++ ChangeLog 23 Oct 2007 21:19:18 -0000 1.17
23 @@ -1,6 +1,11 @@
24 # ChangeLog for app-text/ghostscript-gpl
25 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v 1.16 2007/10/19 19:11:25 tgurr Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v 1.17 2007/10/23 21:19:18 tgurr Exp $
28 +
29 + 23 Oct 2007; Timo Gurr <tgurr@g.o>
30 + files/ghostscript-8.60-include.patch, ghostscript-gpl-8.60.ebuild:
31 + Add missing fontconfig dependency and fix bug #196289 with a corrected
32 + upstream patch, thanks Sebastian for reporting.
33
34 19 Oct 2007; Timo Gurr <tgurr@g.o>
35 +files/ghostscript-8.60-include.patch, ghostscript-gpl-8.60.ebuild:
36
37
38
39 1.3 app-text/ghostscript-gpl/ghostscript-gpl-8.60.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-8.60.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-8.60.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-8.60.ebuild?r1=1.2&r2=1.3
44
45 Index: ghostscript-gpl-8.60.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-8.60.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- ghostscript-gpl-8.60.ebuild 19 Oct 2007 19:11:25 -0000 1.2
52 +++ ghostscript-gpl-8.60.ebuild 23 Oct 2007 21:19:18 -0000 1.3
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2007 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-8.60.ebuild,v 1.2 2007/10/19 19:11:25 tgurr Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-8.60.ebuild,v 1.3 2007/10/23 21:19:18 tgurr Exp $
58
59 inherit autotools elisp-common eutils versionator flag-o-matic
60
61 @@ -20,15 +20,16 @@
62 KEYWORDS="~amd64 ~arm ~ppc ~sh ~sparc ~x86 ~x86-fbsd"
63 IUSE="bindist cjk cups djvu gtk jpeg2k X"
64
65 -COMMON_DEPEND=">=media-libs/jpeg-6b
66 +COMMON_DEPEND="media-libs/fontconfig
67 + >=media-libs/jpeg-6b
68 >=media-libs/libpng-1.2.5
69 - >=sys-libs/zlib-1.1.4
70 >=media-libs/tiff-3.7
71 - X? ( x11-libs/libXt x11-libs/libXext )
72 + >=sys-libs/zlib-1.1.4
73 !bindist? ( djvu? ( app-text/djvu ) )
74 - gtk? ( >=x11-libs/gtk+-2.0 )
75 cups? ( >=net-print/cups-1.1.20 )
76 + gtk? ( >=x11-libs/gtk+-2.0 )
77 jpeg2k? ( media-libs/jasper )
78 + X? ( x11-libs/libXt x11-libs/libXext )
79 !app-text/ghostscript-esp
80 !app-text/ghostscript-gnu"
81
82 @@ -103,13 +104,14 @@
83
84 src_compile() {
85 econf \
86 - $(use_with X x) \
87 - $(use_with jpeg2k jasper) \
88 $(use_enable cups) \
89 $(use_enable gtk) \
90 + $(use_with jpeg2k jasper) \
91 + $(use_with X x) \
92 --enable-dynamic \
93 - --with-ijs \
94 + --enable-fontconfig \
95 --with-drivers=ALL,rinkj \
96 + --with-ijs \
97 --with-jbig2dec \
98 || die "econf failed"
99
100 @@ -127,8 +129,7 @@
101 }
102
103 src_install() {
104 - emake DESTDIR="${D}" install || die "emake install failed"
105 - emake DESTDIR="${D}" soinstall || die "emake soinstall failed"
106 + emake DESTDIR="${D}" install-so install || die "emake install failed"
107
108 if ! use bindist && use djvu ; then
109 dobin gsdjvu || die "dobin gsdjvu install failed"
110
111
112
113 --
114 gentoo-commits@g.o mailing list