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
Michele Calgaro 8729e642ea
Replaced various '#define' with actual strings - part 5
10 months ago
admin@3bdc9fd55f Reset submodule main/core/tdemultimedia/admin to latest HEAD 10 months ago
akode_artsplugin Renamed Arts_InputStream::seek() to Arts_InputStream::lseek() following renaming in Akode module. 3 years ago
arts Replaced various '#define' with actual strings - part 5 10 months ago
audiofile_artsplugin Renaming of files in preparation for code style tools. 4 years ago
doc Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version 12 months ago
juk Replaced various '#define' with actual strings - part 5 10 months ago
kaboodle Replaced various '#define' with actual strings - part 3 10 months ago
kappfinder-data Simplify CMake rules for desktop file translations. 4 years ago
kaudiocreator Replace Q_OBJECT with TQ_OBJECT 1 year ago
kmix Replace 'Event' #define strings 10 months ago
krec Replace Qt with TQt 10 months ago
kscd Replace Qt with TQt 10 months ago
libkcddb Replaced various '#define' with actual strings - part 3 10 months ago
mpeglib Replace Qt with TQt 10 months ago
mpeglib_artsplug Renaming of files in preparation for code style tools. 4 years ago
mpg123_artsplugin Renaming of files in preparation for code style tools. 4 years ago
noatun Replaced various '#define' with actual strings - part 5 10 months ago
oggvorbis_artsplugin Renaming of files in preparation for code style tools. 4 years ago
tdefile-plugins Fix FTBFS caused by taglib as a result of the QString -> TQString remaning 12 months ago
tdeioslave Replace Qt with TQt 10 months ago
tdemid Replace Qt with TQt 10 months ago
translations/desktop_files Translated using Weblate (Russian) 11 months ago
xine_artsplugin Replace Q_OBJECT with TQ_OBJECT 1 year ago
.gitmodules Remove cmake submodule since it has now been replaced by cmake-trinity dependency. 3 years ago
AUTHORS
CMakeL10n.txt Raise the minimum required version of CMake to 3.5. 11 months ago
CMakeLists.txt Raise the minimum required version of CMake to 3.5. 11 months ago
COPYING Update COPYING file. 12 years ago
COPYING-DOCS
ConfigureChecks.cmake Fix flac detection without pkgconfig file 3 years ago
INSTALL
Mainpage.dox
Makefile.am.in Fix build order to avoid FTBFS 10 years ago
Makefile.cvs
README Update bug reports url to bugs.trinitydesktop.org 6 years ago
config.h.cmake KMix: ported settings to TDEConfigXT/Designer 1 year 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).