This package provides a Phonon backend which utilizes the VLC media framework.
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.
下载地址(HTTP):https://download.kde.org/stable/phonon/phonon-backend-vlc/0.12.0/phonon-backend-vlc-0.12.0.tar.xz
MD5 校验和:2a27b5d249f97a15040481008fb16e1b
大小:72 KB
预计所需磁盘空间:6.6 MB
预计构建时间:0.2 SBU
phonon-4.12.0 and VLC-3.0.23 (gui is not needed)
Install Phonon-backend-vlc by running the following commands:
mkdir build &&
cd build &&
cmake -D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_BUILD_TYPE=Release \
-D PHONON_BUILD_QT5=OFF \
.. &&
make
Now, as the root user:
make install
-D
CMAKE_BUILD_TYPE=Release: This switch is used to apply
higher level of compiler optimizations.