Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 233450 - Pulseaudio 0.9.10-r1 pulls in gnome-audio regardless of use flags
Summary: Pulseaudio 0.9.10-r1 pulls in gnome-audio regardless of use flags
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
: 256967 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-07-31 04:56 UTC by Scott
Modified: 2011-10-21 21:16 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 Scott 2008-07-31 04:56:31 UTC
Pulseaudio does not require gnome-audio but pulls it in anyway. 

Here are my flags: "X alsa asyncns avahi bluetooth caps dbus glib hal libsamplerate tcpd -gnome -jack -lirc -oss (-policykit)"

notice -gnome. 

emerging with --nodeps compiles error free.

This is the list of depends off pulseaudio's site.
# liboil
# libsamplerate
# libsndfile
# libatomic_ops
# libspeexdsp
# libgdbm

Reproducible: Always

Steps to Reproduce:
1.emerge pulseaudio -gnome
2.
3.

Actual Results:  
emerges gnome-audio pulseaudio

Expected Results:  
emerges pulseaudio
Comment 1 Wormo (RETIRED) gentoo-dev 2008-07-31 06:56:37 UTC
gnome-audio is listed as a run-time dependency, not a build dependency so it is no wonder pulseaudio compiled fine without it. Are you sure all of the tools included in pulseaudio work properly without gnome-audio installed?
Comment 2 Petteri Räty (RETIRED) gentoo-dev 2008-07-31 08:31:25 UTC
betelgeuse@pena ~ $ grep sample /etc/pulse/default.pa
### Load something into the sample cache
#load-sample-lazy x11-bell /usr/share/sounds/gtk-events/activate.wav
load-sample-lazy pulse-hotplug /usr/share/sounds/startup3.wav
#load-sample-lazy pulse-coldplug /usr/share/sounds/startup3.wav
#load-sample-lazy pulse-access /usr/share/sounds/generic.wav
#load-module module-x11-bell sample=x11-bell
betelgeuse@pena ~ $ qfile /usr/share/sounds/startup3.wav
gnome-extra/gnome-audio (/usr/share/sounds/startup3.wav)
Comment 3 Diego Elio Pettenò (RETIRED) gentoo-dev 2009-01-31 16:54:30 UTC
*** Bug 256967 has been marked as a duplicate of this bug. ***
Comment 4 Kanstantsin Shautsou 2009-10-22 21:28:06 UTC
This wav file only needs from gnome-audio for pulseaudio ?? I doesn't want to have any gnome packages.
Comment 5 William L. Thomson Jr. 2011-10-21 21:16:02 UTC
I think this needs to be addressed and maybe switch the runtime dependency from X use flag to gnome. Not sure this stuff is necessary for use of pulseaudio when the gnome use flag is not set.