This package provides a Phonon backend which utilizes the GStreamer media framework.
This package is known to build and work properly using an LFS-7.6 systemd platform.
Download (HTTP): http://download.kde.org/stable/phonon/phonon-backend-gstreamer/4.8.0/src/phonon-backend-gstreamer-4.8.0.tar.xz
Download (FTP): ftp://ftp.kde.org/pub/kde/stable/phonon/phonon-backend-gstreamer/4.8.0/src/phonon-backend-gstreamer-4.8.0.tar.xz
Download MD5 sum: fad1ae2accbc2affee174fb8b52630ed
Download size: 74 KB
Estimated disk space required: 4.3 MB
Estimated build time: 0.3 SBU
GStreamer-0.10.36 and Phonon-4.8.0
gst-plugins-base-0.10.36 (needed for output to ALSA), gst-plugins-good-0.10.31 (needed for output to PulseAudio), gst-plugins-bad-0.10.23 (needed for AAC/M4A support) and gst-plugins-ugly-0.10.19 (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=$KDE_PREFIX \ -DCMAKE_INSTALL_LIBDIR=lib \ -DCMAKE_BUILD_TYPE=Release \ -Wno-dev .. && 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 2014-09-16 22:49:38 -0700