This package provides a Phonon backend which utilizes the VLC media framework.
This package is known to build and work properly using an LFS-10.0 platform.
Download (HTTP): https://download.kde.org/stable/phonon/phonon-backend-vlc/0.11.1/phonon-backend-vlc-0.11.1.tar.xz
Download MD5 sum: 4214a10dad81ad9115df6fa09a008166
Download size: 64 KB
Estimated disk space required: 5.0 MB
Estimated build time: 0.1 SBU (Using parallism=4)
phonon-4.11.1 and VLC-3.0.11.1
User Notes: http://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.
        
Last updated on 2020-08-21 17:10:15 -0700