Package: qt-gstreamer / 1.2.0-4

Metadata

Package Version Patches format
qt-gstreamer 1.2.0-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
disable doxygen timestamp.patch | (download)

Doxyfile.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 turn off html_timestamp.

This is needed to make qt-gstreamer build reproducably.

find_gstconfig_properly.diff | (download)

CMakeLists.txt | 1 1 + 0 - 0 !
cmake/modules/FindGStreamer.cmake | 1 1 + 0 - 0 !
2 files changed, 2 insertions(+)

 apply gstreamer pkg-config definitions

To ensure gstreamer builds correctly, pick up its cflags in FindGstreamer
and apply them to the build as definitions

upstream_workaround_boost_ftbfs.diff | (download)

src/QGlib/connect.cpp | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 workaround build failures with boost>=1.57 and moc

Otherwise I get the following error message:
'usr/include/boost/type_traits/detail/has_binary_operator.hp:50:
Parse error at "BOOST_JOIN"'. See
https://bugreports.qt-project.org/browse/QTBUG-22829 for details.

The old workaround to define BOOST_TT_HAS_OPERATOR_HPP_INCLUDED
doesn't seem to work here.

https://bugzilla.gnome.org/show_bug.cgi?id=739752

Furter workarounds for build failures now boost 1.61 and .patch | (download)

src/QGlib/connect.h | 2 2 + 0 - 0 !
src/QGlib/connectimpl.h | 2 2 + 0 - 0 !
src/QGlib/refpointer.h | 2 2 + 0 - 0 !
src/QGlib/value.cpp | 2 2 + 0 - 0 !
src/QGlib/value.h | 2 2 + 0 - 0 !
5 files changed, 10 insertions(+)

 furter workarounds for build failures (now boost>=1.61 and moc)

Otherwise I get the following error message:
'usr/include/boost/type_traits/detail/has_binary_operator.hp:50:
Parse error at "BOOST_JOIN"'.

Now the header: boost/type_traits.hpp also triggers the issue.