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.
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://download.kde.org/stable/pulseaudio-qt/pulseaudio-qt-1.8.1.tar.xz
MD5 校验和:fa37fbba12097a6ff276f0a29ddec20f
大小:44 KB
预计所需磁盘空间:8.5 MB
预计构建时间:0.3 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 \
.. &&
make
Now as the root user:
make install