Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 37911 Details for
Bug 61218
Make gimp-print 5 install gimp2 plug-in correctly
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Updated gimp-print ebuild
gimp-print-5.0.0_beta1.ebuild (text/plain), 2.34 KB, created by
Matt Nelson
on 2004-08-21 21:27:21 UTC
(
hide
)
Description:
Updated gimp-print ebuild
Filename:
MIME Type:
Creator:
Matt Nelson
Created:
2004-08-21 21:27:21 UTC
Size:
2.34 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># 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_beta1.ebuild,v 1.4 2004/07/14 17:35:01 agriffis Exp $ > >inherit flag-o-matic libtool > >IUSE="cups foomaticdb gtk nls readline" > >MY_P=${P/_/-} > >DESCRIPTION="Gimp Print Drivers" >HOMEPAGE="http://gimp-print.sourceforge.net" >KEYWORDS="~x86 ~ppc ~alpha ~sparc ~hppa ~amd64" >SRC_URI="mirror://sourceforge/gimp-print/${MY_P}.tar.bz2" > >DEPEND="cups? ( >=net-print/cups-1.1.14 ) > media-gfx/imagemagick > virtual/ghostscript > sys-libs/readline > gtk? ( =x11-libs/gtk+-1.2* ) > dev-lang/perl > foomaticdb? ( net-print/foomatic-db-engine )" > >LICENSE="GPL-2" >SLOT="0" > >S=${WORKDIR}/${MY_P} > >append-flags -fno-inline-functions > >src_compile() { > elibtoolize --reverse-deps > > 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" > > if use cups; then > myconf="${myconf} --with-cups" > else > myconf="${myconf} --without-cups" > fi > > # disable for now, it does not work correctly > #if use cups && use ppds; then > # myconf="${myconf} --enable-cups-ppds --enable-cups-level3-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 > sed -i -e "s/<ijs/<ijs\/ijs/g" src/ghost/ijsgimpprint.c > > # Install Gimp2 plugin into correct directory > sed -i -e "s/gimp\/1.2/gimp\/2.0/g" src/gimp2/Makefile > > 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,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 >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 61218
: 37911