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.2 platform.
Download (HTTP): https://github.com/lxde/pavucontrol-qt/releases/download/0.3.0/pavucontrol-qt-0.3.0.tar.xz
Download MD5 sum: 050e24b2a22d197c119b8899f252b44b
Download size: 34 KB
Estimated disk space required: 3.9 MB
Estimated build time: 0.2 SBU
liblxqt-0.12.0 and PulseAudio-11.1, built with GLib-2.54.3 support
git-2.16.2 (to download translation files) or lxqt-l10n-0.12.0 (to add localization files)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/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
        This package does not come with a test suite.
          Now, as the root user:
        
make install
          If you installed in /opt, again as the root user:
        
if [ "$LXQT_PREFIX" != /usr ]; then
  ln -svf $LXQT_PREFIX/share/applications/pavucontrol-qt.desktop \
          /usr/share/applications
fi
      
          -DPULL_TRANSLATIONS=no:
          Removes the need for git-2.16.2, which would otherwise be
          requested to download the translation files.
        
Last updated on 2018-02-21 04:35:18 -0800