This package provides a Phonon backend which utilizes the GStreamer media framework.
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.
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 parallelism=4)
gstreamer-1.22.0, libxml2-2.10.3, and phonon-4.11.1
gst-plugins-base-1.22.0 (needed for output to ALSA), gst-plugins-good-1.22.0 (needed for output to PulseAudio), gst-plugins-bad-1.22.0 (needed for AAC/M4A support), and gst-plugins-ugly-1.22.0 (needed for MP3 support)
User Notes: https://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.