Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 26962 - gdk-pixbuf should respect USE="-gnome"
Summary: gdk-pixbuf should respect USE="-gnome"
Status: RESOLVED DUPLICATE of bug 7693
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-19 20:40 UTC by Simon Koch
Modified: 2005-07-17 13:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Koch 2003-08-19 20:40:11 UTC
An excerpt from gdk-pixbuf-0.22.0-r2.ebuild: 
 
RDEPEND="media-libs/jpeg 
        media-libs/tiff 
        =x11-libs/gtk+-1.2* 
        >=media-libs/libpng-1.2.1 
        amd64? sys-libs/db : <sys-libs/db-2 
        >=gnome-base/gnome-libs-1.4.1.2-r1" 
# We need gnome-libs here, else gnome support do not get compiled into 
# gdk-pixbuf (the GnomeCanvasPixbuf library ) 
 
 
Since gdk-pixbuf can be built without GNOME support, the last line of RDEPEND should be 
"gnome? >=gnome-base/gnome-libs-1.4.1.2-r1".  I have not tested this change with 
USE="gnome", but it worked fine with USE="-gnome".
Comment 1 Simon Koch 2003-08-19 20:44:17 UTC
This is what I get for not cutting and pasting from my modified ebuild.  I actually 
changed it to "gnome? ( >=gnome-base/gnome-libs-1.4.1.2-r1 )" 
Comment 2 SpanKY gentoo-dev 2003-08-19 22:27:24 UTC

*** This bug has been marked as a duplicate of 7693 ***