pipewire/pipewire-pulseaudio
Jan Tojnar 2e3556fa12
pulse: Add libpulse path to rpath
We are linking against PulseAudio’s libpulse,
which adds its soname to DT_NEEDED but we are expecting
to actually use our shim with the same soname from LIBPULSE_PATH
(forced by adding the path to LD_LIBRARY_PATH).

Package managers like Nix will detect that we are linking against
PulseAudio’s libpulse and mark it as a runtime dependency by adding
its path to DT_RUNPATH entry so that it can be easily found
by the loader. LD_LIBRARY_PATH will take precedence but it will still
pull PulseAudio into the system’s closure.
2020-10-23 05:36:47 +02:00
..
src pulse: Add libpulse path to rpath 2020-10-23 05:36:47 +02:00
test pulse: add volume change example 2020-10-22 16:47:24 +02:00
LICENSE Merge pipewire-pulseaudio subtree 2019-11-03 15:20:57 +01:00
README.md Update README.md 2019-11-07 15:46:04 +00:00

pipewire-pulseaudio

PulseAudio client library for PipeWire

This is a replacement libpulse.so library. Clients using this library will transparently connect to PipeWire.