~ubuntu-branches/ubuntu/hoary/kdemultimedia/hoary

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Martin Schulze
  • Date: 2003-01-22 15:00:51 UTC
  • Revision ID: james.westby@ubuntu.com-20030122150051-uihwkdoxf15mi1tn
Tags: upstream-2.2.2
ImportĀ upstreamĀ versionĀ 2.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
In this file:
 
2
 
 
3
* What it is
 
4
* Common Mistakes
 
5
* Debugging
 
6
* More Info
 
7
 
 
8
What it is
 
9
----------
 
10
 
 
11
* noatun: a multimedia player for sound and moview, very extensible due to
 
12
it's plugin interface
 
13
* aktion: a player specialiced on movies, needs xanim
 
14
* kmid: a standalone and embeddable midi player, includes a karaoke-mode
 
15
* kmidi: midi player, can use sound patch files and create a WAV file
 
16
* kmix: the audio mixer as a standalone program and Kicker applet
 
17
* kscd: a CD player with an interface to the internet CDDB database
 
18
 
 
19
The following are libraries and plugins that are building the core infrastructure
 
20
of above applications:
 
21
 
 
22
* arts: a versatily multimedia system the consists of various little
 
23
building blocks that you (or an application) can combine in almost arbitrary
 
24
ways to create sound and video processing pipes
 
25
* mpeglib: a library for MPEG 1 (layer I, II and III) encoded files
 
26
* mpeglib_artsplug: wrapped mpeglib to make it Arts-aware
 
27
* mpg123_artsplugin: a trimmed down mpg123 made Arts-compatible
 
28
* oggvorbis_artsplugin: support for ogg-vorbis (not included) in Arts
 
29
 
 
30
Common Mistakes
 
31
---------------
 
32
 
 
33
If configure claims Qt cannot be found, have a look at http://www.troll.no
 
34
to get a copy of Qt, version 2.1.0 or newer.
 
35
 
 
36
Debugging
 
37
---------
 
38
 
 
39
You can use --enable-debug with the configure script, if you want to have
 
40
debug code in your KDE apps and libs.  I recommend to do this, since this
 
41
is alpha software and this makes debugging things a whole lot easier.
 
42
 
 
43
More Info
 
44
---------
 
45
 
 
46
Have a look at the individual subdirectories, if you want to know, what
 
47
versions of apps are included.
 
48
 
 
49
Please direct any bug reports to our bug list by visiting
 
50
http://bugs.kde.org.
 
51
 
 
52
If you have problems compiling and installing this package, contact
 
53
me at coolo@kde.org.
 
54
 
 
55
General KDE discussions should go to the KDE mailing list (kde@kde.org).
 
56
 
 
57
$Id: README,v 1.11 2001/07/15 13:21:44 schurig Exp $