diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-07-16 14:18:49 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-07-16 14:18:49 +0000 |
commit | 62de3abf259a61ee01a09f0a4188547a5c7b2278 (patch) | |
tree | 7e9b1da51bd81771ce85d0873974a14a733dcdb8 /media-gfx/gimp-print | |
parent | version bump and merge with gimp-print-cups (diff) | |
download | gentoo-2-62de3abf259a61ee01a09f0a4188547a5c7b2278.tar.gz gentoo-2-62de3abf259a61ee01a09f0a4188547a5c7b2278.tar.bz2 gentoo-2-62de3abf259a61ee01a09f0a4188547a5c7b2278.zip |
version bump and merge with gimp-print-cups
Diffstat (limited to 'media-gfx/gimp-print')
-rw-r--r-- | media-gfx/gimp-print/ChangeLog | 8 | ||||
-rw-r--r-- | media-gfx/gimp-print/Manifest | 4 | ||||
-rw-r--r-- | media-gfx/gimp-print/files/digest-gimp-print-4.3.18 | 1 | ||||
-rw-r--r-- | media-gfx/gimp-print/gimp-print-4.3.18.ebuild | 91 |
4 files changed, 101 insertions, 3 deletions
diff --git a/media-gfx/gimp-print/ChangeLog b/media-gfx/gimp-print/ChangeLog index 8dc7854eb108..701d120a781a 100644 --- a/media-gfx/gimp-print/ChangeLog +++ b/media-gfx/gimp-print/ChangeLog @@ -1,6 +1,12 @@ # 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.15 2003/07/12 16:44:48 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp-print/ChangeLog,v 1.16 2003/07/16 14:18:30 lanius Exp $ + +*gimp-print-4.3.18 (16 Jul 2003) + + 16 Jul 2003; Heinrich Wendel <lanius@gentoo.org> gimp-print-4.3.18.ebuild: + fixed missing libgimpprint.so.1 (#20016) and merged gimp-print-cups and + gimp-print *gimp-print-4.2.5-r1 (04 Jul 2003) diff --git a/media-gfx/gimp-print/Manifest b/media-gfx/gimp-print/Manifest index 2c945fd8d137..b188c265ddc8 100644 --- a/media-gfx/gimp-print/Manifest +++ b/media-gfx/gimp-print/Manifest @@ -1,8 +1,8 @@ -MD5 65f0255d58700e5a77f760915c3866ca ChangeLog 2808 +MD5 2521aebdc6e6fbf3f5569e652bf2edd9 ChangeLog 3009 MD5 d1c8a9ad85666b4396107f03e0881409 gimp-print-4.2.2.ebuild 1606 MD5 02bf3a69efa9157f156594c68ed85053 gimp-print-4.2.5-r1.ebuild 1746 MD5 26656ffec888dfef362dc06a48afe8a5 gimp-print-4.2.5.ebuild 1598 -MD5 5e3c8bbb93c292f50bd4f1fd80058a72 gimp-print-4.3.18.ebuild 2408 +MD5 ab8759c920ecc97d0d4183c8533fcc07 gimp-print-4.3.18.ebuild 2516 MD5 3879a976a01d66b7e1e0b44e4611cd8e files/digest-gimp-print-4.2.2 69 MD5 68cc29ffb32d107b59d0ab6407a7613e files/digest-gimp-print-4.2.5 69 MD5 68cc29ffb32d107b59d0ab6407a7613e files/digest-gimp-print-4.2.5-r1 69 diff --git a/media-gfx/gimp-print/files/digest-gimp-print-4.3.18 b/media-gfx/gimp-print/files/digest-gimp-print-4.3.18 new file mode 100644 index 000000000000..b97158b7ae63 --- /dev/null +++ b/media-gfx/gimp-print/files/digest-gimp-print-4.3.18 @@ -0,0 +1 @@ +MD5 0c4aeb7535880f6ff27c8f3d7c2f9926 gimp-print-4.3.18.tar.bz2 4094999 diff --git a/media-gfx/gimp-print/gimp-print-4.3.18.ebuild b/media-gfx/gimp-print/gimp-print-4.3.18.ebuild new file mode 100644 index 000000000000..25326963c10d --- /dev/null +++ b/media-gfx/gimp-print/gimp-print-4.3.18.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.18.ebuild,v 1.1 2003/07/16 14:18:30 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" +SRC_URI="mirror://sourceforge/gimp-print/${P}.tar.bz2" + +DEPEND="cups? ( >=net-print/cups-1.1.14 ) + media-gfx/imagemagick + >=app-text/ghostscript-7.0.6-r3 + sys-libs/readline + gtk? ( =x11-libs/gtk+-1.2* ) + dev-lang/perl + !media-gfx/gimp-print-cups + 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" + if [ `use ppds` ]; then + myconf="${myconf} --enable-cups-ppds" + else + myconf="${myconf} --disable-cups-ppds" + fi + else + myconf="${myconf} --without-cups" + fi + + use foomatic \ + && myconf="${myconf} --with-foomatic" \ + || 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." +} |