Rename a number of libraries and executables to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 11 years ago
parent 75cf20e5d1
commit 76b7dd9a43

@ -184,7 +184,7 @@ Changes since version 0.9.1-rc1
Changes since version 0.9.1-pre3 Changes since version 0.9.1-pre3
- Show backend's status in application's statusbar and show the play time - Show backend's status in application's statusbar and show the play time
left as well. left as well.
- Add OBJECT's attributes coming from khtml to the document of urlsource, that - Add OBJECT's attributes coming from tdehtml to the document of urlsource, that
might be helpful for web developers (using the 'Show all' feature of playlist) might be helpful for web developers (using the 'Show all' feature of playlist)
- Add KAction for showing the control or language popup menu - Add KAction for showing the control or language popup menu
- Put colors and font settings on a separate tab, reducing total config - Put colors and font settings on a separate tab, reducing total config
@ -539,7 +539,7 @@ Changes since version 0.7.4b
Changes since version 0.7.4a Changes since version 0.7.4a
- Height calculation fix when position slider is visible - Height calculation fix when position slider is visible
- Q&D fix for mplayer compiled with locale output (,->. for aspect) - Q&D fix for mplayer compiled with locale output (,->. for aspect)
- Aspect fix for fullscreen when embedded in khtml - Aspect fix for fullscreen when embedded in tdehtml
- Position slider fix VCD, re-determine length for each track - Position slider fix VCD, re-determine length for each track
Changes since version 0.7.4 Changes since version 0.7.4
- Fix VCD playing - Fix VCD playing
@ -585,7 +585,7 @@ Changes since version 0.6.5b
- Fullscreen mode for part (when embedded) - Fullscreen mode for part (when embedded)
- Small config button shows a popup menu now - Small config button shows a popup menu now
- Set environment variable http_proxy in mplayer's process when defined - Set environment variable http_proxy in mplayer's process when defined
- Use LiveConnect for automatic resizing to movie size when embedded in khtml - Use LiveConnect for automatic resizing to movie size when embedded in tdehtml
fixes movie sizes at http://wwwa.accuweather.com, needs KDE-3.1 from cvs fixes movie sizes at http://wwwa.accuweather.com, needs KDE-3.1 from cvs
- Typo in application/x-mplayer2 mimetype - Typo in application/x-mplayer2 mimetype
Changes since version 0.6.5a Changes since version 0.6.5a

@ -2,7 +2,7 @@ KMPlayer, a simple frontend for MPlayer/FFMpeg/Xine.
It can play DVD/VCD movies, from file or url and from a video device. It can play DVD/VCD movies, from file or url and from a video device.
If setup right, KMPlayer can embed inside konqueror. Which means if you click If setup right, KMPlayer can embed inside konqueror. Which means if you click
on a movie file, the movie is played inside konqueror. on a movie file, the movie is played inside konqueror.
It can also embed inside khtml, enabling movie playback inside a html page. It can also embed inside tdehtml, enabling movie playback inside a html page.
Movie recording using mencoder (part of the mplayer package). No video during recording, but you can always open a new window and play it there. Movie recording using mencoder (part of the mplayer package). No video during recording, but you can always open a new window and play it there.
Broadcasting, http streaming, by using ffserver/ffmpeg. For TV sources, you need v4lctl (part of the xawtv package). Broadcasting, http streaming, by using ffserver/ffmpeg. For TV sources, you need v4lctl (part of the xawtv package).

@ -2075,16 +2075,16 @@ if test $kde_qtver = 3; then
AC_SUBST(LIB_SMB, "-lsmb") AC_SUBST(LIB_SMB, "-lsmb")
AC_SUBST(LIB_KAB, "-lkab") AC_SUBST(LIB_KAB, "-lkab")
AC_SUBST(LIB_KABC, "-lkabc") AC_SUBST(LIB_KABC, "-lkabc")
AC_SUBST(LIB_KHTML, "-lkhtml") AC_SUBST(LIB_KHTML, "-ltdehtml")
AC_SUBST(LIB_KSPELL, "-lkspell") AC_SUBST(LIB_KSPELL, "-ltdespell")
AC_SUBST(LIB_KPARTS, "-lkparts") AC_SUBST(LIB_KPARTS, "-ltdeparts")
AC_SUBST(LIB_TDEPRINT, "-ltdeprint") AC_SUBST(LIB_TDEPRINT, "-ltdeprint")
AC_SUBST(LIB_KUTILS, "-lkutils") AC_SUBST(LIB_KUTILS, "-ltdeutils")
AC_SUBST(LIB_TDEPIM, "-ltdepim") AC_SUBST(LIB_TDEPIM, "-ltdepim")
AC_SUBST(LIB_KIMPROXY, "-lkimproxy") AC_SUBST(LIB_KIMPROXY, "-ltdeimproxy")
AC_SUBST(LIB_KNEWSTUFF, "-lknewstuff") AC_SUBST(LIB_KNEWSTUFF, "-lknewstuff")
AC_SUBST(LIB_KDNSSD, "-lkdnssd") AC_SUBST(LIB_KDNSSD, "-ltdednssd")
AC_SUBST(LIB_KUNITTEST, "-lkunittest") AC_SUBST(LIB_KUNITTEST, "-ltdeunittest")
# these are for backward compatibility # these are for backward compatibility
AC_SUBST(LIB_KSYCOCA, "-lkio") AC_SUBST(LIB_KSYCOCA, "-lkio")
AC_SUBST(LIB_KFILE, "-lkio") AC_SUBST(LIB_KFILE, "-lkio")
@ -2092,13 +2092,13 @@ elif test $kde_qtver = 2; then
AC_SUBST(LIB_TDECORE, "-ltdecore") AC_SUBST(LIB_TDECORE, "-ltdecore")
AC_SUBST(LIB_TDEUI, "-ltdeui") AC_SUBST(LIB_TDEUI, "-ltdeui")
AC_SUBST(LIB_KIO, "-lkio") AC_SUBST(LIB_KIO, "-lkio")
AC_SUBST(LIB_KSYCOCA, "-lksycoca") AC_SUBST(LIB_KSYCOCA, "-ltdesycoca")
AC_SUBST(LIB_SMB, "-lsmb") AC_SUBST(LIB_SMB, "-lsmb")
AC_SUBST(LIB_KFILE, "-lkfile") AC_SUBST(LIB_KFILE, "-lkfile")
AC_SUBST(LIB_KAB, "-lkab") AC_SUBST(LIB_KAB, "-lkab")
AC_SUBST(LIB_KHTML, "-lkhtml") AC_SUBST(LIB_KHTML, "-ltdehtml")
AC_SUBST(LIB_KSPELL, "-lkspell") AC_SUBST(LIB_KSPELL, "-ltdespell")
AC_SUBST(LIB_KPARTS, "-lkparts") AC_SUBST(LIB_KPARTS, "-ltdeparts")
AC_SUBST(LIB_TDEPRINT, "-ltdeprint") AC_SUBST(LIB_TDEPRINT, "-ltdeprint")
else else
AC_SUBST(LIB_TDECORE, "-ltdecore -lXext $(LIB_QT)") AC_SUBST(LIB_TDECORE, "-ltdecore -lXext $(LIB_QT)")
@ -2547,7 +2547,7 @@ AC_FIND_FILE(jpeglib.h, $jpeg_incdirs, jpeg_incdir)
test "x$jpeg_incdir" = xNO && jpeg_incdir= test "x$jpeg_incdir" = xNO && jpeg_incdir=
dnl if headers _and_ libraries are missing, this is no error, and we dnl if headers _and_ libraries are missing, this is no error, and we
dnl continue with a warning (the user will get no jpeg support in khtml) dnl continue with a warning (the user will get no jpeg support in tdehtml)
dnl if only one is missing, it means a configuration error, but we still dnl if only one is missing, it means a configuration error, but we still
dnl only warn dnl only warn
if test -n "$jpeg_incdir" && test -n "$LIBJPEG" ; then if test -n "$jpeg_incdir" && test -n "$LIBJPEG" ; then
@ -3489,7 +3489,7 @@ LIBTOOL_SHELL="/bin/sh ./libtool"
KDE_PLUGIN="-avoid-version -module -no-undefined \$(KDE_NO_UNDEFINED) \$(KDE_RPATH) \$(KDE_MT_LDFLAGS)" KDE_PLUGIN="-avoid-version -module -no-undefined \$(KDE_NO_UNDEFINED) \$(KDE_RPATH) \$(KDE_MT_LDFLAGS)"
AC_SUBST(KDE_PLUGIN) AC_SUBST(KDE_PLUGIN)
# This hack ensures that libtool creates shared libs for kunittest plugins. By default check_LTLIBRARIES makes static libs. # This hack ensures that libtool creates shared libs for tdeunittest plugins. By default check_LTLIBRARIES makes static libs.
KDE_CHECK_PLUGIN="\$(KDE_PLUGIN) -rpath \$(libdir)" KDE_CHECK_PLUGIN="\$(KDE_PLUGIN) -rpath \$(libdir)"
AC_SUBST(KDE_CHECK_PLUGIN) AC_SUBST(KDE_CHECK_PLUGIN)

@ -50,7 +50,7 @@ msgstr ""
"&Sustabdyti\n" "&Sustabdyti\n"
"#-#-#-#-# kmousetool.po (kmousetool) #-#-#-#-#\n" "#-#-#-#-# kmousetool.po (kmousetool) #-#-#-#-#\n"
"&Sustabdyti\n" "&Sustabdyti\n"
"#-#-#-#-# kmid.po (kmid) #-#-#-#-#\n" "#-#-#-#-# tdemid.po (tdemid) #-#-#-#-#\n"
"&Stop\n" "&Stop\n"
"#-#-#-#-# kaboodle.po (kaboodle) #-#-#-#-#\n" "#-#-#-#-# kaboodle.po (kaboodle) #-#-#-#-#\n"
"&Stop\n" "&Stop\n"

@ -2,7 +2,7 @@ The core of kmplayer is in kmplayerpartbase.x. PartBase keeps
the list of Source objects (dvd/vcd/url/..) and Process objects the list of Source objects (dvd/vcd/url/..) and Process objects
(mplayer/xine/gst/xv), controls the View or respond to its signals. Both (mplayer/xine/gst/xv), controls the View or respond to its signals. Both
application as kpart (for plugin) have one PartBase. However, in case of application as kpart (for plugin) have one PartBase. However, in case of
plugin for khtml, it's possible one PartBase controls multible View plugin for tdehtml, it's possible one PartBase controls multible View
objects (see tests/controls.html). objects (see tests/controls.html).
The View is the parent of ViewArea, PlayList and InfoWindow. ViewArea is The View is the parent of ViewArea, PlayList and InfoWindow. ViewArea is

@ -6,7 +6,7 @@ lib_LTLIBRARIES= libkmplayercommon.la
libkmplayercommon_la_SOURCES = viewarea.cpp kmplayerview.cpp playlistview.cpp kmplayercontrolpanel.cpp kmplayerconfig.cpp pref.cpp kmplayerprocess.cpp kmplayer_callback.skel kmplayer_backend.stub kmplayerpartbase.cpp kmplayerplaylist.cpp kmplayer_asx.cpp kmplayer_smil.cpp kmplayer_rp.cpp kmplayer_rss.cpp kmplayer_atom.cpp kmplayer_xspf.cpp triestring.cpp kmplayerpartbase.skel libkmplayercommon_la_SOURCES = viewarea.cpp kmplayerview.cpp playlistview.cpp kmplayercontrolpanel.cpp kmplayerconfig.cpp pref.cpp kmplayerprocess.cpp kmplayer_callback.skel kmplayer_backend.stub kmplayerpartbase.cpp kmplayerplaylist.cpp kmplayer_asx.cpp kmplayer_smil.cpp kmplayer_rp.cpp kmplayer_rss.cpp kmplayer_atom.cpp kmplayer_xspf.cpp triestring.cpp kmplayerpartbase.skel
libkmplayercommon_la_LDFLAGS = -avoid-version $(all_libraries) $(CFLAGS_XTEST) libkmplayercommon_la_LDFLAGS = -avoid-version $(all_libraries) $(CFLAGS_XTEST)
libkmplayercommon_la_LIBADD = -lkmediaplayer $(LIB_KPARTS) $(LIB_KUTILS) $(LIB_EXPAT) -lm $(LIBCAIRO_LIBS) $(LIBQTDBUS) $(LIB_QT) -lDCOP $(LIB_TDECORE) -ltdefx $(LIB_TDEUI) $(LIB_KIO) $(LIB_XTEST) libkmplayercommon_la_LIBADD = -ltdemediaplayer $(LIB_KPARTS) $(LIB_KUTILS) $(LIB_EXPAT) -lm $(LIBCAIRO_LIBS) $(LIBQTDBUS) $(LIB_QT) -lDCOP $(LIB_TDECORE) -ltdefx $(LIB_TDEUI) $(LIB_KIO) $(LIB_XTEST)
if include_koffice_support if include_koffice_support
kofficeplugin_lib= libkmplayerkofficepart.la kofficeplugin_lib= libkmplayerkofficepart.la
@ -46,15 +46,15 @@ libkmplayerbackend_la_SOURCES = kmplayer_backend.skel kmplayer_callback.stub
kxineplayer_LDADD= libkmplayerbackend.la $(LIB_XINE) -lDCOP kxineplayer_LDADD= libkmplayerbackend.la $(LIB_XINE) -lDCOP
kxineplayer_CFLAGS= $(CFLAGS_XINE) kxineplayer_CFLAGS= $(CFLAGS_XINE)
kxineplayer_LDFLAGS= $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor kxineplayer_LDFLAGS= $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
kxineplayer_SOURCES= xineplayer.cpp kxineplayer_SOURCES= xineplayer.cpp
kxvplayer_LDADD= libkmplayerbackend.la -lDCOP -lXv kxvplayer_LDADD= libkmplayerbackend.la -lDCOP -lXv
kxvplayer_LDFLAGS= $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor kxvplayer_LDFLAGS= $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
kxvplayer_SOURCES= xvplayer.cpp kxvplayer_SOURCES= xvplayer.cpp
kgstplayer_LDADD= libkmplayerbackend.la $(LIB_GST) $(LIB_GST_PLUGINS) -lgstinterfaces-0.10 -lDCOP kgstplayer_LDADD= libkmplayerbackend.la $(LIB_GST) $(LIB_GST_PLUGINS) -lgstinterfaces-0.10 -lDCOP
kgstplayer_LDFLAGS= $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor kgstplayer_LDFLAGS= $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
kgstplayer_SOURCES= gstplayer.cpp kgstplayer_SOURCES= gstplayer.cpp
knpplayer_LDADD= $(LIBNSPR_LIBS) knpplayer_LDADD= $(LIBNSPR_LIBS)

@ -39,7 +39,7 @@
#include <kconfig.h> #include <kconfig.h>
#include <kaction.h> #include <kaction.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kparts/factory.h> #include <tdeparts/factory.h>
#include "kmplayerpartbase.h" #include "kmplayerpartbase.h"
#include "kmplayer_koffice_part.h" #include "kmplayer_koffice_part.h"

@ -20,9 +20,9 @@
#define KMPLAYER_KOFFICE_PART_H #define KMPLAYER_KOFFICE_PART_H
#include <config.h> #include <config.h>
#include <kmediaplayer/player.h> #include <tdemediaplayer/player.h>
#include <kparts/browserextension.h> #include <tdeparts/browserextension.h>
#include <kparts/factory.h> #include <tdeparts/factory.h>
#include <kurl.h> #include <kurl.h>
#ifdef HAVE_KOFFICE #ifdef HAVE_KOFFICE
#include <koDocument.h> #include <koDocument.h>

@ -37,7 +37,7 @@ class KXMLGUIClient; // workaround for trinity.3 on sarge with gcc4, kactioncoll
#include <kapplication.h> #include <kapplication.h>
#include <klocale.h> #include <klocale.h>
#include <kinstance.h> #include <kinstance.h>
#include <kparts/factory.h> #include <tdeparts/factory.h>
#include <kstaticdeleter.h> #include <kstaticdeleter.h>
#include <kstatusbar.h> #include <kstatusbar.h>
@ -285,7 +285,7 @@ KDE_NO_CDTOR_EXPORT KMPlayerPart::KMPlayerPart (TQWidget * wparent, const char *
// else showcaptioning/showgotobar/showpositioncontrols/showtracker // else showcaptioning/showgotobar/showpositioncontrols/showtracker
} else if (name == TQString::fromLatin1("console")) { } else if (name == TQString::fromLatin1("console")) {
m_group = value.isEmpty() ? TQString::fromLatin1("_anonymous") : value; m_group = value.isEmpty() ? TQString::fromLatin1("_anonymous") : value;
} else if (name == TQString::fromLatin1("__khtml__pluginbaseurl")) { } else if (name == TQString::fromLatin1("__tdehtml__pluginbaseurl")) {
m_docbase = KURL (value); m_docbase = KURL (value);
} else if (name == TQString::fromLatin1("src")) { } else if (name == TQString::fromLatin1("src")) {
m_src_url = value; m_src_url = value;
@ -298,7 +298,7 @@ KDE_NO_CDTOR_EXPORT KMPlayerPart::KMPlayerPart (TQWidget * wparent, const char *
} }
// volume/clicktoplay/transparentatstart/animationatstart // volume/clicktoplay/transparentatstart/animationatstart
// autorewind/displaysize/border // autorewind/displaysize/border
if (name.startsWith (TQString::fromLatin1 ("__khtml__"))) if (name.startsWith (TQString::fromLatin1 ("__tdehtml__")))
name = name.mid (9); name = name.mid (9);
convertNode <KMPlayer::Element> (urlsource->document ())->setAttribute (name, value); convertNode <KMPlayer::Element> (urlsource->document ())->setAttribute (name, value);
} }

@ -19,7 +19,7 @@
#ifndef KMPLAYER_PART_H #ifndef KMPLAYER_PART_H
#define KMPLAYER_PART_H #define KMPLAYER_PART_H
#include <kparts/browserextension.h> #include <tdeparts/browserextension.h>
#include "kmplayerpartbase.h" #include "kmplayerpartbase.h"
#include "kmplayersource.h" #include "kmplayersource.h"

@ -29,7 +29,7 @@
#include <tqmap.h> #include <tqmap.h>
#include <dcopobject.h> #include <dcopobject.h>
#include <kmediaplayer/player.h> #include <tdemediaplayer/player.h>
#include <kurl.h> #include <kurl.h>
#include "kmplayerview.h" #include "kmplayerview.h"

@ -28,7 +28,7 @@
#include <kdockwidget.h> #include <kdockwidget.h>
#include <kurl.h> #include <kurl.h>
#include <qxembed.h> #include <qxembed.h>
#include <kmediaplayer/view.h> #include <tdemediaplayer/view.h>
#include "kmplayersource.h" #include "kmplayersource.h"

Loading…
Cancel
Save