Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 120168 - add gnome useflag to gdk-pixbuf
Summary: add gnome useflag to gdk-pixbuf
Status: RESOLVED DUPLICATE of bug 7693
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-24 05:02 UTC by Christian Zuckschwerdt
Modified: 2006-01-24 15:34 UTC (History)
1 user (show)

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 Christian Zuckschwerdt 2006-01-24 05:02:30 UTC
gdk-pixbuf will always be build with gnome support. I would be nice if it were optional, respecting the gnome useflag. gdk-pixbuf will auto en-/disable gnome support. We just need to make the (R)DEPEND on gnome-libs optional:

@@ -13 +13 @@
-IUSE="doc mmx gnome"
+IUSE="doc mmx"
@@ -21 +21 @@
-       gnome? ( >=gnome-base/gnome-libs-1.4.1.2-r1 )"
+       >=gnome-base/gnome-libs-1.4.1.2-r1"
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-01-24 05:08:51 UTC
The patch is reversed... ;)
Comment 2 Christian Zuckschwerdt 2006-01-24 05:21:10 UTC
Silly me, it is. Btw, I'm using this modification and it works fine.
I wasn't sure about the severity, it needed fixing on my system as it would pull in gnome-libs and thus orbit, esound, lots of stuff I don't want.
Comment 3 John N. Laliberte (RETIRED) gentoo-dev 2006-01-24 15:34:44 UTC

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