-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ship the libpulse headers #90
Comments
Apulse's sources actually come with a copy of PulseAudio headers ( IIRC, configuration option was added after question #11. |
This bug report isn’t about using them for apulse compilation, it is about installing them to /usr/include for other programs’ compilation, in the case you built apulse with Note that I’m not using a distribution package, but building it myself in order to avoid any libpulse or pulseaudio being present on my system. |
I don't know why exactly, but that feels wrong. Resembles plagiarism.
Apulse is far from complete implementation of PulseAudio API. Trying to implement all of the API will essentially turn apulse into reimplementation of PulseAudio with the same client-server architecture. That will most probably will introduce various bugs that were solved in PulseAudio years ago. I don't know why one would invest a ton of effort into apulse to bring it to that point, when it's easier to just take PulseAudio itself and make required changes. By the way, installing it into |
Currently when building software which depends on PulseAudio, I have to install libpulse to get its headers and pkg-config files. It would be nice if apulse would ship the ones it already has in 3rdparty/, as well as create a .pc file, so I could continue using apulse as my sole libpulse implementation.
The text was updated successfully, but these errors were encountered: