Phonon-backend-vlc-0.12.0

Introduction to the Phonon-backend-vlc

This package provides a Phonon backend which utilizes the VLC media framework.

[Note]

Note

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.

Package Information

Phonon-backend-vlc Dependencies

Required

phonon-4.12.0 and VLC-3.0.20

Installation of 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  \
      -DPHONON_BUILD_QT5=OFF      \
      .. &&
make

Now, as the root user:

make install

Command Explanations

-DCMAKE_BUILD_TYPE=Release: This switch is used to apply higher level of compiler optimizations.

Contents

Installed Program: none
Installed Libraries: phonon_vlc_qt5.so
Installed Directory: /usr/lib/plugins/phonon4qt5_backend