Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 620132 - kde-plasma/plasma-pa requires pulseaudio even with apulse installed
Summary: kde-plasma/plasma-pa requires pulseaudio even with apulse installed
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-29 14:16 UTC by John Dallahan
Modified: 2017-05-31 18:24 UTC (History)
1 user (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 John Dallahan 2017-05-29 14:16:19 UTC
kde-plasma/plasma-pa requires the emerge of media-sound/pulseaudio even if you have apulse installed. I think a "apulse" USE flag should be added which removes this dependency.
Comment 1 Andreas Sturmlechner gentoo-dev 2017-05-31 12:07:22 UTC
Can you confirm that it builds without pulseaudio? Or, if not, works at runtime with apulse and w/o pulseaudio?
Comment 2 John Dallahan 2017-05-31 18:04:04 UTC
I tried building it with pulseaudio installed from the git first, but CMake expects pulseaudio to be installed. I then emerged pulseaudio and built plasma-pa. I then unmerged pulseaudio and linked apulse back to /usr/lib/libpulse.so.0 and it didn't work because it expects some functions in libpulse.so that are only available as incomplete stubs in apulse (only in master) and in pulseaudio 10.0. As such, plasma-pa cannot be used without pulseaudio.
Comment 3 Andreas Sturmlechner gentoo-dev 2017-05-31 18:24:07 UTC
Thanks for investigating this.