summaryrefslogtreecommitdiffstats
path: root/kde/kdenlive/kdenlive-0.5-gcc43.patch
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-09-05 14:10:38 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-09-05 14:10:38 +0200
commit1e7ad5e63563336557ec18421d5c32c4c2f91d5f (patch)
tree4ef6de82dfdf4864de3af3ebbdaf85c8cd8d57cf /kde/kdenlive/kdenlive-0.5-gcc43.patch
parent8b62955c9cd762d610bdafd27ba30321a6797bf3 (diff)
downloadnutyx-extra-1e7ad5e63563336557ec18421d5c32c4c2f91d5f.tar.gz
nutyx-extra-1e7ad5e63563336557ec18421d5c32c4c2f91d5f.tar.bz2
nutyx-extra-1e7ad5e63563336557ec18421d5c32c4c2f91d5f.tar.xz
nutyx-extra-1e7ad5e63563336557ec18421d5c32c4c2f91d5f.zip
Ajout de kdenlive#0.7.5-1
Diffstat (limited to 'kde/kdenlive/kdenlive-0.5-gcc43.patch')
-rw-r--r--kde/kdenlive/kdenlive-0.5-gcc43.patch192
1 files changed, 192 insertions, 0 deletions
diff --git a/kde/kdenlive/kdenlive-0.5-gcc43.patch b/kde/kdenlive/kdenlive-0.5-gcc43.patch
new file mode 100644
index 000000000..072213cd8
--- /dev/null
+++ b/kde/kdenlive/kdenlive-0.5-gcc43.patch
@@ -0,0 +1,192 @@
+--- kdenlive-0.5.orig/kdenlive/docclipavfile.cpp 2007-08-12 16:16:52.000000000 +0800
++++ kdenlive-0.5/kdenlive/docclipavfile.cpp 2008-05-07 11:01:59.000000000 +0800
+@@ -18,7 +18,7 @@
+ #include "docclipavfile.h"
+
+ #include <iostream>
+-#include <assert.h>
++#include <cassert>
+
+ #include <qfileinfo.h>
+
+--- kdenlive-0.5.orig/kdenlive/docclipproject.cpp 2007-08-12 16:16:52.000000000 +0800
++++ kdenlive-0.5/kdenlive/docclipproject.cpp 2008-05-07 11:01:59.000000000 +0800
+@@ -17,7 +17,7 @@
+
+ #include "docclipproject.h"
+
+-#include <assert.h>
++#include <cassert>
+ #include <qptrvector.h>
+ #include <qvaluevector.h>
+ #include <qptrlist.h>
+--- kdenlive-0.5.orig/kdenlive/doccliptextfile.cpp 2007-08-12 16:16:52.000000000 +0800
++++ kdenlive-0.5/kdenlive/doccliptextfile.cpp 2008-05-07 11:01:59.000000000 +0800
+@@ -19,7 +19,7 @@
+ #include "doccliptextfile.h"
+
+ #include <iostream>
+-#include <assert.h>
++#include <cassert>
+
+ #include <qfileinfo.h>
+
+--- kdenlive-0.5.orig/kdenlive/docclipvirtual.cpp 2007-08-12 16:16:52.000000000 +0800
++++ kdenlive-0.5/kdenlive/docclipvirtual.cpp 2008-05-07 11:01:59.000000000 +0800
+@@ -19,7 +19,7 @@
+ #include "docclipvirtual.h"
+
+ #include <iostream>
+-#include <assert.h>
++#include <cassert>
+
+ #include <qfileinfo.h>
+
+--- kdenlive-0.5.orig/kdenlive/docsubclip.cpp 2007-08-12 16:16:52.000000000 +0800
++++ kdenlive-0.5/kdenlive/docsubclip.cpp 2008-05-07 11:01:59.000000000 +0800
+@@ -22,7 +22,7 @@
+
+ #include <iostream>
+ #include <kdebug.h>
+-#include <assert.h>
++#include <cassert>
+ DocSubClip::DocSubClip(KdenliveDoc * doc, DocClipBase * clip):
+ m_clip(clip)
+ {
+--- kdenlive-0.5.orig/kdenlive/dynamicToolTip.cpp 2007-08-12 16:16:52.000000000 +0800
++++ kdenlive-0.5/kdenlive/dynamicToolTip.cpp 2008-05-07 11:01:59.000000000 +0800
+@@ -17,7 +17,7 @@
+ #include "dynamicToolTip.h"
+ #include <qapplication.h>
+ #include <qpainter.h>
+-#include <stdlib.h>
++#include <cstdlib>
+
+ #include <kdebug.h>
+
+--- kdenlive-0.5.orig/kdenlive/effectdesc.cpp 2007-08-12 16:16:52.000000000 +0800
++++ kdenlive-0.5/kdenlive/effectdesc.cpp 2008-05-07 11:01:59.000000000 +0800
+@@ -15,7 +15,7 @@
+ * *
+ ***************************************************************************/
+
+-#include <assert.h>
++#include <cassert>
+ #include "kdebug.h"
+
+ #include "effectdesc.h"
+--- kdenlive-0.5.orig/kdenlive/effectparamdialog.cpp 2007-08-12 16:16:52.000000000 +0800
++++ kdenlive-0.5/kdenlive/effectparamdialog.cpp 2008-05-07 11:01:59.000000000 +0800
+@@ -27,7 +27,7 @@
+ #include <klocale.h>
+ #include <kpushbutton.h>
+
+-#include <assert.h>
++#include <cassert>
+
+ #include <kfixedruler.h>
+ #include <kmmtimeline.h>
+--- kdenlive-0.5.orig/kdenlive/kdenlive.cpp 2007-08-12 16:16:52.000000000 +0800
++++ kdenlive-0.5/kdenlive/kdenlive.cpp 2008-05-07 11:01:59.000000000 +0800
+@@ -17,6 +17,8 @@
+
+ #define _ISOC99_SOURCE
+
++#include <cstdlib>
++
+ // include files for QT
+ #include <qdir.h>
+ #include <qprinter.h>
+--- kdenlive-0.5.orig/kdenlive/kmmrulerpanel.cpp 2007-08-12 16:16:52.000000000 +0800
++++ kdenlive-0.5/kdenlive/kmmrulerpanel.cpp 2008-05-07 11:01:59.000000000 +0800
+@@ -26,8 +26,8 @@
+ #include <kdebug.h>
+
+
+-#include <stdlib.h>
+-#include <math.h>
++#include <cstdlib>
++#include <cmath>
+
+ namespace Gui {
+
+--- kdenlive-0.5.orig/kdenlive/kmmscreen.cpp 2007-08-12 16:16:52.000000000 +0800
++++ kdenlive-0.5/kdenlive/kmmscreen.cpp 2008-05-07 11:01:59.000000000 +0800
+@@ -16,7 +16,7 @@
+ ***************************************************************************/
+
+ #include "kmmscreen.h"
+-#include <string.h>
++#include <cstring>
+ #include <iostream>
+ #include <kdebug.h>
+ #include <klocale.h>
+--- kdenlive-0.5.orig/kdenlive/krender.cpp 2007-08-12 16:16:52.000000000 +0800
++++ kdenlive-0.5/kdenlive/krender.cpp 2008-05-07 11:01:59.000000000 +0800
+@@ -27,6 +27,7 @@
+ }
+
+ #include <iostream>
++#include <cstdlib>
+
+ // ffmpeg Header files
+
+--- kdenlive-0.5.orig/kdenlive/kruler.cpp 2007-08-12 16:16:52.000000000 +0800
++++ kdenlive-0.5/kdenlive/kruler.cpp 2008-05-07 11:01:59.000000000 +0800
+@@ -24,6 +24,7 @@
+
+ #include <iostream>
+ #include <cmath>
++#include <cstdlib>
+
+ #include <kdebug.h>
+ #include <kstyle.h>
+--- kdenlive-0.5.orig/kdenlive/krulertimemodel.cpp 2007-08-12 16:16:52.000000000 +0800
++++ kdenlive-0.5/kdenlive/krulertimemodel.cpp 2008-05-07 11:01:59.000000000 +0800
+@@ -16,7 +16,7 @@
+ ***************************************************************************/
+
+ #include <kdebug.h>
+-#include <math.h>
++#include <cmath>
+
+ #include "krulertimemodel.h"
+ #include "kdenlivesettings.h"
+--- kdenlive-0.5.orig/kdenlive/ktimeline.cpp 2007-08-12 16:16:52.000000000 +0800
++++ kdenlive-0.5/kdenlive/ktimeline.cpp 2008-05-07 11:01:59.000000000 +0800
+@@ -17,9 +17,9 @@
+
+ #include <cmath>
+ #include <iostream>
+-#include <stdlib.h>
++#include <cstdlib>
+ #include <iostream>
+-#include <assert.h>
++#include <cassert>
+
+ #include <qscrollbar.h>
+ #include <qscrollview.h>
+--- kdenlive-0.5.orig/kdenlive/ktrackpanel.cpp 2007-08-12 16:16:52.000000000 +0800
++++ kdenlive-0.5/kdenlive/ktrackpanel.cpp 2008-05-07 11:01:59.000000000 +0800
+@@ -15,7 +15,7 @@
+ * *
+ ***************************************************************************/
+ #include "ktrackpanel.h"
+-#include <assert.h>
++#include <cassert>
+
+ #include "kplacer.h"
+ #include "trackviewdecorator.h"
+--- kdenlive-0.5.orig/kdenlive/ktrackview.cpp 2007-08-12 16:16:52.000000000 +0800
++++ kdenlive-0.5/kdenlive/ktrackview.cpp 2008-05-07 11:01:59.000000000 +0800
+@@ -16,7 +16,8 @@
+ ***************************************************************************/
+
+ #include <iostream>
+-#include <math.h>
++#include <cmath>
++#include <cstdlib>
+
+ #include <qpainter.h>
+ #include <qcursor.h>
+