Subject: qt-gstreamer: Adding patch
Followup-For: Bug #653796
Source: qt-gstreamer

Severity-Justification: FTBFS.

The attached patch fixes the FTBFS for Boost 1.48
(Tested with pdebuild that is builds against 1.46 as well)

coldtobi

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 3.1.0-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- a/src/QGlib/connect.h
+++ b/src/QGlib/connect.h
@@ -19,6 +19,11 @@
 #ifndef QGLIB_CONNECT_H
 #define QGLIB_CONNECT_H
 
+#ifdef Q_MOC_RUN
+#define BOOST_TT_HAS_OPERATOR_HPP_INCLUDED
+#endif
+
+
 #include "global.h"
 #include "quark.h"
 #include <QtCore/QObject>
--- a/src/QGst/bin.h
+++ b/src/QGst/bin.h
@@ -19,6 +19,10 @@
 #ifndef QGST_BIN_H
 #define QGST_BIN_H
 
+#ifdef Q_MOC_RUN
+#define BOOST_TT_HAS_OPERATOR_HPP_INCLUDED
+#endif
+
 #include "element.h"
 #include "childproxy.h"
 
--- a/src/QGst/Ui/videowidget.h
+++ b/src/QGst/Ui/videowidget.h
@@ -19,6 +19,10 @@
 #ifndef QGST_UI_VIDEOWIDGET_H
 #define QGST_UI_VIDEOWIDGET_H
 
+#ifdef Q_MOC_RUN
+#define BOOST_TT_HAS_OPERATOR_HPP_INCLUDED
+#endif
+
 #include "global.h"
 #include "../element.h"
 #include <QtGui/QWidget>
_______________________________________________
pkg-gstreamer-maintainers mailing list
pkg-gstreamer-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-gstreamer-maintainers

Reply via email to