Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 117220 Details for
Bug 175965
media-gfx/gimp-print-5* - automagic dependencies plus other fixes
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
gimp-print-5.1.0.ebuild.diff
gimp-print-5.1.0.ebuild.difff (text/plain), 2.44 KB, created by
Jakub Moc
on 2007-04-25 12:48:34 UTC
(
hide
)
Description:
gimp-print-5.1.0.ebuild.diff
Filename:
MIME Type:
Creator:
Jakub Moc
Created:
2007-04-25 12:48:34 UTC
Size:
2.44 KB
patch
obsolete
>--- gimp-print-5.1.0.ebuild 2007-04-25 14:42:57.000000000 +0200 >+++ gimp-print-5.1.0.ebuild 2007-04-25 14:14:55.000000000 +0200 >@@ -2,7 +2,7 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp-print/gimp-print-5.1.0.ebuild,v 1.2 2007/04/07 15:52:41 genstef Exp $ > >-inherit flag-o-matic eutils libtool >+inherit flag-o-matic eutils libtool multilib > > IUSE="cups foomaticdb gtk nls readline ppds" > >@@ -16,7 +16,7 @@ > RDEPEND="cups? ( >=net-print/cups-1.1.14 ) > virtual/ghostscript > sys-libs/readline >- gtk? ( x11-libs/gtk+ ) >+ gtk? ( >=x11-libs/gtk+-2.0 >=media-gfx/gimp-2.2 ) > dev-lang/perl > foomaticdb? ( net-print/foomatic-db-engine )" > DEPEND="${RDEPEND} >@@ -29,14 +29,6 @@ > > append-flags -fno-inline-functions > >-pkg_setup() { >- if has_version "<media-gfx/gimp-2.3.10" && built_with_use media-gfx/gimp gimpprint; then >- ewarn "gimpprint is not yet available due to the API Change in version 5.0" >- ewarn "Please remerge gimp with USE=-gimpprint to avoid collissions" >- die "gimp with gimpprint USE-flag detected" >- fi >-} >- > src_unpack() { > unpack ${A} > cd "${S}" >@@ -55,7 +47,7 @@ > use foomaticdb \ > && myconf="${myconf} --with-foomatic3" \ > || myconf="${myconf} --without-foomatic" >- >+ > econf \ > --enable-test \ > --enable-epson \ >@@ -63,11 +55,12 @@ > --with-user-guide \ > --with-samples \ > --with-escputil \ >- --with-gimp2-as-gutenprint \ > --disable-translated-cups-ppds \ > $(use_enable nls) \ > $(use_with readline) \ >- $(use_enable gtk lexmarkutil) \ >+ $(use_with gtk gimp2) \ >+ $(use_with gtk gimp2-as-gutenprint) \ >+ $(use_enable gtk libgutenprintui2) \ > $(use_with cups) \ > $myconf || die "econf failed" > >@@ -78,13 +71,17 @@ > } > > src_install () { >- make install DESTDIR=${D} || die "make install failed" >+ emake install DESTDIR="${D}" || die "make install failed" > > exeinto /usr/share/gutenprint > doexe test/{unprint,pcl-unprint,bjc-unprint,parse-escp2,escp2-weavetest,run-testdither,run-weavetest,testdither} > >- dodoc AUTHORS COPYING ChangeLog NEWS README doc/gutenprint-users-manual.{pdf,odt} >+ dodoc AUTHORS ChangeLog NEWS README doc/gutenprint-users-manual.{pdf,odt} > dohtml doc/FAQ.html > dohtml -r doc/users_guide/html doc/developer/developer-html >- rm -fR ${D}/usr/share/gutenprint/doc >+ rm -fR "${D}"/usr/share/gutenprint/doc >+ if ! use gtk ; then >+ rm -f "${D}"/usr/$(get_libdir)/pkgconfig/gutenprintui2.pc >+ rm -rf "${D}"/usr/include/gutenprintui2 >+ fi > }
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 175965
: 117220