diff --git a/multimedia/mythtv-plugins/gcc41.patch b/multimedia/mythtv-plugins/gcc41.patch deleted file mode 100644 index a6e247478..000000000 --- a/multimedia/mythtv-plugins/gcc41.patch +++ /dev/null @@ -1,76 +0,0 @@ -# --- SDE-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# Filename: package/.../mythtv-plugins/gcc41.patch -# Copyright (C) 2006 The T2 SDE Project -# -# More information can be found in the files COPYING and README. -# -# This patch file is dual-licensed. It is available under the license the -# patched project is licensed under, as long as it is an OpenSource license -# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms -# of the GNU General Public License as published by the Free Software -# Foundation; either version 2 of the License, or (at your option) any later -# version. -# --- SDE-COPYRIGHT-NOTE-END --- - -diff -Nur mythplugins-0.19-orig/mythgame/mythgame/gamehandler.h mythplugins-0.19/mythgame/mythgame/gamehandler.h ---- mythplugins-0.19-orig/mythgame/mythgame/gamehandler.h 2005-11-10 03:54:23.000000000 +0000 -+++ mythplugins-0.19/mythgame/mythgame/gamehandler.h 2006-04-02 13:17:49.086989750 +0000 -@@ -106,7 +106,7 @@ - - protected: - static GameHandler* GetHandler(RomInfo *rominfo); -- static GameHandler* GameHandler::GetHandlerByName(QString systemname); -+ static GameHandler* GetHandlerByName(QString systemname); - - bool rebuild; - int spandisks; -diff -Nur mythplugins-0.19-orig/mythphone/mythphone/sipfsm.h mythplugins-0.19/mythphone/mythphone/sipfsm.h ---- mythplugins-0.19-orig/mythphone/mythphone/sipfsm.h 2005-04-05 22:15:30.000000000 +0000 -+++ mythplugins-0.19/mythphone/mythphone/sipfsm.h 2006-04-02 13:57:23.967410500 +0000 -@@ -618,7 +618,7 @@ - SipWatcher *CreateWatcherFsm(QString Url); - SipIM *CreateIMFsm(QString Url="", QString callIdStr=""); - void StopWatchers(); -- void SipFsm::KickWatcher(SipUrl *Url); -+ void KickWatcher(SipUrl *Url); - void SendIM(QString destUrl, QString CallId, QString imMsg); - int numCalls(); - int getPrimaryCall() { return primaryCall; }; -diff -Nur mythplugins-0.19-orig/mythphone/mythphone/vxml.h mythplugins-0.19/mythphone/mythphone/vxml.h ---- mythplugins-0.19-orig/mythphone/mythphone/vxml.h 2005-02-08 09:34:05.000000000 +0000 -+++ mythplugins-0.19/mythphone/mythphone/vxml.h 2006-04-02 13:57:06.090293250 +0000 -@@ -10,7 +10,7 @@ - { - public: - vxmlVariable(QString N, QString V); -- vxmlVariable::vxmlVariable(QString N, short *wav, int S); -+ vxmlVariable(QString N, short *wav, int S); - virtual ~vxmlVariable() {}; - bool isType(QString t) { return (t == Type); }; - QString getName() { return Name; }; -diff -Nur mythplugins-0.19-orig/mythvideo/mythvideo/videomanager.h mythplugins-0.19/mythvideo/mythvideo/videomanager.h ---- mythplugins-0.19-orig/mythvideo/mythvideo/videomanager.h 2005-10-04 15:48:34.000000000 +0000 -+++ mythplugins-0.19/mythvideo/mythvideo/videomanager.h 2006-04-02 14:02:15.205611750 +0000 -@@ -30,7 +30,7 @@ - public: - VideoManager(MythMainWindow *parent, const char *name = 0); - ~VideoManager(void); -- void VideoManager::processEvents() { qApp->processEvents(); } -+ void processEvents() { qApp->processEvents(); } - - public slots: - void slotManualIMDB(); -diff -Nur mythplugins-0.19-orig/mythvideo/mythvideo/videoselected.h mythplugins-0.19/mythvideo/mythvideo/videoselected.h ---- mythplugins-0.19-orig/mythvideo/mythvideo/videoselected.h 2005-07-12 18:21:05.000000000 +0000 -+++ mythplugins-0.19/mythvideo/mythvideo/videoselected.h 2006-04-02 14:06:42.310304750 +0000 -@@ -35,7 +35,7 @@ - VideoSelected(VideoList *lvideolist, - MythMainWindow *parent, const char *name = 0, int index = 0); - ~VideoSelected(); -- void VideoSelected::processEvents() { qApp->processEvents(); } -+ void processEvents() { qApp->processEvents(); } - - - protected slots: diff --git a/multimedia/mythtv-plugins/mythconfig.patch b/multimedia/mythtv-plugins/mythconfig.patch deleted file mode 100644 index 2fa49f23b..000000000 --- a/multimedia/mythtv-plugins/mythconfig.patch +++ /dev/null @@ -1,26 +0,0 @@ -# --- SDE-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# Filename: package/.../mythtv-plugins/mythconfig.patch -# Copyright (C) 2006 The T2 SDE Project -# -# More information can be found in the files COPYING and README. -# -# This patch file is dual-licensed. It is available under the license the -# patched project is licensed under, as long as it is an OpenSource license -# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms -# of the GNU General Public License as published by the Free Software -# Foundation; either version 2 of the License, or (at your option) any later -# version. -# --- SDE-COPYRIGHT-NOTE-END --- - ---- ./configure.orig 2005-09-13 23:32:44.000000000 +0200 -+++ ./configure 2005-09-14 15:24:07.000000000 +0200 -@@ -451,6 +451,7 @@ - rm mythconfig.mak - fi - ln -s $prefix/include/mythtv/mythconfig.mak mythconfig.mak -+sed -i -e 's, mythconfig.mak , $${PREFIX}/include/mythtv/mythconfig.mak ,' settings.pro - - echo "#" > ./config.pro - echo "# Automatically generated by mythplugin configure" >> ./config.pro diff --git a/multimedia/mythtv-plugins/mythtv-plugins.conf b/multimedia/mythtv-plugins/mythtv-plugins.conf index be34af2f3..95a4be8e2 100644 --- a/multimedia/mythtv-plugins/mythtv-plugins.conf +++ b/multimedia/mythtv-plugins/mythtv-plugins.conf @@ -2,6 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../mythtv-plugins/mythtv-plugins.conf +# Copyright (C) 2011 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # # More information can be found in the files COPYING and README. @@ -16,20 +17,3 @@ pkgprefix -t mythtv -runconf=0 -hook_add preconf 3 "fix_mythtv_prefix" -hook_add preconf 5 "mythtv_config" - -var_append GCC_WRAPPER_APPEND ' ' "-I$root/$prefix/include -L$root/$prefix/lib" -var_append PREFIX ' ' "$root/$prefix/" -export PREFIX - -# Mythbrowser depends on KDE! -pkginstalled arts || var_append confopt ' ' "--disable-mythbrowser" - -var_append confopt ' ' "--enable-vcd --enable-exif" -var_append confopt ' ' "--enable-opengl" -var_append confopt ' ' "--disable-festival" - -hook_add premake 5 "qmake myth*.pro" -hook_add premake 8 "make qmake" diff --git a/multimedia/mythtv-plugins/mythtv-plugins.desc b/multimedia/mythtv-plugins/mythtv-plugins.desc index c93648021..c84bbea9f 100644 --- a/multimedia/mythtv-plugins/mythtv-plugins.desc +++ b/multimedia/mythtv-plugins/mythtv-plugins.desc @@ -2,6 +2,7 @@ [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. [COPY] [COPY] Filename: package/.../mythtv-plugins/mythtv-plugins.desc +[COPY] Copyright (C) 2011 The OpenSDE Project [COPY] Copyright (C) 2004 - 2006 The T2 SDE Project [COPY] [COPY] More information can be found in the files COPYING and README. @@ -51,8 +52,8 @@ [L] GPL [S] Beta -[V] 0.19 +[V] 0.24 [P] X -----5---9 179.700 -[D] 1273127406 mythplugins-0.19.tar.bz2 http://www.mythtv.org/mc/ +[D] 1701584801 mythplugins-0.24.tar.bz2 !http://www.mythtv.org/download/plugins/0.24 #[D] X mythplugins-0.19-r7980.tar.bz2 svn+http://svn.mythtv.org/svn/trunk/mythplugins -r 7980