OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

76 lines
3.7 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../mythtv-plugins/gcc41.patch
  5. # Copyright (C) 2006 The T2 SDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- SDE-COPYRIGHT-NOTE-END ---
  16. diff -Nur mythplugins-0.19-orig/mythgame/mythgame/gamehandler.h mythplugins-0.19/mythgame/mythgame/gamehandler.h
  17. --- mythplugins-0.19-orig/mythgame/mythgame/gamehandler.h 2005-11-10 03:54:23.000000000 +0000
  18. +++ mythplugins-0.19/mythgame/mythgame/gamehandler.h 2006-04-02 13:17:49.086989750 +0000
  19. @@ -106,7 +106,7 @@
  20. protected:
  21. static GameHandler* GetHandler(RomInfo *rominfo);
  22. - static GameHandler* GameHandler::GetHandlerByName(QString systemname);
  23. + static GameHandler* GetHandlerByName(QString systemname);
  24. bool rebuild;
  25. int spandisks;
  26. diff -Nur mythplugins-0.19-orig/mythphone/mythphone/sipfsm.h mythplugins-0.19/mythphone/mythphone/sipfsm.h
  27. --- mythplugins-0.19-orig/mythphone/mythphone/sipfsm.h 2005-04-05 22:15:30.000000000 +0000
  28. +++ mythplugins-0.19/mythphone/mythphone/sipfsm.h 2006-04-02 13:57:23.967410500 +0000
  29. @@ -618,7 +618,7 @@
  30. SipWatcher *CreateWatcherFsm(QString Url);
  31. SipIM *CreateIMFsm(QString Url="", QString callIdStr="");
  32. void StopWatchers();
  33. - void SipFsm::KickWatcher(SipUrl *Url);
  34. + void KickWatcher(SipUrl *Url);
  35. void SendIM(QString destUrl, QString CallId, QString imMsg);
  36. int numCalls();
  37. int getPrimaryCall() { return primaryCall; };
  38. diff -Nur mythplugins-0.19-orig/mythphone/mythphone/vxml.h mythplugins-0.19/mythphone/mythphone/vxml.h
  39. --- mythplugins-0.19-orig/mythphone/mythphone/vxml.h 2005-02-08 09:34:05.000000000 +0000
  40. +++ mythplugins-0.19/mythphone/mythphone/vxml.h 2006-04-02 13:57:06.090293250 +0000
  41. @@ -10,7 +10,7 @@
  42. {
  43. public:
  44. vxmlVariable(QString N, QString V);
  45. - vxmlVariable::vxmlVariable(QString N, short *wav, int S);
  46. + vxmlVariable(QString N, short *wav, int S);
  47. virtual ~vxmlVariable() {};
  48. bool isType(QString t) { return (t == Type); };
  49. QString getName() { return Name; };
  50. diff -Nur mythplugins-0.19-orig/mythvideo/mythvideo/videomanager.h mythplugins-0.19/mythvideo/mythvideo/videomanager.h
  51. --- mythplugins-0.19-orig/mythvideo/mythvideo/videomanager.h 2005-10-04 15:48:34.000000000 +0000
  52. +++ mythplugins-0.19/mythvideo/mythvideo/videomanager.h 2006-04-02 14:02:15.205611750 +0000
  53. @@ -30,7 +30,7 @@
  54. public:
  55. VideoManager(MythMainWindow *parent, const char *name = 0);
  56. ~VideoManager(void);
  57. - void VideoManager::processEvents() { qApp->processEvents(); }
  58. + void processEvents() { qApp->processEvents(); }
  59. public slots:
  60. void slotManualIMDB();
  61. diff -Nur mythplugins-0.19-orig/mythvideo/mythvideo/videoselected.h mythplugins-0.19/mythvideo/mythvideo/videoselected.h
  62. --- mythplugins-0.19-orig/mythvideo/mythvideo/videoselected.h 2005-07-12 18:21:05.000000000 +0000
  63. +++ mythplugins-0.19/mythvideo/mythvideo/videoselected.h 2006-04-02 14:06:42.310304750 +0000
  64. @@ -35,7 +35,7 @@
  65. VideoSelected(VideoList *lvideolist,
  66. MythMainWindow *parent, const char *name = 0, int index = 0);
  67. ~VideoSelected();
  68. - void VideoSelected::processEvents() { qApp->processEvents(); }
  69. + void processEvents() { qApp->processEvents(); }
  70. protected slots: