From 346e35eed5e23a348296856b19e94916f719d4b3 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 12 Nov 2020 15:18:04 +0100 Subject: [PATCH] deprecate the libpulse replacement Don't build by default, update the README With pulse-server we are more flexible and compatible and we don't have to (badly) reimplement libpulse anymore. --- meson_options.txt | 2 +- pipewire-pulseaudio/README.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index 72f6e7212..4b9e46b83 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -52,7 +52,7 @@ option('libjack-path', option('pipewire-pulseaudio', description: 'Enable pipewire-pulseaudio integration', type: 'boolean', - value: true) + value: false) option('libpulse-path', description: 'Where to install the libpulse.so library', type: 'string') diff --git a/pipewire-pulseaudio/README.md b/pipewire-pulseaudio/README.md index 16c323933..27b62cf29 100644 --- a/pipewire-pulseaudio/README.md +++ b/pipewire-pulseaudio/README.md @@ -3,3 +3,7 @@ PulseAudio client library for PipeWire This is a replacement libpulse.so library. Clients using this library will transparently connect to PipeWire. + +This is now deprecated in favour of the protocol-pulse module that +implements the pulseaudio protocol directly. This makes it possible to +use the standard pulseaudio client library.