Remove the not-yet-needed bg_speaker.png dependency
[kdemultimedia.git] / README
blob4e8b3ce7b63f86d81033e298518683256a2eac39
1 In this file:
3 * What it is
4 * Common Mistakes
5 * Debugging
6 * More Info
8 What it is
9 ----------
11 * noatun: a multimedia player for sound and movies, very extensible due to
12           it's plugin interface
13 * aktion: a player specialiced on movies, needs xanim
14 * kaudiocreator: CD ripper and audio encoder frontend.
15 * kaboodle: light media player
16 * kmid: A standalone and embeddable midi player, includes a karaoke-mode
17 * kmidi: midi player, can use sound patch files and create a WAV file
18 * kmix: the audio mixer as a standalone program and Kicker applet
19 * kscd: A CD player with an interface to the internet CDDB database
20 * krec: A recording frontend using aRts
22 The following are libraries and plugins that are building the core
23 infrastructure of above applications:
25 * arts: a versatily multimedia system the consists of various little
26         building blocks that you (or an application) can combine in
27         almost arbitrary ways to create sound and video processing pipes
28 * kfile-plugins: provide meta information about sound files
29 * mpeglib: a library for MPEG 1 (layer I, II and III) encoded files
30 * mpeglib_artsplug: wrapped mpeglib to make it aRts-aware
31 * mpg123_artsplugin: a trimmed down mpg123 made aRts-compatible
32 * oggvorbis_artsplugin: support for ogg-vorbis (not included) in aRts
33 * xine_artsplugin: ??
34 * libkcddb: a library for retrieving and sending cddb information
36 Common Mistakes
37 ---------------
39 If configure claims Qt cannot be found, have a look at http://www.trolltech.com
40 to get a copy of latest Qt 3.3.x version.
42 Debugging
43 ---------
45 You can use --enable-debug with the configure script, if you want to have
46 debug code in your KDE apps and libs.  If debugging is not a concern,
47 --disable-debug will explicitly avoid compiling additional debugging
48 functions.
50 More Info
51 ---------
53 Have a look at the individual subdirectories, if you want to know, what
54 versions of apps are included.
56 Please direct any bug reports to our bug list by visiting
57 http://bugs.kde.org.
59 General KDE discussions should go to the KDE mailing list (kde@kde.org).