TDE multimedia applications
You cannot 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
Michele Calgaro 2251b3395a
Added initial support for PulseAudio in KMix. The mixer/device channel to control
from the system tray widget is now selectable from the user and default
to the main one if not specifically selected. This allows to control
PulseAudio volume from KMix correctly.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
admin@68f23556e6 Reset submodule main/tdemultimedia/admin to latest HEAD 6 years ago
akode_artsplugin Initial cmake conversion 8 years ago
arts Fix for time_t != long 6 years ago
audiofile_artsplugin Initial cmake conversion 8 years ago
cmake@374fcabb18 Reset submodule main/tdemultimedia/cmake to latest HEAD 5 years ago
doc Initial cmake conversion 8 years ago
juk Clean up desktop files and fix German translations. 5 years ago
kaboodle Clean up desktop files and fix German translations. 5 years ago
kappfinder-data Initial cmake conversion 8 years ago
kaudiocreator Clean up desktop files and fix German translations. 5 years ago
kmix Added initial support for PulseAudio in KMix. The mixer/device channel to control 5 years ago
krec Clean up desktop files and fix German translations. 5 years ago
kscd Removed explicit usage of the 'register' keyword. 5 years ago
libkcddb Fix duplicate icon for kcmcddb. 5 years ago
mpeglib Removed explicit usage of the 'register' keyword. 5 years ago
mpeglib_artsplug LIB_QT -> LIB_TQT conversion to align to updated admin module 7 years ago
mpg123_artsplugin Removed explicit usage of the 'register' keyword. 5 years ago
noatun Removed explicit usage of the 'register' keyword. 5 years ago
oggvorbis_artsplugin Initial cmake conversion 8 years ago
tdefile-plugins Adjusted to latest TQVariant::TQVariant(bool) function. 6 years ago
tdeioslave Adjusted to new normalized device icon names in tdelibs. 6 years ago
tdemid Clean up desktop files and fix German translations. 5 years ago
xine_artsplugin LIB_QT -> LIB_TQT conversion to align to updated admin module 7 years ago
.gitmodules Switch all submodules to https. 5 years ago
AUTHORS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
CMakeL10n.txt Add CMakeL10n rules. 6 years ago
CMakeLists.txt Avoid overriding user linker flags (LDFLAGS) for modules and shared libs 6 years ago
COPYING Update COPYING file. 12 years ago
COPYING-DOCS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
ConfigureChecks.cmake Use common CMake tests. 6 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 Fix build order to avoid FTBFS 10 years ago
Makefile.cvs Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
README Update bug reports url to bugs.trinitydesktop.org 7 years ago
config.h.cmake cmake: Add check of libvorbis version 7 years ago
configure.in.bot Additional kde to tde renaming 13 years ago
configure.in.in Fix arts detection 10 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
* tdemid: A standalone and embeddable midi player, includes a karaoke-mode
* tdemidi: 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
* tdefile-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.trinitydesktop.org.

General KDE discussions should go to the KDE mailing list (kde@kde.org).