Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 136217 - Cannot build gnome-python-desktop without gstreamer
Summary: Cannot build gnome-python-desktop without gstreamer
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gnome2.16
  Show dependency tree
 
Reported: 2006-06-09 12:07 UTC by Stefan Böttner
Modified: 2006-11-06 09:06 UTC (History)
2 users (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 Stefan Böttner 2006-06-09 12:07:29 UTC
dev-python/gnome-python-destkop has dependancy gnome-extra/gnome-media which in turn has some gst-plugins as dependancies which triggers media-libs/gstreamer. The USE flag "-gstreamer" is ignored, apparently, so I don't have a chance to build gnome-python-desktop without being forced to build gstreamer.
Comment 1 Lukas Sandström 2006-07-29 05:00:09 UTC
You can emerge it with --oneshot --nodeps as a workaround, since the
configure-script will automatically detect which dependencies that are
installed (se below).

I suggest adding local use-flags for this package, so people don't
have to install gstreamer, totem, nautilus and metacity just to get
the gtksourceview component.

--- >8 ----
config.status: creating config.h
config.status: executing depfiles commands

The following modules will be built:

gnomeprint
gnomeprint.ui
gtksourceview
wnck

The following modules will NOT be built:

gnomeapplet
totem.plparser
gtop
nautilusburn
mediaprofiles
metacity
make  all-recursive
make[1]: Entering directory `/var/tmp/portage/gnome-python-desktop-2.14.0/work/gnome-python-desktop-2.14.0'
--- >8 ---
Comment 2 foser (RETIRED) gentoo-dev 2006-08-14 06:46:28 UTC
As you say, it is unavoidable. useflags are for optional dependencies, it is not optional here apparently.

If you want a gstreamer flag for gnome-pthon-desktop, please fix the build script to support module selection flags (--enable/disable-x).
Comment 3 Daniel Gryniewicz (RETIRED) gentoo-dev 2006-11-06 09:06:55 UTC
Much of gnome hard-deps on gstreamer, it's not always optional anymore.