[SCM] openmovieeditor/master: fix another piece of code that uses the new C99 types

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Fri Feb 25 08:00:38 UTC 2011


The following commit has been merged in the master branch:
commit 09631c27c164c5ce577c935d0d87c58c0d03e976
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Thu Feb 24 23:41:03 2011 +0100

    fix another piece of code that uses the new C99 types

diff --git a/debian/patches/07-fix-ftbfs-stdc_constant_macros.patch b/debian/patches/07-fix-ftbfs-stdc_constant_macros.patch
new file mode 100644
index 0000000..098d338
--- /dev/null
+++ b/debian/patches/07-fix-ftbfs-stdc_constant_macros.patch
@@ -0,0 +1,25 @@
+From: Reinhard Tartler <siretart at tauware.de>
+Subject: another piece of code that uses the new C99 types
+
+--- a/src/NodeEditor/Makefile.am
++++ b/src/NodeEditor/Makefile.am
+@@ -10,7 +10,7 @@
+ 
+ noinst_LIBRARIES = libNodeEditor.a
+ EXTRA_DIST = NodeFilterDialog.fl
+-AM_CPPFLAGS = -ggdb -I$(top_srcdir)/src -I$(top_srcdir)/src/sl -I$(top_srcdir)/src/tinyxml @CPPFLAGS@
++AM_CPPFLAGS = -D__STDC_CONSTANT_MACROS -ggdb -I$(top_srcdir)/src -I$(top_srcdir)/src/sl -I$(top_srcdir)/src/tinyxml @CPPFLAGS@
+ libNodeEditor_a_SOURCES = \
+ BezierCurveNode.cxx     Frei0rNode.cxx                          NodeFilterDialog.cxx               NodeFilterImageFactoryPlugin.cxx   \
+ BezierCurveNode.H       Frei0rNode.H                            NodeFilterDialog.fl                NodeFilterImageFactoryPlugin.H     \
+--- a/src/VideoViewGL.H
++++ b/src/VideoViewGL.H
+@@ -26,6 +26,8 @@
+ #include "IVideoWriter.H"
+ #include <sstream>
+ 
++#include <stdint.h>
++
+ namespace nle
+ {
+ 
diff --git a/debian/patches/series b/debian/patches/series
index e4a280e..7c60134 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 05-gcc_4.4.patch
 06-non-fatal-libquicktime
+07-fix-ftbfs-stdc_constant_macros.patch

-- 
openmovieeditor packaging



More information about the pkg-multimedia-commits mailing list