First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 224437
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Linux Gnome Desktop Team <gnome@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Anton Mikhalyov <anton.mikhalyov@gmail.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 224437 depends on: Show dependency tree
Show dependency graph
Bug 224437 blocks: 214260
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2008-06-01 05:19 0000
When Gstreamer is not installed, emerging gnome-base/gnome-settings-daemon
would bring error message saying about missing gstreamer library. I don't need
some dependencies pulled by packages in gnome-light and one of them is
gstreamer, actually pulled by control-center and gnome-settings-daemon ebuilds.

gnome-settings-daemon is built with gstreamer support, even though `configure`
script reports that this support is not enabled. Through externally specifying
`--disable-gstreamer` argument to `configure` would solve problem and
gnome-settings-daemon will not link to gstreamer libs. Ebuild has external
gstreamer USE flag, but for some reason it won't pick it. Looking in ebuild
revealed that there is wrong call to pkg_config.

Fix:
Replace pkg_setup call with pkg_config.

------- Comment #1 From Arun Raghavan 2008-06-01 05:44:02 0000 -------
Looks like there's a typo in the ebuild -- it uses pkg_config instead of
pkg_setup.

------- Comment #2 From Gilles Dartiguelongue 2008-06-01 10:03:02 0000 -------
thanks for spotting this. Fixed in CVS.

First Last Prev Next    No search results available      Search page      Enter new bug