Phonon-backend-vlc-0.11.3

Introduction à Phonon-backend-vlc

Ce paquet fournit un moteur Phonon qui utilise le framework multimédia VLC.

[Note]

Note

Development versions of BLFS may not build or run some packages properly if dependencies have been updated since the most recent stable versions of the book.

Informations sur le paquet

Dépendances de Phonon-backend-vlc

Requises

phonon-4.11.1 et VLC-3.0.17.4

Notes utilisateur : https://wiki.linuxfromscratch.org/blfs/wiki/phonon-backend-vlc

Installation de Phonon-backend-vlc

Installez Phonon-backend-vlc en lançant les commandes suivantes :

mkdir build &&
cd    build &&

cmake -DCMAKE_INSTALL_PREFIX=/usr \
      -DCMAKE_BUILD_TYPE=Release  \
      .. &&
make

Maintenant, en tant qu'utilisateur root :

make install

Explication des commandes

-DCMAKE_BUILD_TYPE=Release : Ce paramètre est utilisé pour appliquer un plus haut niveau d'optimisation à la compilation.

Contenu

Programme installé: aucun
Bibliothèques installées: phonon_vlc.so
Répertoire installé: /usr/lib/plugins/phonon4qt5_backend

Last updated on