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
François Andriot ebafa74dc0
Enable pthread support in mpeglib on openbsd
10 years ago
admin@04db460623 Reset submodule main/tdemultimedia/admin to latest HEAD 10 years ago
akode_artsplugin
arts Bring up, down, top, and bottom icons into XDG compliance 10 years ago
audiofile_artsplugin
cmake@1994b80881 Reset submodule main/tdemultimedia/cmake to latest HEAD 10 years ago
doc Update handbook headers for consistency. 11 years ago
juk Bring most mimetypes in line with XDG specifications. The following are not fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown 10 years ago
kaboodle Rename a few icons left in rc files 10 years ago
kappfinder-data Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications 10 years ago
kaudiocreator Bring mail_forward, mail_new, mail_replyall, mail_reply, mail_send, player_pause, player_play, player_stop, player_rew, player_fwd, player_start, player_end, rotate_ccw, rotate_cw, window_fullscreen, window_nofullscreen, window_new, viewmagfit, viewmag+, viewmag1, and viewmag- icons into XDG compliance 10 years ago
kmix Fix kmix systray popup menu damage caused by commit 1742070b 10 years ago
krec Rename a few icons left in rc files 10 years ago
kscd Fix FTBFS in kscd on openbsd because missing scsi_cd.h 10 years ago
libkcddb Fixed help handbook sections for Sound & Multimedia -> AudioCDs / CDDB Retrieval. This relates to bug 1850. 10 years ago
mpeglib Enable pthread support in mpeglib on openbsd 10 years ago
mpeglib_artsplug
mpg123_artsplugin
noatun Repair mimetype icon usage, part 1. The following are not fully verified in source as of this commit due to ubiquity: info, unknown 10 years ago
oggvorbis_artsplugin Fix FTBFS in oggPlayObject_impl.h on openbsd because semun definition 10 years ago
tdefile-plugins Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications 10 years ago
tdeioslave Fix FTBFS in tdeioslave/audiocd/plugins/lame on openbsd 10 years ago
tdemid Bring most mimetypes in line with XDG specifications. The following are not fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown 10 years ago
xine_artsplugin Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications 10 years ago
.gitmodules
AUTHORS
CMakeLists.txt
COPYING
COPYING-DOCS
ConfigureChecks.cmake
INSTALL
Mainpage.dox
Makefile.am.in Fix build order to avoid FTBFS 10 years ago
Makefile.cvs
README
config.h.cmake
configure.in.bot
configure.in.in
tdemultimedia.lsm

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.kde.org.

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