TDE multimedia applications
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Slávek Banko e112f3cb6c
Fix linking xine_artsplugin with pthread
12 years ago
admin@daca7919fe Reset submodule main/tdemultimedia/admin to latest HEAD 12 years ago
akode_artsplugin Updated obsolete GPL license addresses to current GPL address 15 years ago
arts Update autotools for new DSO linkage style 12 years ago
audiofile_artsplugin Fix preprocessor warning during build 12 years ago
cmake@25ca6f7a38 Reset submodule main/tdemultimedia/cmake to latest HEAD 12 years ago
doc Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
juk Update autotools for new DSO linkage style 12 years ago
kaboodle Remove "More Applications" from KDE menu. 13 years ago
kappfinder-data Fix XDG music menu 12 years ago
kaudiocreator Fix inadvertent "TQ" changes. 13 years ago
kfile-plugins Remove additional unneeded tq method conversions 13 years ago
kioslave Rename obsolete tq methods to standard names 13 years ago
kmid Update HTML install path references. 12 years ago
kmix Added default global shortcuts for kmix 12 years ago
krec Rename obsolete tq methods to standard names 13 years ago
kscd Fix inadvertent "TQ" changes. 13 years ago
libkcddb Update autotools for new DSO linkage style 12 years ago
mpeglib Fix inadvertent "TQ" changes. 13 years ago
mpeglib_artsplug rename the following methods: 13 years ago
mpg123_artsplugin Fix linear alphabet string errors 13 years ago
noatun Update autotools for new DSO linkage style 12 years ago
oggvorbis_artsplugin Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
xine_artsplugin Fix linking xine_artsplugin with pthread 12 years ago
.gitmodules Add common directories 13 years ago
AUTHORS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
CMakeLists.txt Fix inadvertent kde->tde rename in kmix/cmake 12 years ago
COPYING Fixed remaining GPL address zip codes 15 years ago
COPYING-DOCS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
ConfigureChecks.cmake cmake port for kmix 13 years ago
INSTALL Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
Mainpage.dox Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
Makefile.am.in Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
Makefile.cvs Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
README Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
config.h.cmake cmake port for kmix 13 years ago
configure.in.bot Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
configure.in.in Search /usr/include/cdda for cdda include file 12 years ago
kdemultimedia.lsm Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago

README

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).