Phonon is the multimedia API for KDE. It replaces the old aRts package. Phonon needs either the GStreamer or VLC backend.
This package is known to build and work properly using an LFS-7.10 platform.
Download (HTTP): http://download.kde.org/stable/phonon/4.9.0/phonon-4.9.0.tar.xz
Download MD5 sum: 8abeb7b1eaf4935668c7fb441fc2491a
Download size: 316 KB
Estimated disk space required: 8.7 MB
Estimated build time: 0.8 SBU
CMake-3.6.1, extra-cmake-modules-5.25.0, GLib-2.48.2, and Qt-5.7.0
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/phonon
Install Phonon by running the following commands:
mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_LIBDIR=lib \ -DPHONON_BUILD_PHONON4QT5=ON \ -Wno-dev .. && make
Now, as the root
user:
make install
-DCMAKE_BUILD_TYPE=Release
:
This switch is used to apply higher level of the compiler
optimizations.
-DPHONON_BUILD_PHONON4QT5=ON
: This
switch is used to ensure that Qt5 version of the library is built
even if Qt4 is present.
Last updated on 2016-08-29 20:28:42 -0700