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.5 platform.
Download (HTTP): http://download.kde.org/stable/phonon/phonon-backend-gstreamer/4.7.1/phonon-backend-gstreamer-4.7.1.tar.xz
Download (FTP): ftp://ftp.kde.org/pub/kde/stable/phonon/phonon-backend-gstreamer/4.7.1/phonon-backend-gstreamer-4.7.1.tar.xz
Download MD5 sum: 7c0cfab4ec0bbe1f201503e6ccc7290a
Download size: 74 KB
Estimated disk space required: 4.1 MB
Estimated build time: 0.3 SBU
phonon-4.7.1 and GStreamer-0.10.36
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-02-27 20:59:01 -0800