diff -Nru kdenlive-0.8.2.1/debian/changelog kdenlive-0.8.2.1/debian/changelog --- kdenlive-0.8.2.1/debian/changelog 2011-12-11 16:52:50.000000000 +0000 +++ kdenlive-0.8.2.1/debian/changelog 2012-02-08 14:22:31.000000000 +0000 @@ -1,3 +1,9 @@ +kdenlive (0.8.2.1-1ubuntu1) precise; urgency=low + + * Add glu_include.patch to fix FTBFS with Qt 4.8. + + -- Felix Geyer Wed, 08 Feb 2012 15:22:04 +0100 + kdenlive (0.8.2.1-1) unstable; urgency=low * New upstream release. diff -Nru kdenlive-0.8.2.1/debian/control kdenlive-0.8.2.1/debian/control --- kdenlive-0.8.2.1/debian/control 2011-12-11 16:52:50.000000000 +0000 +++ kdenlive-0.8.2.1/debian/control 2012-02-08 14:22:34.000000000 +0000 @@ -1,7 +1,8 @@ Source: kdenlive Section: video Priority: optional -Maintainer: Patrick Matthäi +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Patrick Matthäi Homepage: http://www.kdenlive.org/ Standards-Version: 3.9.2 Build-Depends: debhelper (>= 7), diff -Nru kdenlive-0.8.2.1/debian/patches/glu_include.patch kdenlive-0.8.2.1/debian/patches/glu_include.patch --- kdenlive-0.8.2.1/debian/patches/glu_include.patch 1970-01-01 00:00:00.000000000 +0000 +++ kdenlive-0.8.2.1/debian/patches/glu_include.patch 2012-02-08 14:23:15.000000000 +0000 @@ -0,0 +1,13 @@ +Description: Fix FTBFS with Qt 4.8. +Author: Felix Geyer + +--- kdenlive-0.8.2.1.orig/src/videoglwidget.cpp ++++ kdenlive-0.8.2.1/src/videoglwidget.cpp +@@ -1,6 +1,7 @@ + + #include + #include ++#include + #include "videoglwidget.h" + + #ifndef GL_TEXTURE_RECTANGLE_EXT diff -Nru kdenlive-0.8.2.1/debian/patches/series kdenlive-0.8.2.1/debian/patches/series --- kdenlive-0.8.2.1/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ kdenlive-0.8.2.1/debian/patches/series 2012-02-08 14:23:06.000000000 +0000 @@ -0,0 +1 @@ +glu_include.patch