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.4 platform.
Download (HTTP): http://download.kde.org/stable/phonon/phonon-backend-gstreamer/4.6.3/src/phonon-backend-gstreamer-4.6.3.tar.xz
Download (FTP): ftp://ftp.kde.org/pub/kde/stable/phonon/phonon-backend-gstreamer/4.6.3/src/phonon-backend-gstreamer-4.6.3.tar.xz
Download MD5 sum: d7b0b6245f380347c52c09033a814931
Download size: 72 KB
Estimated disk space required: 4.1 MB
Estimated build time: 0.3 SBU
phonon-4.6.0 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_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 2013-08-26 10:26:25 -0700