%general-entities; ]> $LastChangedBy$ $Date$ Phonon-&phonon-version; phonon Introduction to Phonon Phonon is the multimedia API for KDE. It replaces the old aRts package. Phonon needs either the GStreamer or VLC backend. &lfs79_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &phonon-md5sum; Download size: &phonon-size; Estimated disk space required: &phonon-buildsize; Estimated build time: &phonon-time; Phonon Dependencies Required , , and Optional and QZeitgeist User Notes: Installation of Phonon Install Phonon by running the following commands: source /usr/bin/setqt5 && sed -i "s:BSD_SOURCE:DEFAULT_SOURCE:g" cmake/FindPhononInternal.cmake && mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_LIBDIR=lib \ -DPHONON_BUILD_PHONON4QT5=ON \ -D__KDE_HAVE_GCC_VISIBILITY=NO \ -Wno-dev .. && make Now, as the root user: make install Command Explanations sed ... cmake/FindPhononInternal.cmake: Silence a lot of warnings caused by the latest toolchain. -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. -D__KDE_HAVE_GCC_VISIBILITY=NO: This switch is used to disable a check that would cause cmake to fail when using Qt-5.4.2 and later. Contents Installed Programs Installed Libraries Installed Directories None libphonon4qt5.so libphonon4qt5experimental.so /usr/include/phonon4qt5, /usr/lib/cmake/phonon4qt5, and /usr/share/phonon4qt5