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 platform.
Download (HTTP): http://download.kde.org/stable/phonon/phonon-backend-gstreamer/4.8.0/phonon-backend-gstreamer-4.8.0.tar.xz
Download (FTP): ftp://ftp.kde.org/pub/kde/stable/phonon/phonon-backend-gstreamer/4.8.0/phonon-backend-gstreamer-4.8.0.tar.xz
Download MD5 sum: fad1ae2accbc2affee174fb8b52630ed
Download size: 74 KB
Estimated disk space required: 3.5 MB
Estimated build time: 0.3 SBU
phonon-4.8.0 and GStreamer-1.4.1
gst-plugins-base-1.4.1 (needed for output to ALSA), gst-plugins-good-1.4.1 (needed for output to PulseAudio), gst-plugins-bad-1.4.1 (needed for AAC/M4A support) and gst-plugins-ugly-1.4.1 (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-11 08:36:11 -0700