| Summary: | =media-sound/pulseaudio-1.1-r1: Modify init script to handle dbus/bluetooth (?) | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Elias Probst <mail> |
| Component: | New packages | Assignee: | Arun Raghavan (RETIRED) <ford_prefect> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | nikoli, sound |
| Priority: | Normal | Keywords: | PATCH |
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
Patch to fix the USE flag requirement
build.log of an failed attempt to build pulseaudio with USE="bluetooth -dbus" Patch to fix the D-Bus requirement in the initscript |
||
|
Description
Elias Probst
2011-12-27 14:50:28 UTC
Created attachment 297085 [details, diff]
Patch to fix the USE flag requirement
Created attachment 297087 [details]
build.log of an failed attempt to build pulseaudio with USE="bluetooth -dbus"
Created attachment 297093 [details, diff]
Patch to fix the D-Bus requirement in the initscript
I've just noticed that the initscript is also missing the needed dependency on D-Bus.
Please review the attached patch, it works here, but I'm not sure, whether there are more components which could make D-Bus a dependency.
Comment on attachment 297085 [details, diff]
Patch to fix the USE flag requirement
I've applied USE_REQUIRED change to pulseaudio-1.1-r1 and 9999, so this is not necessary anymore.
The dependency should be on bluetooth actually, but I don't want to make it unconditional in the init script, so people are going to have to deal with this manually if required. Since system-wide mode really isn't recommended anyway, this is acceptable. Thanks for fixing up the REQUIRED_USE, Samuli. |