Phonon is the multimedia API for KDE. It replaces the old aRts package. Phonon needs the VLC backend.
This package is known to build and work properly using an LFS 12.2 platform.
Download (HTTP): https://download.kde.org/stable/phonon/4.12.0/phonon-4.12.0.tar.xz
Download MD5 sum: e80e9c73967080016bdb3c0ee514ceab
Download size: 400 KB
Estimated disk space required: 23 MB
Estimated build time: 0.2 SBU (Using parallelism=4)
CMake-3.30.2, extra-cmake-modules-6.5.0, GLib-2.80.4, and Qt-6.7.2
phonon-backend-vlc-0.12.0 needs to be installed afterwards for multimedia operation in KDE.
Install Phonon by running the following commands:
mkdir build && cd build && cmake -D CMAKE_INSTALL_PREFIX=/usr \ -D CMAKE_BUILD_TYPE=Release \ -D PHONON_BUILD_QT5=OFF \ -W no-dev .. && make
Now, as the root
user:
make install
-D
CMAKE_BUILD_TYPE=Release
: This switch is used to apply
higher level of the compiler optimizations.
-D PHONON_BUILD_QT5=OFF
: By
default both the Qt5 and Qt6 versions of this package are built. We
currently just want the Qt6 version, since nothing in BLFS uses the
Qt5 version.