Final polisihing for KDE4:
[kdemultimedia.git] / README
blob16cdc862aee494db02fa76d95b570bdc30c18018
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 * kmix: the audio mixer as a standalone program and Kicker applet
14 * kscd: A CD player with an interface to the internet CDDB database
15 * phonon-xine: A Phonon-Backend based on Xine
17 The following are libraries and plugins that are building the core
18 infrastructure of above applications:
20 * kfile-plugins: provide meta information about sound files
21 * libkcddb: a library for retrieving and sending cddb information
23 Common Mistakes
24 ---------------
26 If configure claims Qt cannot be found, have a look at http://www.trolltech.com
27 to get a copy of latest Qt 4.3.x version.
29 Debugging
30 ---------
31 You can use -DCMAKE_BUILD_TYPE=debugfull with the cmake command script, if you
32 want to have debug code in your KDE apps and libs. We recommend to do this,
33 since this is alpha software and this makes debugging things a whole lot
34 easier.
37 More Info
38 ---------
40 Have a look at the individual subdirectories, if you want to know, what
41 versions of apps are included.
43 Please direct any bug reports to our bug list by visiting
44 http://bugs.kde.org.
46 General KDE discussions should go to the KDE mailing list (kde@kde.org).