This package provides a Phonon backend which utilizes the VLC media framework.
This package is known to build and work properly using an LFS 11.3 platform.
Download (HTTP): https://download.kde.org/stable/phonon/phonon-backend-vlc/0.11.3/phonon-backend-vlc-0.11.3.tar.xz
Download MD5 sum: 5ed16d3290b1ca5ed0bafb90e2ffb02e
Download size: 68 KB
Estimated disk space required: 6.5 MB
Estimated build time: 0.2 SBU
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/phonon-backend-vlc
Install Phonon-backend-vlc by running the following commands:
mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ .. && make
Now, as the root
user:
make install
-DCMAKE_BUILD_TYPE=Release
:
This switch is used to apply higher level of compiler
optimizations.