Browse Source

mythtv-plugins: Updated (0.19 -> 0.24)

stable/0.2
Christian Wiese 13 years ago
parent
commit
fef27994d1
4 changed files with 4 additions and 121 deletions
  1. +0
    -76
      multimedia/mythtv-plugins/gcc41.patch
  2. +0
    -26
      multimedia/mythtv-plugins/mythconfig.patch
  3. +1
    -17
      multimedia/mythtv-plugins/mythtv-plugins.conf
  4. +3
    -2
      multimedia/mythtv-plugins/mythtv-plugins.desc

+ 0
- 76
multimedia/mythtv-plugins/gcc41.patch

@ -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:

+ 0
- 26
multimedia/mythtv-plugins/mythconfig.patch

@ -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

+ 1
- 17
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"

+ 3
- 2
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

Loading…
Cancel
Save