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

Bug 3652

Summary: sylpheed-0.7.7...ebuilds do not enable images unless USE="gnome"
Product: Gentoo Linux Reporter: kde123 <erichey2>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 1.1a   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description kde123 2002-06-11 20:50:49 UTC
Sylpheed ebuilds since 0.7.7 (at least) do not enable gdk-pixbuf or imlib unless
USE="gnone" is set.  I have gdk-pixbuf, but I do not have USE="gnome", so
sylpheed gets built without imaging support.  I hardcoded --enable=gdg-pixbuf in
an ebuild, and now things are back to normal.
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-06-13 18:52:38 UTC
Here's the thing, gdk is actually closer tied to GTK than GNOME.  The problem is
that many GNOME apps take for granted that gdk is a GNOME thing.  We tried to
implement an ebuild for gdk-pixbuf which takes advantage of the gnome USE flag,
but that caused more problems than it solved.  So for now, what you did was the
best way to do it.

The good news, however, is that GTK2 will come with gdk, and this will all go
away once gtk apps start getting ported to gtk2..