about summary refs log tree commit diff
path: root/pkgs/applications/video/kdenlive/qtgl-header-change.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/video/kdenlive/qtgl-header-change.patch')
-rw-r--r--pkgs/applications/video/kdenlive/qtgl-header-change.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/pkgs/applications/video/kdenlive/qtgl-header-change.patch b/pkgs/applications/video/kdenlive/qtgl-header-change.patch
new file mode 100644
index 0000000000000..91d9f13737bdf
--- /dev/null
+++ b/pkgs/applications/video/kdenlive/qtgl-header-change.patch
@@ -0,0 +1,14 @@
+Correct for changed Qt opengl includes.
+Reference: http://www.kdenlive.org/mantis/view.php?id=2396
+
+diff -Naur kdenlive-0.8.2.1.orig//src/videoglwidget.cpp kdenlive-0.8.2.1/src/videoglwidget.cpp
+--- kdenlive-0.8.2.1.orig//src/videoglwidget.cpp	2012-01-24 00:04:53.588121469 -0430
++++ kdenlive-0.8.2.1/src/videoglwidget.cpp	2012-01-24 00:05:32.817410938 -0430
+@@ -2,6 +2,7 @@
+ #include <QtGui>
+ #include <QtOpenGL>
+ #include "videoglwidget.h"
++#include "GL/glu.h"
+ 
+ #ifndef GL_TEXTURE_RECTANGLE_EXT
+ #define GL_TEXTURE_RECTANGLE_EXT GL_TEXTURE_RECTANGLE_NV