summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2005-12-23 16:17:32 +0000
committerCarsten Lohrke <carlo@gentoo.org>2005-12-23 16:17:32 +0000
commit5fa621e7a6c6c0975e6561783997c69dcfb2421c (patch)
treee9e9c6ade85cb286225443c55dba6a590ece65f9 /app-text/ghostscript-afpl
parentStable on ppc64 (diff)
downloadhistorical-5fa621e7a6c6c0975e6561783997c69dcfb2421c.tar.gz
historical-5fa621e7a6c6c0975e6561783997c69dcfb2421c.tar.bz2
historical-5fa621e7a6c6c0975e6561783997c69dcfb2421c.zip
Use global jpeg2k use flag.
Package-Manager: portage-2.0.53
Diffstat (limited to 'app-text/ghostscript-afpl')
-rw-r--r--app-text/ghostscript-afpl/ChangeLog6
-rw-r--r--app-text/ghostscript-afpl/Manifest4
-rw-r--r--app-text/ghostscript-afpl/ghostscript-afpl-8.53.ebuild8
3 files changed, 11 insertions, 7 deletions
diff --git a/app-text/ghostscript-afpl/ChangeLog b/app-text/ghostscript-afpl/ChangeLog
index 40b05d9d06b3..f2e7b49a0d52 100644
--- a/app-text/ghostscript-afpl/ChangeLog
+++ b/app-text/ghostscript-afpl/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/ghostscript-afpl
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-afpl/ChangeLog,v 1.32 2005/12/11 19:18:51 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-afpl/ChangeLog,v 1.33 2005/12/23 16:17:32 carlo Exp $
+
+ 23 Dec 2005; Carsten Lohrke <carlo@gentoo.org>
+ ghostscript-afpl-8.53.ebuild:
+ Use global jpeg2k use flag.
11 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>;
ghostscript-afpl-8.53.ebuild:
diff --git a/app-text/ghostscript-afpl/Manifest b/app-text/ghostscript-afpl/Manifest
index 8392a2c58667..bf3a7bdb3161 100644
--- a/app-text/ghostscript-afpl/Manifest
+++ b/app-text/ghostscript-afpl/Manifest
@@ -1,4 +1,4 @@
-MD5 54ef9b6338eef223eb82b5cd6f206f7a ChangeLog 4117
+MD5 bfca1e24f5c8c74b748c5a77f5c4f9b0 ChangeLog 4225
MD5 e10b8f4566648e7bc09f6b7336d74b2d files/digest-ghostscript-afpl-8.15 280
MD5 cc1e3a109091c74903b8607870a89016 files/digest-ghostscript-afpl-8.53 281
MD5 8b3c391af1131b4fce97bef3659e57d3 files/gdevcups.patch 14468
@@ -6,5 +6,5 @@ MD5 dbdb3cd0aea8f9032baa11bc335d181a files/gs-8.11-ijs.patch 757
MD5 0a7cbf3d9b9644442d7521969cdb9efd files/gs852-lib.patch 4045
MD5 dbaa6966d91fc14f9460882e8686c44e files/rinkj.patch 1353
MD5 b662c27eb9c0bce8d365d1c081d5af54 ghostscript-afpl-8.15.ebuild 3347
-MD5 3d2c9d59ca173195cfb074e0d6406b1f ghostscript-afpl-8.53.ebuild 3680
+MD5 f7d1dac4064e1cb2c7a59d92b0258667 ghostscript-afpl-8.53.ebuild 3683
MD5 26b4b081d538c195dc39bcb2ec8e6f3a metadata.xml 161
diff --git a/app-text/ghostscript-afpl/ghostscript-afpl-8.53.ebuild b/app-text/ghostscript-afpl/ghostscript-afpl-8.53.ebuild
index b84f44c80ef6..253e179370ab 100644
--- a/app-text/ghostscript-afpl/ghostscript-afpl-8.53.ebuild
+++ b/app-text/ghostscript-afpl/ghostscript-afpl-8.53.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-afpl/ghostscript-afpl-8.53.ebuild,v 1.4 2005/12/11 19:18:51 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-afpl/ghostscript-afpl-8.53.ebuild,v 1.5 2005/12/23 16:17:32 carlo Exp $
inherit eutils
@@ -19,7 +19,7 @@ SRC_URI="mirror://sourceforge/ghostscript/${MY_P}.tar.gz
LICENSE="Aladdin"
SLOT="0"
KEYWORDS="~x86 ~amd64 ~ppc"
-IUSE="X cups cjk gtk jasper"
+IUSE="X cups cjk gtk jpeg2k"
PROVIDE="virtual/ghostscript"
@@ -39,7 +39,7 @@ DEPEND="virtual/libc
media-fonts/kochi-substitute
media-fonts/baekmuk-fonts )
cups? ( net-print/cups )
- jasper? ( media-libs/jasper )
+ jpeg2k? ( media-libs/jasper )
!virtual/ghostscript"
S=${WORKDIR}/${MY_P}
@@ -77,7 +77,7 @@ src_compile() {
econf \
$(use_with X x) \
- $(use_with jasper) \
+ $(use_with jpeg2k jasper) \
|| die "econf failed"
# $(use_with ijs) \
# $(use_with jbig2dec) \