The Wireplumber package contains a session and policy manager for Pipewire.
This package is known to build and work properly using an LFS 12.2 platform.
Download (HTTP): https://gitlab.freedesktop.org/pipewire/wireplumber/-/archive/0.5.5/wireplumber-0.5.5.tar.bz2
Download MD5 sum: 258234d08926fd1f6824fb4b134720f9
Download size: 404 KB
Estimated disk space required: 82 MB (with tests)
Estimated build time: 0.3 SBU (with tests)
GLib-2.80.4, pipewire-1.2.3, and Systemd-256.4 (runtime, rebuilt with Linux-PAM-1.6.1)
Doxygen-1.12.0, lxml-5.3.0, sphinx-8.0.2, sphinx_rtd_theme-2.0.0, and Breathe
Install Wireplumber by running the following commands:
mkdir build && cd build && meson setup --prefix=/usr --buildtype=release -D system-lua=true .. && ninja
To test the results, issue: ninja test.
Now, as the root
user:
ninja install
--buildtype=release
:
Specify a buildtype suitable for stable releases of the package, as
the default may produce unoptimized binaries.
-D system-lua=true
: This
switch enables using the system version of Lua. Omit this switch if
you have not installed Lua, but note that meson will download and install it's own
version.
In order for Wireplumber to be used by Pipewire, Wireplumber must be configured to start when a desktop environment is started.
To configure Wireplumber to start when a desktop environment is
started, run the following commands as the root
user to enable the systemd user units:
systemctl enable --global pipewire.socket && systemctl enable --global wireplumber
Now that Wireplumber is configured to start when a desktop environment is started, it is recommended that you log out of your session and log back in again.