pulseaudio-qt-1.7.0

Introduction to pulseaudio-qt

This package is a Qt-based wrapper for PulseAudio-17.0. It allows for querying and manipulating various PulseAudio objects, including Sinks, Sources, and Streams. It does not wrap the full feature set of libpulse, but rather only what is needed for KDE.

[Note]

Note

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

Package Information

Konsole Dependencies

Required

KDE Frameworks-6.23.0 and PulseAudio-17.0

Installation of pulseaudio-qt

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                \
      .. &&
make

Now as the root user:

make install

Contents

Installed Programs: None
Installed Libraries: libKF6PulseAudioQt.so
Installed Directories: $KF6_PREFIX/lib/cmake/KF6PulseAudioQt and $KF6_PREFIX/include/KF6/KF6PulseAudioQt