1) Clean up: Consolidate Views and MixDeviceWidgets, so that there is
[kdemultimedia.git] / README
blob74b83131d29c5b8a9ea6bef7773089ade25ba18d
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 * phonon-nmm: A Phonon-Backend based on NMM (www.networkmultimedia.org)
22 The following are libraries and plugins that are building the core
23 infrastructure of above applications:
25 * kfile-plugins: provide meta information about sound files
26 * xine_artsplugin: ??
27 * libkcddb: a library for retrieving and sending cddb information
29 Common Mistakes
30 ---------------
32 If configure claims Qt cannot be found, have a look at http://www.trolltech.com
33 to get a copy of latest Qt 3.3.x version.
35 Debugging
36 ---------
38 You can use --enable-debug with the configure script, if you want to have
39 debug code in your KDE apps and libs.  If debugging is not a concern,
40 --disable-debug will explicitly avoid compiling additional debugging
41 functions.
43 More Info
44 ---------
46 Have a look at the individual subdirectories, if you want to know, what
47 versions of apps are included.
49 Please direct any bug reports to our bug list by visiting
50 http://bugs.kde.org.
52 General KDE discussions should go to the KDE mailing list (kde@kde.org).