In the current version of Kdemultimedia, some of the functionality provided by the package has been moved into a separate project named Akode. In order for Kdemultimedia to provide the removed functionality, you must install the Akode package first.
This package is known to build and work properly using an LFS-7.0 platform.
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/kdemultimedia
Download (HTTP): http://anduin.linuxfromscratch.org/sources/trinity/akode-2.0.2.tar.bz2
Download (FTP): ftp://anduin.linuxfromscratch.org/trinity/akode-2.0.2.tar.bz2
Download MD5 sum: 659ced0c9c735cb3e55b9138ff02342c
Download size: 468 KB
Estimated disk space required: 6.6 MB
Estimated build time: 0.3 SBU
Required patch (for FFmpeg support): http://www.linuxfromscratch.org/patches/blfs/svn/akode-2.0.2-consolidated_fixes-1.patch
pkg-config-0.26 FLAC-1.2.1, Speex-1.2rc1, libmad-0.15.1b, ALSA-1.0.24.1, libvorbis-1.3.2, PulseAudio-0.9.23, FFmpeg-0.9 (support is experimental), Secret Rabbit Code (a.k.a. libsamplerate), and JACK
patch -Np1 -i ../akode-2.0.2-consolidated_fixes-1.patch && ./configure --prefix=$TRINITY_PREFIX --without-ffmpeg && make
This package does not come with a test suite.
Now, as the root
user:
make install
--without-ffmpeg
: This
option disables the experimental FFmpeg support in Akode, as the build fails if it is enabled.
You can remove this switch to enable the experimental FFmpeg support, however, the functionality of
Akode built with FFmpeg support has not been tested by the BLFS
editors.
Last updated on 2011-12-12 18:02:58 -0600