This package is a Qt-style wrapper for PulseAudio-17.0. It allows querying and manipulation of various PulseAudio objects such as Sinks, Sources and Streams. It does not wrap the full feature set of libpulse.
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://download.kde.org/stable/pulseaudio-qt/pulseaudio-qt-1.6.0.tar.xz
Download MD5 sum: 8ee2c7b62e82dbf60425bb6496dbbc8e
Download size: 40 KB
Estimated disk space required: 5.8 MB
Estimated build time: 0.2 SBU
Install pulseaudio-qt by running the following commands:
mkdir build && cd build && cmake -D CMAKE_INSTALL_PREFIX=$KF6_PREFIX \ -D CMAKE_PREFIX_PATH=$QT6DIR \ -D CMAKE_SKIP_INSTALL_RPATH=ON \ -D CMAKE_BUILD_TYPE=Release \ -D BUILD_TESTING=OFF \ -D QT_MAJOR_VERSION=6 \ .. && make
Now as the root
user:
make install