This package provides multimedia applications for KDE, such as a mixer, video player (Dragon), audio player (JuK) and CD player (Kscd).
This package is known to build and work properly using an LFS-7.1 platform.
Download (HTTP): http://mirrors.isc.org/pub/kde/stable/4.8.3/src/kdemultimedia-4.8.3.tar.xz
Download (FTP): ftp://ftp.kde.org/pub/kde/stable/4.8.3/src/kdemultimedia-4.8.3.tar.xz
Download MD5 sum: d31072ec8fafef89dc469bf6c09ba836
Download size: 1.4 MB
Estimated disk space required: 181 MB
Estimated build time: 3.1 SBU
FFmpeg-0.10.3, taglib-1.7.2 and libvorbis-1.3.2
CDParanoia-III-10.2, FLAC-1.2.1, PulseAudio-2.0, libmusicbrainz-2.1.5, (required for Kscd) and Tunepimp
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/kdemultimedia
Install Kdemultimedia by running the following commands:
mkdir build &&
cd build &&
cmake -DCMAKE_INSTALL_PREFIX=$KDE4_PREFIX \
-DKDE_DEFAULT_HOME=.kde4 \
-DSYSCONF_INSTALL_DIR=/etc/kde4 \
.. &&
make
Now, as the root user:
make install
Last updated on 2012-05-10 17:39:01 +0000