7
0
Fork 0
TDE multimedia applications
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
 
Ir para arquivo
François Andriot fcfa466de2
Fix issue 74 (FTBFS on Fedora 40)
2 semanas atrás
admin@59a8bf7c09 Reset submodule main/core/tdemultimedia/admin to latest HEAD 2 meses atrás
akode_artsplugin Renamed Arts_InputStream::seek() to Arts_InputStream::lseek() following renaming in Akode module. 3 anos atrás
arts Replace Q_SIGNALS and Q_SLOTS 3 meses atrás
audiofile_artsplugin Renaming of files in preparation for code style tools. 3 anos atrás
doc cmake files: change keywords to lower case 2 meses atrás
juk Replace Q_SIGNALS and Q_SLOTS 3 meses atrás
kaboodle Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 meses atrás
kappfinder-data Simplify CMake rules for desktop file translations. 4 anos atrás
kaudiocreator Replace Q_SIGNALS and Q_SLOTS 3 meses atrás
kmix KMix: system tray icon enhancements 4 semanas atrás
krec Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 meses atrás
kscd Fix issue 74 (FTBFS on Fedora 40) 2 semanas atrás
libkcddb Replace Q_SIGNALS and Q_SLOTS 3 meses atrás
mpeglib Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 meses atrás
mpeglib_artsplug Renaming of files in preparation for code style tools. 3 anos atrás
mpg123_artsplugin Renaming of files in preparation for code style tools. 3 anos atrás
noatun Replace Q_SIGNALS and Q_SLOTS 3 meses atrás
oggvorbis_artsplugin Renaming of files in preparation for code style tools. 3 anos atrás
tdefile-plugins Add support for TagLib 2. 2 meses atrás
tdeioslave Replace Q_SIGNALS and Q_SLOTS 3 meses atrás
tdemid Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 meses atrás
translations/desktop_files Translated using Weblate (Russian) 6 meses atrás
xine_artsplugin Fix FTBFS caused by incompatible cast 2 semanas atrás
.gitmodules Remove cmake submodule since it has now been replaced by cmake-trinity dependency. 3 anos atrás
AUTHORS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 anos atrás
CMakeL10n.txt Remove unnecessary 'tde_set_project_version' from CMakeL10n.txt 1 mês atrás
CMakeLists.txt Use centralized cmake version 1 mês atrás
COPYING Update COPYING file. 12 anos atrás
COPYING-DOCS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 anos atrás
ConfigureChecks.cmake Fix flac detection without pkgconfig file 3 anos atrás
INSTALL Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 anos atrás
Mainpage.dox Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 anos atrás
Makefile.am.in Fix build order to avoid FTBFS 10 anos atrás
Makefile.cvs Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 anos atrás
README Update bug reports url to bugs.trinitydesktop.org 6 anos atrás
config.h.cmake KMix: ported settings to TDEConfigXT/Designer 10 meses atrás
configure.in.bot Additional kde to tde renaming 13 anos atrás
configure.in.in Fix arts detection 10 anos atrás

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