summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2003-12-06 17:30:57 +0000
committerHeinrich Wendel <lanius@gentoo.org>2003-12-06 17:30:57 +0000
commite5fbeb11ddfa2ea7dbb2bffde5df6efb85ebaa74 (patch)
tree850e7d55292f8cf502418a85476fe6ff3a4fcf1a /media-gfx/gimp-print
parentbump (diff)
downloadgentoo-2-e5fbeb11ddfa2ea7dbb2bffde5df6efb85ebaa74.tar.gz
gentoo-2-e5fbeb11ddfa2ea7dbb2bffde5df6efb85ebaa74.tar.bz2
gentoo-2-e5fbeb11ddfa2ea7dbb2bffde5df6efb85ebaa74.zip
bump
Diffstat (limited to 'media-gfx/gimp-print')
-rw-r--r--media-gfx/gimp-print/ChangeLog7
-rw-r--r--media-gfx/gimp-print/Manifest4
-rw-r--r--media-gfx/gimp-print/files/digest-gimp-print-4.3.251
-rw-r--r--media-gfx/gimp-print/gimp-print-4.3.25.ebuild91
4 files changed, 100 insertions, 3 deletions
diff --git a/media-gfx/gimp-print/ChangeLog b/media-gfx/gimp-print/ChangeLog
index 0269ceebd253..240c2420c1fd 100644
--- a/media-gfx/gimp-print/ChangeLog
+++ b/media-gfx/gimp-print/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-gfx/gimp-print
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp-print/ChangeLog,v 1.25 2003/10/11 19:04:55 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp-print/ChangeLog,v 1.26 2003/12/06 17:30:51 lanius Exp $
+
+*gimp-print-4.3.25 (06 Dec 2003)
+
+ 06 Dec 2003; Heinrich Wendel <lanius@gentoo.org> gimp-print-4.3.25.ebuild:
+ bump
11 Oct 2003; Heinrich Wendel <lanius@gentoo.org> gimp-print-4.2.5-r2.ebuild,
gimp-print-4.3.18.ebuild, gimp-print-4.3.19.ebuild,
diff --git a/media-gfx/gimp-print/Manifest b/media-gfx/gimp-print/Manifest
index 7420f90b0d6d..76045ca524e2 100644
--- a/media-gfx/gimp-print/Manifest
+++ b/media-gfx/gimp-print/Manifest
@@ -1,7 +1,7 @@
MD5 a37b669a3d393b405c8da1a13563b40e gimp-print-4.2.5-r2.ebuild 2429
MD5 3c7c7a7bf43341a914796c7a57d80092 gimp-print-4.3.21.ebuild 2511
-MD5 3c7c7a7bf43341a914796c7a57d80092 gimp-print-4.3.25.ebuild 2511
-MD5 a3a37d8ff04e5a12af0e8ff2021044da ChangeLog 4327
+MD5 0675196c13ea5dde6c3aad5a70f89e01 gimp-print-4.3.25.ebuild 2511
+MD5 7e8421fc16ccc9bcd8fe805ec7c2d792 ChangeLog 4446
MD5 26b4b081d538c195dc39bcb2ec8e6f3a metadata.xml 161
MD5 68cc29ffb32d107b59d0ab6407a7613e files/digest-gimp-print-4.2.5-r2 69
MD5 e26370684f22223beef14cb8ec95fc06 files/digest-gimp-print-4.3.21 71
diff --git a/media-gfx/gimp-print/files/digest-gimp-print-4.3.25 b/media-gfx/gimp-print/files/digest-gimp-print-4.3.25
new file mode 100644
index 000000000000..117284e9445c
--- /dev/null
+++ b/media-gfx/gimp-print/files/digest-gimp-print-4.3.25
@@ -0,0 +1 @@
+MD5 13b5265171b03ec719090492cb0a1018 gimp-print-4.3.25.tar.bz2 4120629
diff --git a/media-gfx/gimp-print/gimp-print-4.3.25.ebuild b/media-gfx/gimp-print/gimp-print-4.3.25.ebuild
new file mode 100644
index 000000000000..2329ddc63f14
--- /dev/null
+++ b/media-gfx/gimp-print/gimp-print-4.3.25.ebuild
@@ -0,0 +1,91 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp-print/gimp-print-4.3.25.ebuild,v 1.1 2003/12/06 17:30:51 lanius Exp $
+
+IUSE="nls gtk readline cups foomaticdb ppds"
+
+DESCRIPTION="Gimp Print Drivers"
+HOMEPAGE="http://gimp-print.sourceforge.net"
+KEYWORDS="~x86 ~ppc ~alpha ~sparc ~hppa ~amd64"
+SRC_URI="mirror://sourceforge/gimp-print/${P}.tar.bz2"
+
+DEPEND="cups? ( >=net-print/cups-1.1.14 )
+ media-gfx/imagemagick
+ >=app-text/ghostscript-7.05.6-r3
+ sys-libs/readline
+ gtk? ( =x11-libs/gtk+-1.2* )
+ dev-lang/perl
+ foomaticdb? ( net-print/foomatic-db-engine )"
+
+LICENSE="GPL-2"
+SLOT="0"
+
+src_compile() {
+ local myconf
+
+ use nls \
+ && myconf="${myconf} --enable-nls" \
+ || myconf="${myconf} --disable-nls"
+
+ use readline \
+ && myconf="${myconf} --with-readline" \
+ || myconf="${myconf} --without-readline"
+
+ use gtk \
+ && myconf="${myconf} --enable-lexmarkutil" \
+ || myconf="${myconf} --disable-lexmarkutil"
+
+ has_version =media-gfx/gimp-1.2* \
+ && myconf="${myconf} --with-gimp" \
+ || myconf="${myconf} --without-gimp"
+
+ if [ `use cups` ]; then
+ myconf="${myconf} --with-cups"
+ else
+ myconf="${myconf} --without-cups"
+ fi
+
+ if [ "`use cups`" -a "`use ppds`" ]; then
+ myconf="${myconf} --enable-cups-ppds"
+ else
+ myconf="${myconf} --disable-cups-ppds"
+ fi
+
+ use foomaticdb \
+ && myconf="${myconf} --with-foomatic3" \
+ || myconf="${myconf} --without-foomatic"
+
+ # --without-translated-ppds enabled \
+ econf \
+ --enable-test \
+ --with-ghostscript \
+ --with-user-guide \
+ --with-samples \
+ --with-escputil \
+ $myconf || die
+
+ # IJS Patch
+ cp src/ghost/ijsgimpprint.c src/ghost/ijsgimpprint.c.org
+ sed -e "s/<ijs/<ijs\/ijs/g" src/ghost/ijsgimpprint.c.org > src/ghost/ijsgimpprint.c
+
+ emake || die "compile problem"
+}
+
+src_install () {
+ make install DESTDIR=${D} || die
+
+ exeinto /usr/share/gimp-print
+ doexe test/{unprint,pcl-unprint,bjc-unprint,parse-escp2,curve,escp2-weavetest,run-testdither,run-weavetest,testdither}
+
+ dodoc AUTHORS COPYING ChangeLog NEWS README \
+ doc/users_guide/users-guide.ps doc/users_guide/users-guide.pdf \
+ ${D}/usr/share/gimp-print/doc/gimpprint.ps
+ dohtml doc/FAQ.html
+ dohtml -r doc/users_guide/html doc/developer/developer-html
+ rm -fR ${D}/usr/share/gimp-print/doc
+}
+
+pkg_postinst () {
+ einfo "The gimp-print ebuild no longer creates the ppds automatically, please use foomatic"
+ einfo "to do so or remerge gimp-print with the ppds use flag."
+}