This package provides a Phonon backend which utilizes the GStreamer media framework.
This package is known to build and work properly using an LFS-10.1 platform.
Download (HTTP): https://download.kde.org/stable/phonon/phonon-backend-gstreamer/4.10.0/phonon-backend-gstreamer-4.10.0.tar.xz
Download MD5 sum: 60abf634e961160cd1772d486f4a7097
Download size: 100 KB
Estimated disk space required: 7.2 MB
Estimated build time: 0.1 SBU (Using paraleleism=4)
gstreamer-1.18.4, libxml2-2.9.10, and phonon-4.11.1
gst-plugins-base-1.18.4 (needed for output to ALSA), gst-plugins-good-1.18.4 (needed for output to PulseAudio), gst-plugins-bad-1.18.4 (needed for AAC/M4A support), and gst-plugins-ugly-1.18.4 (needed for MP3 support)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/phonon-backend-gstreamer
Install Phonon-backend-gstreamer by running the following commands:
mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ .. && make
Now, as the root
user:
make install
-DCMAKE_BUILD_TYPE=Release
:
This switch is used to apply higher level of compiler
optimizations.
Last updated on 2021-02-24 11:27:02 -0600