Phonon is the multimedia API for KDE4. It replaces the old aRts, that is no longer supported by KDE. It supports backends like GStreamer and VLC.
This package is known to build and work properly using an LFS-7.0 platform.
Download (HTTP): http://mirrors.isc.org/pub/kde/stable/phonon/4.6.0/src/phonon-4.6.0.tar.xz
Download (FTP): ftp://ftp.kde.org/pub/kde/stable/phonon/4.6.0/src/phonon-4.6.0.tar.xz
Download MD5 sum: bbe0c1c62ed14c31479c4c1a6cf1e173
Download size: 275 KB
Estimated disk space required: 7.4 MB
Estimated build time: 0.5 SBU
automoc4-0.9.88, pkg-config-0.26
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/phonon
Make sure that Qt-4.8.1 is compiled without the bundled Phonon library. This package provides a better implementation.
Install Phonon by running the following commands:
mkdir build &&
cd build &&
cmake -DCMAKE_INSTALL_PREFIX=$QTDIR \
-DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=TRUE \
.. &&
make
Now, as the root user:
make install
-DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=TRUE:
This option ensures that the plugins and mkspecs files get
installed in the correct location.
Last updated on 2012-04-15 17:19:58 +0000