summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authortoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
committertoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
commite2de64d6f1beb9e492daf5b886e19933c1fa41dd (patch)
tree9047cf9e6b5c43878d5bf82660adae77ceee097a /README
downloadtdemultimedia-e2de64d6f1beb9e492daf5b886e19933c1fa41dd.tar.gz
tdemultimedia-e2de64d6f1beb9e492daf5b886e19933c1fa41dd.zip
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'README')
-rw-r--r--README60
1 files changed, 60 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 00000000..4e8b3ce7
--- /dev/null
+++ b/README
@@ -0,0 +1,60 @@
+In this file:
+
+* What it is
+* Common Mistakes
+* Debugging
+* More Info
+
+What it is
+----------
+
+* noatun: a multimedia player for sound and movies, very extensible due to
+ it's plugin interface
+* aktion: a player specialiced on movies, needs xanim
+* kaudiocreator: CD ripper and audio encoder frontend.
+* kaboodle: light media player
+* kmid: A standalone and embeddable midi player, includes a karaoke-mode
+* kmidi: midi player, can use sound patch files and create a WAV file
+* kmix: the audio mixer as a standalone program and Kicker applet
+* kscd: A CD player with an interface to the internet CDDB database
+* krec: A recording frontend using aRts
+
+The following are libraries and plugins that are building the core
+infrastructure of above applications:
+
+* arts: a versatily multimedia system the consists of various little
+ building blocks that you (or an application) can combine in
+ almost arbitrary ways to create sound and video processing pipes
+* kfile-plugins: provide meta information about sound files
+* mpeglib: a library for MPEG 1 (layer I, II and III) encoded files
+* mpeglib_artsplug: wrapped mpeglib to make it aRts-aware
+* mpg123_artsplugin: a trimmed down mpg123 made aRts-compatible
+* oggvorbis_artsplugin: support for ogg-vorbis (not included) in aRts
+* xine_artsplugin: ??
+* libkcddb: a library for retrieving and sending cddb information
+
+Common Mistakes
+---------------
+
+If configure claims Qt cannot be found, have a look at http://www.trolltech.com
+to get a copy of latest Qt 3.3.x version.
+
+Debugging
+---------
+
+You can use --enable-debug with the configure script, if you want to have
+debug code in your KDE apps and libs. If debugging is not a concern,
+--disable-debug will explicitly avoid compiling additional debugging
+functions.
+
+More Info
+---------
+
+Have a look at the individual subdirectories, if you want to know, what
+versions of apps are included.
+
+Please direct any bug reports to our bug list by visiting
+http://bugs.kde.org.
+
+General KDE discussions should go to the KDE mailing list (kde@kde.org).
+