Ce paquet fournit un moteur Phonon qui utilise le framework média VLC.
This package is known to build and work properly using an LFS-10.1 platform.
Téléchargement (HTTP) : https://download.kde.org/stable/phonon/phonon-backend-vlc/0.11.2/phonon-backend-vlc-0.11.2.tar.xz
Somme de contrôle MD5 du téléchargement : 182c543f0601b63b629580b489905cb8
Taille du téléchargement : 64 Ko
Estimation de l'espace disque requis : 5.6 Mo
Estimation du temps de construction : 0.3 SBU
Notes utilisateur : http://wiki.linuxfromscratch.org/blfs/wiki/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
-DCMAKE_BUILD_TYPE=Release : Ce
paramètre est utilisé pour appliquer un plus haut niveau
d'optimisation du compilateur.
Last updated on 2021-02-24 17:27:02 +0000