Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 233193 - pulseaudio-0.9.9 missing dependence for alsa
Summary: pulseaudio-0.9.9 missing dependence for alsa
Status: RESOLVED FIXED
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:
Depends on:
Blocks:
 
Reported: 2008-07-28 20:45 UTC by yknot
Modified: 2008-08-03 12:35 UTC (History)
0 users

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 yknot 2008-07-28 20:45:03 UTC
built pulseaudio-0.9.9 on my amd64 system with the alsa USE flag. Had previously built and installed alsa-headers and alsa-lib.

Pulseaudio build and ran correctly.  However to use pulse audio with alsa required the build and installation of the alsa-plugins packages.  

/usr/lib64/alsa-lib/libasound_module_ctl_pulse.so
/usr/lib64/alsa-lib/libasound_module_pcm_pulse.so

Until most packages support pulseaudio directly perhaps  alsa-plugin ebuild should be a requirement of pulseaudio  USE=alsa.



Reproducible: Always
Comment 1 Rafał Mużyło 2008-07-30 10:08:52 UTC
I'd say this is invalid,
cause that would create a circular dependency.
Unless we're talking about a PDEPEND (of pulseaudio),
but still that wouldn't be good.
But a note at the end of pulseaudio emerge
could be useful, though most of pulseaudio users
know about pulse alsa plugin anyway.
Comment 2 Petteri Räty (RETIRED) gentoo-dev 2008-08-03 12:35:45 UTC
(In reply to comment #0)
> 
> Until most packages support pulseaudio directly perhaps  alsa-plugin ebuild
> should be a requirement of pulseaudio  USE=alsa.
> 

The purpose of the alsa use flag is to control the alsa driver support in pulseaudio. You can use pulseaudio just fine without the alsa-plugin if everything you use talks directly to pulseaudio so the plugin shouldn't be forced on everyone. I added a msg telling people to install alsa-plugins if it's not already installed.