Phonon is the multimedia API for KDE4. It replaces the old aRts, that is not more supported by KDE. It supports backends like xine, GStreamer etc.
This package is known to build and work properly using an LFS-6.7 platform.
Download (FTP): ftp://ftp.kde.org/pub/kde/stable/phonon/4.4.4/src/phonon-4.4.4.tar.bz2
Download MD5 sum: 1deb14ecb2185e1f2fe2741a0bd46852
Download size: 354 KB
Estimated disk space required: 7.7 MB
Estimated build time: 0.3 SBU
xine Libraries-1.1.20, GStreamer-0.10.25
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/phonon
Make sure that Qt-4.8.0 is compiled without the bundled Phonon library. This package provides a better implementation.
Install Phonon by running the following commands:
mkdir build && cd build
Prepare the package for compilation:
cmake -DCMAKE_INSTALL_PREFIX=$QT4DIR \ .. && make
Now, as the root
user:
make install
Last updated on 2011-12-13 00:02:58 +0000