Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 117707

Summary: media-gfx/gimp-print ebuild cleanup and patch for --as-needed support
Product: Gentoo Linux Reporter: Diego Elio Pettenò (RETIRED) <flameeyes>
Component: New packagesAssignee: Printing Team <printing>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Ebuild patch
gimp-print-5.0.0_rc1-asneeded.patch

Description Diego Elio Pettenò (RETIRED) gentoo-dev 2006-01-04 00:23:27 UTC
I'm attaching a patch to cleanup a bit the ebuild for gimp-print to use $(use_[with|enable]) instead of use checks and myconf, and one for the sources to allow building with --as-needed.

The removing of libtool.m4 is to avoid collisions between new libtools and the one shipped with the package. The patch for as needed adds gtk.m4 file to allowing use of AM_PATH_GTK, that's why it's so big (eautoreconf is required :|).

HTH,
Diego
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-01-04 00:23:47 UTC
Created attachment 76137 [details, diff]
Ebuild patch
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-01-04 00:24:01 UTC
Created attachment 76138 [details, diff]
gimp-print-5.0.0_rc1-asneeded.patch
Comment 3 Stefan Schweizer (RETIRED) gentoo-dev 2006-01-04 01:06:02 UTC
Feel free to commit this.

Please also get the patch upstream so it is included in the next release.
Comment 4 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-01-04 01:28:16 UTC
Committed and sent the patches upstream :)