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
TDE Gitea 2bd606702f Reset submodule main/core/tdemultimedia/admin to latest HEAD 2 weeks ago
admin@585c17a2dd Reset submodule main/core/tdemultimedia/admin to latest HEAD 2 weeks ago
akode_artsplugin Renamed Arts_InputStream::seek() to Arts_InputStream::lseek() following renaming in Akode module. 4 years ago
arts Use TDESimpleConfig 6 months ago
audiofile_artsplugin Renaming of files in preparation for code style tools. 5 years ago
doc Remove support for OSF 12 months ago
juk Use TDESimpleConfig 6 months ago
kaboodle Use tdeinstance.h 4 months ago
kappfinder-data Simplify CMake rules for desktop file translations. 6 years ago
kaudiocreator Use tdestandarddirs.h 10 months ago
kmix Replace TRUE/FALSE with boolean values true/false 8 months ago
krec Use TDESimpleConfig 6 months ago
kscd Replace TRUE/FALSE with boolean values true/false 8 months ago
libkcddb Use tdestandarddirs.h 10 months ago
mpeglib Replace TRUE/FALSE with boolean values true/false 8 months ago
mpeglib_artsplug Renaming of files in preparation for code style tools. 5 years ago
mpg123_artsplugin Remove support for OSF 12 months ago
noatun Use TDESimpleConfig 6 months ago
oggvorbis_artsplugin Renaming of files in preparation for code style tools. 5 years ago
tdefile-plugins tdefile-plugin: Add MP4 plugin 9 months ago
tdeioslave Use tdestandarddirs.h 10 months ago
tdemid Use tdeinstance.h 4 months ago
translations/desktop_files Translated using Weblate (Portuguese) 4 weeks ago
xine_artsplugin Use tdestandarddirs.h 10 months ago
.gitmodules Remove cmake submodule since it has now been replaced by cmake-trinity dependency. 5 years ago
AUTHORS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 16 years ago
CMakeL10n.txt Remove unnecessary 'tde_set_project_version' from CMakeL10n.txt 2 years ago
CMakeLists.txt Improve code for detection of architecture and MMX support 10 months ago
COPYING Update COPYING file. 13 years ago
COPYING-DOCS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 16 years ago
ConfigureChecks.cmake Rename 'tde_setup_architecture_flags' to a more appropriate 'tde_setup_compiler_flags' 2 weeks ago
INSTALL Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 16 years ago
Mainpage.dox Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 16 years ago
Makefile.am.in Fix build order to avoid FTBFS 11 years ago
Makefile.cvs Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 16 years ago
README Update bug reports url to bugs.trinitydesktop.org 8 years ago
config.h.cmake KMix: ported settings to TDEConfigXT/Designer 3 years ago
configure.in.bot Additional kde to tde renaming 14 years ago
configure.in.in Fix arts detection 11 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).