PulseAudio Volume Control (pavucontrol) is a simple GTK based volume control tool ("mixer") for the PulseAudio sound server. In contrast to classic mixer tools, this one allows you to control both the volume of hardware devices and of each playback stream separately.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
Download (HTTP): https://www.freedesktop.org/software/pulseaudio/pavucontrol/pavucontrol-6.2.tar.xz
Download MD5 sum: d515163651b8272e500dfcac32c525dd
Download size: 196 KB
Estimated disk space required: 5.6 MB
Estimated build time: 0.2 SBU
Gtkmm-4.20.0, JSON-GLib-1.10.8, libsigc++-3.6.0, and PulseAudio-17.0
Install pavucontrol by running the following commands:
mkdir build && cd build && meson setup --prefix=/usr --buildtype=release -D lynx=disabled .. && ninja
This package does not come with a test suite.
Now, as the root
user:
ninja install && mv /usr/share/doc/pavucontrol /usr/share/doc/pavucontrol-6.2
-D lynx=disabled
: This
switch disables generating the README file in text format. Remove
this switch if you want the README file in text format and have
Lynx-2.9.2 installed.