diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-04-09 15:09:25 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-04-09 15:09:25 +0000 |
commit | 48a233c8702d671387cb72b99a043959471b0d9b (patch) | |
tree | eecc248ad2397ffaae466176ea16cbacfe8c99e6 /media-gfx/gimp-print | |
parent | Added to ~ppc (Manifest recommit) (diff) | |
download | gentoo-2-48a233c8702d671387cb72b99a043959471b0d9b.tar.gz gentoo-2-48a233c8702d671387cb72b99a043959471b0d9b.tar.bz2 gentoo-2-48a233c8702d671387cb72b99a043959471b0d9b.zip |
build with gimp-2.0.0, bug #46407 and #47305
Diffstat (limited to 'media-gfx/gimp-print')
-rw-r--r-- | media-gfx/gimp-print/ChangeLog | 6 | ||||
-rw-r--r-- | media-gfx/gimp-print/gimp-print-4.2.6.ebuild | 4 | ||||
-rw-r--r-- | media-gfx/gimp-print/gimp-print-5.0.0_alpha1.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/media-gfx/gimp-print/ChangeLog b/media-gfx/gimp-print/ChangeLog index 3f2697be70d7..df88b34b5f49 100644 --- a/media-gfx/gimp-print/ChangeLog +++ b/media-gfx/gimp-print/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/gimp-print # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp-print/ChangeLog,v 1.33 2004/04/08 10:57:34 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp-print/ChangeLog,v 1.34 2004/04/09 15:09:25 lanius Exp $ + + 09 Apr 2004; Heinrich Wendel <lanius@gentoo.org> gimp-print-4.2.6.ebuild, + gimp-print-5.0.0_alpha1.ebuild: + build with gimp-2.0.0, bug #46407 and #47305 08 Apr 2004; Heinrich Wendel <lanius@gentoo.org> gimp-print-4.2.6.ebuild, gimp-print-4.3.25.ebuild: diff --git a/media-gfx/gimp-print/gimp-print-4.2.6.ebuild b/media-gfx/gimp-print/gimp-print-4.2.6.ebuild index 89118efa6050..13e1bacecb19 100644 --- a/media-gfx/gimp-print/gimp-print-4.2.6.ebuild +++ b/media-gfx/gimp-print/gimp-print-4.2.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.2.6.ebuild,v 1.4 2004/04/08 10:57:34 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp-print/gimp-print-4.2.6.ebuild,v 1.5 2004/04/09 15:09:25 lanius Exp $ inherit libtool @@ -53,7 +53,7 @@ src_compile() { && myconf="${myconf} --with-foomatic3" \ || myconf="${myconf} --without-foomatic" - econf \ + GIMPTOOL=/usr/bin/gimptool-1.2 econf \ --enable-test \ --with-ghosts \ --with-user-guide \ diff --git a/media-gfx/gimp-print/gimp-print-5.0.0_alpha1.ebuild b/media-gfx/gimp-print/gimp-print-5.0.0_alpha1.ebuild index 778dc3a41f77..225a97b5c01e 100644 --- a/media-gfx/gimp-print/gimp-print-5.0.0_alpha1.ebuild +++ b/media-gfx/gimp-print/gimp-print-5.0.0_alpha1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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-5.0.0_alpha1.ebuild,v 1.3 2004/03/02 14:05:16 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp-print/gimp-print-5.0.0_alpha1.ebuild,v 1.4 2004/04/09 15:09:25 lanius Exp $ inherit flag-o-matic libtool @@ -64,7 +64,7 @@ src_compile() { || myconf="${myconf} --without-foomatic" # --without-translated-ppds enabled \ - econf \ + GIMPTOOL=/usr/bin/gimptool-1.2 econf \ --enable-test \ --with-ghostscript \ --with-user-guide \ |