Akode-2.0.2

Introduction to Akode

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

Akode-2.0.2

Package Information

Additional Downloads

Akode Dependencies

Optional

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

Installation of Akode

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

Command Explanations

--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.

Contents

Installed Programs: akode-config and akodeplay
Installed Libraries: libakode.so, libakode_alsa_sink.so, libakode_mpc_decoder.so, libakode_mpeg_decoder.so, libakode_oss_sink.so, and libakode_xiph_decoder.so
Installed Directories: include/akode

Last updated on 2011-12-12 18:02:58 -0600