Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 3652 - sylpheed-0.7.7...ebuilds do not enable images unless USE="gnome"
Summary: sylpheed-0.7.7...ebuilds do not enable images unless USE="gnome"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-11 20:50 UTC by kde123
Modified: 2003-02-04 19:42 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 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..