pavucontrol-qt-0.2.0

Introduction to pavucontrol-qt

pavucontrol-qt is the Qt port of volume control pavucontrol of sound server PulseAudio. Its use is not limited to LXQt.

This package is known to build and work properly using an LFS-8.0 platform.

Package Information

pavucontrol-qt Dependencies

Required

liblxqt-0.11.1 and PulseAudio-10.0, built with GLib-2.50.3 support

Optional

git-2.11.1 (to download translation files) or lxqt-l10n-0.11.2 (to add localization files)

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/pavucontrol-qt

Installation of pavucontrol-qt

Install pavucontrol-qt by running the following commands:

mkdir -v build &&
cd       build &&

cmake -DCMAKE_BUILD_TYPE=Release          \
      -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
      -DPULL_TRANSLATIONS=no              \
      ..       &&
make

The choice of /usr prefix is due to the general characteristics of this program, which can be used without LXQt.

This package does not come with a test suite.

Now, as the root user:

make install

Command Explanations

-DPULL_TRANSLATIONS=no: Removes the need for git-2.11.1, which would otherwise be requested to download the translation files.

Contents

Installed Program: pavucontrol-qt
Installed Libraries: None
Installed Directory: None

Short Descriptions

pavucontrol-qt

is a Qt based GUI configuration tool for pulsaudio settings.

Last updated on 2017-02-21 12:13:57 -0800