diff --git a/README b/README index 1f99b0c..68e2422 100644 --- a/README +++ b/README @@ -19,14 +19,14 @@ You will have to install an "unrestricted" version in order to play all your med !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -Latest Kaffeine version is available on http://kaffeine.sourceforge.net +Latest Kaffeine version is available on http://trinitydesktop.org MINIMUM REQUIREMENTS: --------------------- *) xine-lib 1.0.2 (we recommend 1.1.1) (http://www.xinehq.de) - *) KDE >= 3.2 (http://www.kde.org) + *) TDE >= 3.2 (http://trinitydesktop.org) *) for DVB support: see README.dvb *) for the gstreamer player-part: see README.gstreamer diff --git a/kaffeine/src/input/disc/plugins/mp3lame/klameenc.cpp b/kaffeine/src/input/disc/plugins/mp3lame/klameenc.cpp index ad671dd..fb666b8 100644 --- a/kaffeine/src/input/disc/plugins/mp3lame/klameenc.cpp +++ b/kaffeine/src/input/disc/plugins/mp3lame/klameenc.cpp @@ -90,7 +90,7 @@ TDEAboutData *KLameEnc::createAboutData() TDEAboutData* aboutData = new TDEAboutData( "kaffeinemp3lame", I18N_NOOP("KaffeineMp3Lame"), "0.1", I18N_NOOP("A Lame mp3 encoder plugin for Kaffeine."), TDEAboutData::License_GPL, - "(c) 2006, Christophe Thommeret.", 0, "http://kaffeine.sourceforge.net"); + "(c) 2006, Christophe Thommeret.", 0 ); aboutData->addAuthor("Christophe Thommeret.",0, "hftom@free.fr"); return aboutData; diff --git a/kaffeine/src/input/disc/plugins/oggvorbis/koggenc.cpp b/kaffeine/src/input/disc/plugins/oggvorbis/koggenc.cpp index 2ef4203..f9747a1 100644 --- a/kaffeine/src/input/disc/plugins/oggvorbis/koggenc.cpp +++ b/kaffeine/src/input/disc/plugins/oggvorbis/koggenc.cpp @@ -70,7 +70,7 @@ TDEAboutData *KOggEnc::createAboutData() TDEAboutData* aboutData = new TDEAboutData( "kaffeineoggvorbis", I18N_NOOP("KaffeineOggVorbis"), "0.1", I18N_NOOP("A Ogg Vorbis encoder plugin for Kaffeine."), TDEAboutData::License_GPL, - "(c) 2006, Christophe Thommeret.", 0, "http://kaffeine.sourceforge.net"); + "(c) 2006, Christophe Thommeret.", 0 ); aboutData->addAuthor("Christophe Thommeret.",0, "hftom@free.fr"); return aboutData; diff --git a/kaffeine/src/main.cpp b/kaffeine/src/main.cpp index 8ed8eda..6d03a13 100644 --- a/kaffeine/src/main.cpp +++ b/kaffeine/src/main.cpp @@ -68,8 +68,7 @@ int main(int argc, char *argv[]) { TDEAboutData aboutData("kaffeine", I18N_NOOP("Kaffeine Player"), KAFFEINE_VERSION, I18N_NOOP("A media player for TDE. Can use multiple backends for playback, default (and recommended) is xine."), - TDEAboutData::License_GPL_V2, I18N_NOOP("Copyright (C) 2003-2007, The Kaffeine Authors"), 0, - "http://kaffeine.sourceforge.net"); + TDEAboutData::License_GPL_V2, I18N_NOOP("Copyright (C) 2003-2007, The Kaffeine Authors"), 0); aboutData.addAuthor("Christophe Thommeret", I18N_NOOP("Current maintainer"), "hftom@free.fr"); aboutData.addAuthor("Christoph Pfister", I18N_NOOP("Developer"), "christophpfister@gmail.com"); diff --git a/kaffeine/src/player-parts/dummy-part/dummy_part.cpp b/kaffeine/src/player-parts/dummy-part/dummy_part.cpp index a998635..95808f4 100644 --- a/kaffeine/src/player-parts/dummy-part/dummy_part.cpp +++ b/kaffeine/src/player-parts/dummy-part/dummy_part.cpp @@ -71,7 +71,7 @@ TDEAboutData *DummyPart::createAboutData() TDEAboutData* aboutData = new TDEAboutData( "dummypart", I18N_NOOP("DummyPart"), "0.1", "Description...", TDEAboutData::License_GPL, - "(c) 2004, Jürgen Kofler.", 0, "http://kaffeine.sourceforge.net"); + "(c) 2004, Jürgen Kofler.", 0 ); aboutData->addAuthor("Jürgen Kofler.",0, "kaffeine@gmx.net"); return aboutData; diff --git a/kaffeine/src/player-parts/gstreamer-part/gstreamer_part.cpp b/kaffeine/src/player-parts/gstreamer-part/gstreamer_part.cpp index 28ecfbf..5bad8e9 100644 --- a/kaffeine/src/player-parts/gstreamer-part/gstreamer_part.cpp +++ b/kaffeine/src/player-parts/gstreamer-part/gstreamer_part.cpp @@ -151,7 +151,7 @@ TDEAboutData *GStreamerPart::createAboutData() TDEAboutData* aboutData = new TDEAboutData( "gstreamerpart", I18N_NOOP("GStreamerPart"), "0.1", "GStreamer based player part for Kaffeine.", TDEAboutData::License_GPL, - "(c) 2005, Jürgen Kofler.", 0, "http://kaffeine.sourceforge.net"); + "(c) 2005, Jürgen Kofler.", 0 ); aboutData->addAuthor("Jürgen Kofler.",0, "kaffeine@gmx.net"); return aboutData; diff --git a/kaffeine/src/player-parts/xine-part/xine_part.cpp b/kaffeine/src/player-parts/xine-part/xine_part.cpp index 48724fc..323a9a9 100644 --- a/kaffeine/src/player-parts/xine-part/xine_part.cpp +++ b/kaffeine/src/player-parts/xine-part/xine_part.cpp @@ -149,8 +149,8 @@ TDEAboutData *XinePart::createAboutData() { TDEAboutData* aboutData = new TDEAboutData( "kaffeine", I18N_NOOP("XinePart"), KAFFEINE_VERSION, I18N_NOOP("A xine based player part for Kaffeine."), - TDEAboutData::License_GPL, - "(c) 2003-2004, Jürgen Kofler.", 0, "http://kaffeine.sourceforge.net"); + "(c) 2003-2004, Jürgen Kofler.", 0, + TDEAboutData::License_GPL ); aboutData->addAuthor("Jürgen Kofler.",0, "kaffeine@gmx.net"); return aboutData;