This package provides a Phonon backend which utilizes the VLC media framework.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
Download (HTTP): https://download.kde.org/stable/phonon/phonon-backend-vlc/0.12.0/phonon-backend-vlc-0.12.0.tar.xz
Download MD5 sum: 2a27b5d249f97a15040481008fb16e1b
Download size: 72 KB
Estimated disk space required: 6.6 MB
Estimated build time: 0.2 SBU
Install Phonon-backend-vlc by running the following commands:
mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ -DPHONON_BUILD_QT6=OFF \ .. && make
Now, as the root
user:
make install
-DCMAKE_BUILD_TYPE=Release
: This switch is
used to apply higher level of compiler optimizations.