%general-entities; ]> $LastChangedBy: krejzi $ $Date: 2014-10-09 22:03:42 +0200 (Thu, 09 Oct 2014) $ Phonon-&phonon5-version; Phonon Introduction to Phonon The Phonon package contains a multimedia framework for Qt5. &lfs77_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &phonon5-md5sum; Download size: &phonon5-size; Estimated disk space required: &phonon5-buildsize; Estimated build time: &phonon5-time; Phonon Dependencies Required , and Optional Runtime Dependency or or both User Notes: Installation of Phonon First, silence a lot of warnings caused by using the latest toolchain by running the following command: sed -i "s:BSD_SOURCE:DEFAULT_SOURCE:g" cmake/FindPhononInternal.cmake 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 \ -D__KDE_HAVE_GCC_VISIBILITY=NO \ -Wno-dev .. && make This package does not come with a test suite. Now, as the root user: make install Command Explanations -DCMAKE_INSTALL_LIBDIR=lib: This switch is used to get libraries to install to /usr/lib instead of /usr/lib64 on a 64 bit system. -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 compiler check that would cause cmake to fail when using Qt-5.4.2. Contents Installed Programs Installed Libraries Installed Directories None libphonon4qt5experimental.so and libphonon4qt5.so /usr/include/phonon4qt5, /usr/lib/cmake/phonon4qt5 and /usr/share/phonon4qt5