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.
下载地址(HTTP):https://www.freedesktop.org/software/pulseaudio/pavucontrol/pavucontrol-6.2.tar.xz
MD5 校验和:d515163651b8272e500dfcac32c525dd
大小:196 KB
预计所需磁盘空间:5.6 MB
预计构建时间:0.2 SBU
Gtkmm-4.22.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.3 installed.