%general-entities; ]> $LastChangedBy$ $Date$ Phonon-backend-vlc-&phonon-backend-vlc-version; phonon-backend-vlc Introduction to the Phonon-backend-vlc This package provides a Phonon backend which utilizes the VLC media framework. Its library is used by both KDE4 and KF5, but they must be linked to and respectively. The two versions do not conflict with each other. &lfs78_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &phonon-backend-vlc-md5sum; Download size: &phonon-backend-vlc-size; Estimated disk space required: &phonon-backend-vlc-buildsize; Estimated build time: &phonon-backend-vlc-time; Phonon-backend-vlc Dependencies Required and User Notes: Installation of Phonon-backend-vlc Install the qt4 based version of Phonon-backend-vlc by running the following commands: source /usr/bin/setqt4 && mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DCMAKE_BUILD_TYPE=Release \ -Wno-dev .. && make Now, as the root user: make install Install the qt5 based version of Phonon-backend-vlc by running the following commands: source /usr/bin/setqt5 && mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DCMAKE_BUILD_TYPE=Release \ -DPHONON_BUILD_PHONON4QT5=ON \ -D__KDE_HAVE_GCC_VISIBILITY=NO \ -Wno-dev .. && make Now, as the root user: make install Command Explanations : This switch is used to apply higher level of compiler optimizations. : This switch is used to get libraries to install to /usr/lib instead of /usr/lib64 on a 64 bit system. : This switch is used to ensure that Qt5 version of the backend is built even if Qt4 is present. : This switch is used to disable a check that would cause cmake to fail when using Qt-5.4.2 or later. Contents Installed Program Installed Libraries Installed Directory none phonon_vlc.so /usr/lib/kde4/plugins/phonon_backend, /usr/lib/qt5/plugins/phonon4qt5_backend, and /usr/share/kde4/services/phononbackends