Phonon-backend-gstreamer-4.10.0

Introduction à Phonon-backend-gstreamer

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

[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-gstreamer

Requises

gstreamer-1.20.3, libxml2-2.9.14 et phonon-4.11.1

Recommandées

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

Installation de Phonon-backend-gstreamer

Installez Phonon-backend-gstreamer 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 haut niveau d’optimisation à la compilation.

Contenu

Programmes installés: aucun
Bibliothèques installées: phonon_gstreamer.so
Répertoires installés: /usr/lib/plugins/phonon4qt5_backend

Last updated on