Kdemultimedia-3.5.6

Introduction to Kdemultimedia

Kdemultimedia provides several KDE programs to work with sound. Programs include applications for a Jukebox, a soundcard mixer, a midi and karaoke player, and a recording application for aRts.

In this version of Kdemultimedia, some of the functionality provided by the package has been moved off into a separate project named Akode. In order for Kdemultimedia to provide the removed functionality, you must install the Akode package first. Instructions to install Akode follow. If you wish to skip the Akode installation, go straight to the Kdemultimedia Instructions.

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/kdemultimedia

Akode-2.0.1

Package Information

Akode Dependencies

Optional

pkg-config-0.20, FLAC-1.1.2, Speex-1.0.5, libmad-0.15.1b, ALSA-1.0.13, libvorbis-1.1.2, Secret Rabbit Code (a.k.a. libsamplerate), PulseAudio, JACK, and FFmpeg (must be a CVS version, and support is experimental)

Installation of Akode

Install Akode by issuing the following commands:

./configure --prefix=$KDE_PREFIX \
    --disable-debug --disable-dependency-tracking &&
make

This package does not come with a test suite.

Now, as the root user:

make install

Resuming the Kdemultimedia Instructions

Package Information

Kdemultimedia Dependencies

Required

kdebase-3.5.6

Recommended

Optional

Akode-2.0.1, CDParanoia-III-9.8, LAME-3.96.1, Audio File-0.2.6, libvorbis-1.1.2, xine Libraries-1.1.1, FLAC-1.1.2 (built with libogg-1.1.3 support), GStreamer-0.10.11, Theora, TagLib, and TunePimp (requires libmusicbrainz-2.1.4)

Installation of Kdemultimedia

Install kdemultimedia with:

[Note]

Note

The --sysconfdir parameter must be the same as the command used in the installation of kdelibs.

./configure --prefix=$KDE_PREFIX --sysconfdir=/etc/kde \
    --disable-debug --disable-dependency-tracking &&
make

Now, as the root user:

make install

Contents

Installed Programs: artsbuilder, artscontrol, juk, kaboodle, kaudiocreator, kmid, kmix, kmixctrl, krec, kscd, midisend, mpeglibartsplay, noatun, workman2cddb.pl, yaf-cdda, yaf-mpgplay, yaf-splay, yaf-tplay, yaf-vorbis, and yaf-yuv
Installed Libraries: Numerous kdemultimedia specific libraries
Installed Directories: The following subdirectories in $KDE_PREFIX: include/{libkcddb, mpeglib, noatun}, lib/mcop/Noatun, and share/apps/{too many to list}

Short Descriptions

artsbuilder

is a tool to create new structures of small connected aRts modules.

juk

is a jukebox, tagger, and music collection manager.

kaboodle

is a multimedia player.

kaudiocreator

is a front-end tool for ripping audio CDs and encoding the wav files.

kmid

is a midi/karaoke player.

kmix

is a sound mixer.

krec

is a recording frontend for aRts.

kscd

is a CD player.

noatun

is another multimedia player.

Last updated on 2007-02-14 11:57:11 -0600