kdemultimedia-&kde-version;
Introduction to kdemultimedia
Package information
Download (HTTP):
Download (FTP):
Download size: &kde-multimedia-size;
Estimated Disk space required: &kde-multimedia-buildsize;
Estimated build time: &kde-multimedia-time;
kdemultimedia dependencies
Required
Optional
,
,
,
,
,
,
,
,
,
,
JasPer,
TagLib and
libmusicbrainz
Installation of kdemultimedia
Install kdemultimedia with:
./configure --prefix=&kde-dir; --disable-debug \
--disable-dependency-tracking &&
sed -i -e 's/strings -ansi/strings/' kaudiocreator/Makefile &&
sed -i -e 's/strings -ansi/strings/' kioslave/audiocd/Makefile &&
sed -i -e 's/-ansi//' kscd/libwm/Makefile &&
make &&
make install
Command explanations
sed -i -e 's/strings -ansi/strings/' kaudiocreator/Makefile :
Remove -ansi from gcc parameters to work around
a broken header in the kernel. The broken file is asm/byteorder.h, where
a parameter is used, but not defined, when -ansi is specified.
sed -i -e 's/strings -ansi/strings/' kioslave/audiocd/Makefile :
Remove -ansi from gcc parameters to work around
a broken header in the kernel.
sed -i -e 's/-ansi//' kscd/libwm/Makefile :
Remove -ansi from gcc parameters to work around
a broken header in the kernel.
Configuring kdemultimedia
There is no explicit configuration for the kde multimedia package,
however Kscd needs to find the CD drive. The default
is /dev/cdrom which may not exist on your system. The
easiest way to do this is to create a symbolic link to this from your CD
drive (e.g. /dev/hdc, /dev/scd0,
etc):
cd /dev &&
ln -s [CD Drive] /dev/cdrom
Contents
Major programs in kdemultimedia include
aktion,
artsbuilder,
kaboodle,
kmid,
kmix,
krec,
kscd and
noatun.
Description
aktion
aktion is a video player.
kaboodle
kaboodle is a multimedia player.
kmid
kmid is a midi/karaoke player.
kmix
kmix is a sound mixer.
krec
krec is a recording frontend for
aRts.
kscd
kscd is a CD player.
noatun
noatun is another multimedia player.