Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 215607 - media-sound/pulseaudio unnecessarily pulls in gnome-extra/gnome-audio
Summary: media-sound/pulseaudio unnecessarily pulls in gnome-extra/gnome-audio
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal with 1 vote (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
: 291490 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-03-31 16:58 UTC by gentoo
Modified: 2013-02-08 23:37 UTC (History)
3 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 gentoo 2008-03-31 16:58:00 UTC
All media-sound/pulseaudio-0.9.9* ebuilds pull in gnome-extra/gnome-audio, even when the -gnome use flag is set. Here's a snippet from line 51 of pulseaudio-0.9.9-r3.ebuild:

RDEPEND="${RDEPEND}
        gnome-extra/gnome-audio
        alsa? ( media-sound/alsa-utils )
        bluetooth? ( >=net-wireless/bluez-utils-3 )"

Note: pulseaudio-0.9.7.ebuild does not have this problem. 

I deleted gnome-extra/gnome-audio from the ebuild (in an overlay ebuild), re-emerged pulseaudio, and everything worked. Presumably, gnome-extra/gnome-audio should be pulled in only when the gnome use flag is set.

Reproducible: Always
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2008-04-01 07:30:00 UTC
gnome-audio contains the sound file used by PulseAudio for hotplug sound, as gnome-audio has no other deps, it makes little sense to make it optional. Its size also doesn't deem an USE flag.
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2009-11-02 11:48:54 UTC
*** Bug 291490 has been marked as a duplicate of this bug. ***
Comment 3 Артём Воротников 2013-02-02 08:17:38 UTC
Does PA still use the file? After 4 years?
Comment 4 Артём Воротников 2013-02-08 23:37:32 UTC
Okay, so the default default.pa does NOT pull any sounds unless you are on win32. [1] What is the reason for gnome-audio dependency again?

[1] http://cgit.freedesktop.org/pulseaudio/pulseaudio/tree/src/daemon/default.pa.in

lines 30 to 33 are commented out.