mirror of the now-defunct rocklinux.org
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.

316 lines
8.8 KiB

  1. # --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. #
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. # Please add additional copyright information _after_ the line containing
  5. # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. #
  8. # ROCK Linux: rock-src/package/blindcoder/ksimus/gcc34.patch.ksimus-datarecorder
  9. # ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
  10. #
  11. # This patch file is dual-licensed. It is available under the license the
  12. # patched project is licensed under, as long as it is an OpenSource license
  13. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  14. # of the GNU General Public License as published by the Free Software
  15. # Foundation; either version 2 of the License, or (at your option) any later
  16. # version.
  17. #
  18. # --- ROCK-COPYRIGHT-NOTE-END ---
  19. Courtesy of debian.
  20. Make ksimus compile with gcc34
  21. --- ksimus-datarecorder-0.3.6.orig/po/de.po
  22. +++ ksimus-datarecorder-0.3.6/po/de.po
  23. @@ -89,7 +89,7 @@
  24. #: textrec.cpp:632
  25. msgid "Directory %1 not exists"
  26. -msgstr "Verzeichnis %1 exisitiert nicht"
  27. +msgstr "Verzeichnis %1 existiert nicht"
  28. #: textrec.cpp:676
  29. msgid "File open failed (Filename %1)"
  30. @@ -141,7 +141,7 @@
  31. "If checked an exisiting file will not be deleted before a new simulations is "
  32. "started."
  33. msgstr ""
  34. -"Wenn das Feld markiert ist wird die Datei gelöscht bevor eine neue "
  35. +"Wenn das Feld markiert ist, wird eine existierende Datei nicht gelöscht, bevor eine neue "
  36. "Simulation gestartet wird."
  37. #: textrec.cpp:939
  38. --- ksimus-datarecorder-0.3.6.orig/admin/acinclude.m4.in
  39. +++ ksimus-datarecorder-0.3.6/admin/acinclude.m4.in
  40. @@ -2965,7 +2965,7 @@
  41. kdelibsuff=$enableval)
  42. if test "$kdelibsuff" = "none"; then
  43. if test -d /lib64 ; then
  44. - kdelibsuff=64
  45. + kdelibsuff=
  46. else
  47. kdelibsuff=
  48. fi
  49. --- ksimus-datarecorder-0.3.6.orig/ksimus-datarecorder/channelpositionwidget.cpp
  50. +++ ksimus-datarecorder-0.3.6/ksimus-datarecorder/channelpositionwidget.cpp
  51. @@ -190,6 +190,6 @@
  52. -}; //namespace KSimLibDataRecorder
  53. +} //namespace KSimLibDataRecorder
  54. --- ksimus-datarecorder-0.3.6.orig/ksimus-datarecorder/datarecorderchannelbase.cpp
  55. +++ ksimus-datarecorder-0.3.6/ksimus-datarecorder/datarecorderchannelbase.cpp
  56. @@ -52,7 +52,7 @@
  57. static EnumDict<eChannelType> channelTypeDict;
  58. -EnumDict<eChannelType>::tData EnumDict<eChannelType>::data[]
  59. +template <> EnumDict<eChannelType>::tData EnumDict<eChannelType>::data[]
  60. = { {"Unknown", KSimLibDataRecorder::CT_Unknown},
  61. {"Boolean", KSimLibDataRecorder::CT_Boolean},
  62. {"Floating Point", KSimLibDataRecorder::CT_Float},
  63. @@ -206,7 +206,7 @@
  64. {
  65. m_serialNumber = no;
  66. getConnector()->setWireName(QString("Input %1").arg(no));
  67. -};
  68. +}
  69. //#############################################################################
  70. //#############################################################################
  71. @@ -246,7 +246,7 @@
  72. -}; //namespace KSimLibDataRecorder
  73. +} //namespace KSimLibDataRecorder
  74. --- ksimus-datarecorder-0.3.6.orig/ksimus-datarecorder/datarecorderdataview.h
  75. +++ ksimus-datarecorder-0.3.6/ksimus-datarecorder/datarecorderdataview.h
  76. @@ -222,7 +222,7 @@
  77. -}; //namespace KSimLibDataRecorder
  78. +} //namespace KSimLibDataRecorder
  79. #endif
  80. --- ksimus-datarecorder-0.3.6.orig/ksimus-datarecorder/datarecorderchannelboolean.cpp
  81. +++ ksimus-datarecorder-0.3.6/ksimus-datarecorder/datarecorderchannelboolean.cpp
  82. @@ -262,5 +262,5 @@
  83. return m_propertyWidget;
  84. }
  85. -}; //namespace KSimLibDataRecorder
  86. +} //namespace KSimLibDataRecorder
  87. --- ksimus-datarecorder-0.3.6.orig/ksimus-datarecorder/textrec.cpp
  88. +++ ksimus-datarecorder-0.3.6/ksimus-datarecorder/textrec.cpp
  89. @@ -1031,5 +1031,5 @@
  90. }
  91. -}; //namespace KSimLibDataRecorder
  92. +} //namespace KSimLibDataRecorder
  93. --- ksimus-datarecorder-0.3.6.orig/ksimus-datarecorder/zoomwidget.cpp
  94. +++ ksimus-datarecorder-0.3.6/ksimus-datarecorder/zoomwidget.cpp
  95. @@ -395,6 +395,6 @@
  96. -}; //namespace KSimLibDataRecorder
  97. +} //namespace KSimLibDataRecorder
  98. --- ksimus-datarecorder-0.3.6.orig/ksimus-datarecorder/zoomwidget.h
  99. +++ ksimus-datarecorder-0.3.6/ksimus-datarecorder/zoomwidget.h
  100. @@ -137,7 +137,7 @@
  101. -}; //namespace KSimLibDataRecorder
  102. +} //namespace KSimLibDataRecorder
  103. #endif
  104. --- ksimus-datarecorder-0.3.6.orig/ksimus-datarecorder/datarecorder.cpp
  105. +++ ksimus-datarecorder-0.3.6/ksimus-datarecorder/datarecorder.cpp
  106. @@ -174,7 +174,7 @@
  107. KInstance * instance = 0;
  108. const PackageInfo * packageInfo = 0;
  109. -}; //namespace KSimLibDataRecorder
  110. +} //namespace KSimLibDataRecorder
  111. @@ -754,4 +754,4 @@
  112. }
  113. -}; //namespace KSimLibDataRecorder
  114. +} //namespace KSimLibDataRecorder
  115. --- ksimus-datarecorder-0.3.6.orig/ksimus-datarecorder/channelpositionwidget.h
  116. +++ ksimus-datarecorder-0.3.6/ksimus-datarecorder/channelpositionwidget.h
  117. @@ -103,6 +103,6 @@
  118. };
  119. -}; //namespace KSimLibDataRecorder
  120. +} //namespace KSimLibDataRecorder
  121. #endif
  122. --- ksimus-datarecorder-0.3.6.orig/ksimus-datarecorder/datarecorderchannelfloat.cpp
  123. +++ ksimus-datarecorder-0.3.6/ksimus-datarecorder/datarecorderchannelfloat.cpp
  124. @@ -257,5 +257,5 @@
  125. return m_propertyWidget;
  126. }
  127. -}; //namespace KSimLibDataRecorder
  128. +} //namespace KSimLibDataRecorder
  129. --- ksimus-datarecorder-0.3.6.orig/ksimus-datarecorder/datarecorderwidget.cpp
  130. +++ ksimus-datarecorder-0.3.6/ksimus-datarecorder/datarecorderwidget.cpp
  131. @@ -263,5 +263,5 @@
  132. }
  133. -}; //namespace KSimLibDataRecorder
  134. +} //namespace KSimLibDataRecorder
  135. --- ksimus-datarecorder-0.3.6.orig/ksimus-datarecorder/datarecorderchannelbase.h
  136. +++ ksimus-datarecorder-0.3.6/ksimus-datarecorder/datarecorderchannelbase.h
  137. @@ -180,7 +180,7 @@
  138. -}; //namespace KSimLibDataRecorder
  139. +} //namespace KSimLibDataRecorder
  140. #endif
  141. --- ksimus-datarecorder-0.3.6.orig/ksimus-datarecorder/datarecorderwidget.h
  142. +++ ksimus-datarecorder-0.3.6/ksimus-datarecorder/datarecorderwidget.h
  143. @@ -121,6 +121,6 @@
  144. -}; //namespace KSimLibDataRecorder
  145. +} //namespace KSimLibDataRecorder
  146. #endif
  147. --- ksimus-datarecorder-0.3.6.orig/ksimus-datarecorder/textrec.h
  148. +++ ksimus-datarecorder-0.3.6/ksimus-datarecorder/textrec.h
  149. @@ -352,7 +352,7 @@
  150. //###############################################################
  151. -}; //namespace KSimLibDataRecorder
  152. +} //namespace KSimLibDataRecorder
  153. #endif
  154. --- ksimus-datarecorder-0.3.6.orig/ksimus-datarecorder/widgetcontrolbutton.h
  155. +++ ksimus-datarecorder-0.3.6/ksimus-datarecorder/widgetcontrolbutton.h
  156. @@ -98,6 +98,6 @@
  157. };
  158. -}; //namespace KSimLibDataRecorder
  159. +} //namespace KSimLibDataRecorder
  160. #endif
  161. --- ksimus-datarecorder-0.3.6.orig/ksimus-datarecorder/datarecorderdataview.cpp
  162. +++ ksimus-datarecorder-0.3.6/ksimus-datarecorder/datarecorderdataview.cpp
  163. @@ -140,7 +140,7 @@
  164. CHECK_PTR(m_divGrid);
  165. VIEW_DEBUG_VAR("",m_snapHorizontal);
  166. -};
  167. +}
  168. DataRecorderDataView::~DataRecorderDataView()
  169. {
  170. @@ -583,7 +583,7 @@
  171. -}; //namespace KSimLibDataRecorder
  172. +} //namespace KSimLibDataRecorder
  173. --- ksimus-datarecorder-0.3.6.orig/ksimus-datarecorder/datarecorderview.h
  174. +++ ksimus-datarecorder-0.3.6/ksimus-datarecorder/datarecorderview.h
  175. @@ -73,6 +73,6 @@
  176. -}; //namespace KSimLibDataRecorder
  177. +} //namespace KSimLibDataRecorder
  178. #endif
  179. --- ksimus-datarecorder-0.3.6.orig/ksimus-datarecorder/datarecorder.h
  180. +++ ksimus-datarecorder-0.3.6/ksimus-datarecorder/datarecorder.h
  181. @@ -86,7 +86,7 @@
  182. const ComponentInfo * getDataRecorderInfo();
  183. -}; //namespace KSimLibDataRecorder
  184. +} //namespace KSimLibDataRecorder
  185. /** The init function. KSIMUS_PACKAGE_INIT_FUNCTION is a macro which expands to the real function name. */
  186. extern "C" const PackageInfo * KSIMUS_PACKAGE_INIT_FUNCTION(KLocale * ksimusLocale);
  187. @@ -178,6 +178,6 @@
  188. void slotAddFloatChannel();
  189. };
  190. -}; //namespace KSimLibDataRecorder
  191. +} //namespace KSimLibDataRecorder
  192. #endif
  193. --- ksimus-datarecorder-0.3.6.orig/ksimus-datarecorder/widgetcontrolbutton.cpp
  194. +++ ksimus-datarecorder-0.3.6/ksimus-datarecorder/widgetcontrolbutton.cpp
  195. @@ -187,5 +187,5 @@
  196. }
  197. -}; //namespace KSimLibDataRecorder
  198. +} //namespace KSimLibDataRecorder
  199. --- ksimus-datarecorder-0.3.6.orig/ksimus-datarecorder/datarecorderchannelboolean.h
  200. +++ ksimus-datarecorder-0.3.6/ksimus-datarecorder/datarecorderchannelboolean.h
  201. @@ -82,6 +82,6 @@
  202. -}; //namespace KSimLibDataRecorder
  203. +} //namespace KSimLibDataRecorder
  204. #endif
  205. --- ksimus-datarecorder-0.3.6.orig/ksimus-datarecorder/datarecorderview.cpp
  206. +++ ksimus-datarecorder-0.3.6/ksimus-datarecorder/datarecorderview.cpp
  207. @@ -90,5 +90,5 @@
  208. onlinePopup->popup(QCursor::pos());
  209. }
  210. -}; //namespace KSimLibDataRecorder
  211. +} //namespace KSimLibDataRecorder
  212. --- ksimus-datarecorder-0.3.6.orig/ksimus-datarecorder/datarecorderchannelfloat.h
  213. +++ ksimus-datarecorder-0.3.6/ksimus-datarecorder/datarecorderchannelfloat.h
  214. @@ -87,6 +87,6 @@
  215. -}; //namespace KSimLibDataRecorder
  216. +} //namespace KSimLibDataRecorder
  217. #endif