diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2005-06-07 11:22:37 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2005-06-07 11:22:37 +0000 |
commit | 131a26ff14d457a1fedaac9d71979f8970e4479b (patch) | |
tree | 4499cbba06106c9aa80b51de90e6202238cc4491 /app-text | |
parent | add net-print/omni:epson (diff) | |
download | gentoo-2-131a26ff14d457a1fedaac9d71979f8970e4479b.tar.gz gentoo-2-131a26ff14d457a1fedaac9d71979f8970e4479b.tar.bz2 gentoo-2-131a26ff14d457a1fedaac9d71979f8970e4479b.zip |
Moved from app-text/gnu-ghostscript to app-text/ghostscript-gnu
(Portage version: 1.589-cvs)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/ghostscript-gnu/ChangeLog | 16 | ||||
-rw-r--r-- | app-text/ghostscript-gnu/Manifest | 4 | ||||
-rw-r--r-- | app-text/ghostscript-gnu/files/digest-ghostscript-gnu-8.16 | 4 | ||||
-rw-r--r-- | app-text/ghostscript-gnu/ghostscript-gnu-8.16.ebuild | 115 | ||||
-rw-r--r-- | app-text/ghostscript-gnu/metadata.xml | 5 |
5 files changed, 144 insertions, 0 deletions
diff --git a/app-text/ghostscript-gnu/ChangeLog b/app-text/ghostscript-gnu/ChangeLog new file mode 100644 index 000000000000..509c01183f62 --- /dev/null +++ b/app-text/ghostscript-gnu/ChangeLog @@ -0,0 +1,16 @@ +# ChangeLog for app-text/gnu-ghostscript +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gnu/ChangeLog,v 1.1 2005/06/07 11:22:37 genstef Exp $ + +*ghostscript-gnu-8.16 (07 Jun 2005) + + 07 Jun 2005; Stefan Schweizer <genstef@gentoo.org> +metadata.xml, + +ghostscript-gnu-8.16.ebuild: + Moved from app-text/gnu-ghostscript to app-text/ghostscript-gnu + +*gnu-ghostscript-8.16 (30 May 2005) + + 30 May 2005; Stefan Schweizer <genstef@gentoo.org> +metadata.xml, + +gnu-ghostscript-8.16.ebuild: + New ebuild thanks to Didier Link <didier.link@wanadoo.fr> in bug 92941 + diff --git a/app-text/ghostscript-gnu/Manifest b/app-text/ghostscript-gnu/Manifest new file mode 100644 index 000000000000..56eaca4effe0 --- /dev/null +++ b/app-text/ghostscript-gnu/Manifest @@ -0,0 +1,4 @@ +MD5 75e2891aad636729bd9411102b854ca4 ghostscript-gnu-8.16.ebuild 3239 +MD5 4f8a7314fe9fae0c7f8b4146f67958bc ChangeLog 433 +MD5 26b4b081d538c195dc39bcb2ec8e6f3a metadata.xml 161 +MD5 56abb8bfe2d4125c64c956dfdaafa5e0 files/digest-ghostscript-gnu-8.16 284 diff --git a/app-text/ghostscript-gnu/files/digest-ghostscript-gnu-8.16 b/app-text/ghostscript-gnu/files/digest-ghostscript-gnu-8.16 new file mode 100644 index 000000000000..4d87187543e0 --- /dev/null +++ b/app-text/ghostscript-gnu/files/digest-ghostscript-gnu-8.16 @@ -0,0 +1,4 @@ +MD5 c42dfaebc37fe81eab0b5676b124ab63 gnu-ghostscript-8.16.tar.gz 6633085 +MD5 a3bf430a7e21cd82401258a2ec3b8afb adobe-cmaps-200204.tar.gz 4360486 +MD5 2fbae60417d42779f6488ab897dcaaf6 acro5-cmaps-2001.tar.gz 631653 +MD5 09d0be2bad1b0617bc0eba6eef81f6e9 cups-1.1.20-source.tar.bz2 3741510 diff --git a/app-text/ghostscript-gnu/ghostscript-gnu-8.16.ebuild b/app-text/ghostscript-gnu/ghostscript-gnu-8.16.ebuild new file mode 100644 index 000000000000..9197b0da6174 --- /dev/null +++ b/app-text/ghostscript-gnu/ghostscript-gnu-8.16.ebuild @@ -0,0 +1,115 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gnu/ghostscript-gnu-8.16.ebuild,v 1.1 2005/06/07 11:22:37 genstef Exp $ + +inherit eutils + +DESCRIPTION="GNU Ghostscript" +HOMEPAGE="http://www.gnu.org/software/ghostscript/" + +MY_PN="gnu-ghostscript" +MY_P=${MY_PN}-${PV} +CUPS_PV=1.1.20 + +SRC_URI="ftp://ftp.gnu.org/gnu/ghostscript/${MY_P}.tar.gz + cjk? ( http://www.matsusaka-u.ac.jp/mirror/gs-cjk/adobe-cmaps-200204.tar.gz + http://www.matsusaka-u.ac.jp/mirror/gs-cjk/acro5-cmaps-2001.tar.gz) + cups? ( mirror://gentoo/cups-${CUPS_PV}-source.tar.bz2 )" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 amd64 ~ppc" +IUSE="X cups cjk gtk" + +PROVIDE="virtual/ghostscript" + +DEPEND="virtual/libc + >=media-libs/jpeg-6b + >=media-libs/libpng-1.2.5 + >=sys-libs/zlib-1.2.0 + X? ( virtual/x11 ) + cjk? ( media-fonts/arphicfonts + media-fonts/kochi-substitute + media-fonts/baekmuk-fonts ) + cups? ( >=net-print/cups-1.1.20 ) + gtk? ( =x11-libs/gtk+-1.2* ) + !virtual/ghostscript + media-fonts/gnu-gs-fonts-std" + +S=${WORKDIR}/${MY_P} + +src_unpack() { + unpack ${MY_P}.tar.gz + + # cups support + if use cups; then + unpack cups-${CUPS_PV}-source.tar.bz2 + cp -r cups-${CUPS_PV}/pstoraster ${S} + cd ${S}/pstoraster + sed -e 's:@prefix@:/usr:' -e 's:@exec_prefix@:${prefix}:' -e 's:@bindir@:${exec_prefix}/bin:' -e 's:@GS@:gs:' pstopxl.in > pstopxl + sed -i -e 's:/usr/local:/usr:' pstoraster + sed -i -e "s:pstopcl6:pstopxl:" cups.mak + cd .. + epatch pstoraster/gs811-lib.patch + fi + + # enable cfax device + sed -i -e 's:DEVICE_DEVS7=$(DD)faxg3.dev $(DD)faxg32d.dev $(DD)faxg4.dev:DEVICE_DEVS7=$(DD)faxg3.dev $(DD)faxg32d.dev $(DD)faxg4.dev $(DD)cfax.dev:' ${S}/Makefile.in +} + +src_compile() { + myconf="--with-ijs" + + use X && myconf="${myconf} --with-x" \ + || myconf="${myconf} --without-x" + + # don't build gtk frontend if not in use + use gtk || sed -i -e 's:$(INSTALL_PROGRAM) $(GSSOX):#:' src/unix-dll.mak \ + -e 's:$(GSSOX)::' src/unix-dll.mak + + econf ${myconf} || die "econf failed" + + # build cups driver with cups + if use cups; then + echo 'include pstoraster/cups.mak' >> Makefile + sed -i -e 's:DEVICE_DEVS17=:DEVICE_DEVS17=$(DD)cups.dev:' Makefile + sed -i -e 's:LDFLAGS=\(.*\)$(XLDFLAGS):LDFLAGS=\1-L/usr/include -lcups -lcupsimage $(XLDFLAGS):' Makefile + fi + + # search path fix + sed -i -e 's:$(gsdir)/fonts:/usr/share/fonts/default/ghostscript/:' Makefile + + make || die "make failed" + make so || die "make so failed" + + # build ijs + cd ijs + libtoolize --copy --force + econf --prefix=${D}/usr || die "econf failed" + make || die "make failed" + cd .. +} + +src_install() { + einstall install_prefix=${D} soinstall + + rm -fr ${D}/usr/share/ghostscript/${PV}/doc || die + dodoc doc/README + dohtml doc/*.html doc/*.htm + insinto /usr/share/emacs/site-lisp + doins doc/gsdoc.el || die + + if use cjk ; then + dodir /usr/share/ghostscript/${PV}/Resource + dodir /usr/share/ghostscript/${PV}/Resource/Font + dodir /usr/share/ghostscript/${PV}/Resource/CIDFont + cd ${D}/usr/share/ghostscript/${PV}/Resource + unpack adobe-cmaps-200204.tar.gz + unpack acro5-cmaps-2001.tar.gz + fi + + # install ijs + cd ${S}/ijs + dodir /usr/bin /usr/include /usr/lib + einstall install_prefix=${D} +} diff --git a/app-text/ghostscript-gnu/metadata.xml b/app-text/ghostscript-gnu/metadata.xml new file mode 100644 index 000000000000..1fa0ca569505 --- /dev/null +++ b/app-text/ghostscript-gnu/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>printing</herd> +</pkgmetadata> |