[SCM] kdenlive packaging branch, kubuntu_xenial_archive, updated. ubuntu/4%15.08.2-0ubuntu1-561-gb8d8ab5

Scarlett Clark sgclark-guest at moszumanska.debian.org
Thu Feb 18 19:31:07 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/kdenlive.git;a=commitdiff;h=ba0dff4

The following commit has been merged in the kubuntu_xenial_archive branch:
commit ba0dff453c40c33c4d796f141df0b9016d4162de
Author: the-me <the-me at f1c9c430-f51a-44e6-a298-6f72677f57b2>
Date:   Tue Mar 6 21:36:59 2012 +0000

    * Add patch 01-glu-include from Felix Geyer to build with Qt 4.8.
      Closes: #662769
    
    
    git-svn-id: https://svn.linux-dev.org/svn/pkg/kdenlive/trunk/debian@3464 f1c9c430-f51a-44e6-a298-6f72677f57b2
---
 changelog                   |  4 +++-
 patches/01-glu-include.diff | 14 ++++++++++++++
 patches/series              |  1 +
 3 files changed, 18 insertions(+), 1 deletion(-)

diff --git a/changelog b/changelog
index 8b0d000..a4c743c 100644
--- a/changelog
+++ b/changelog
@@ -1,8 +1,10 @@
 kdenlive (0.8.2.1-2) UNRELEASED; urgency=low
 
   * Bump Standards-Version to 3.9.3 (no changed needed).
+  * Add patch 01-glu-include from Felix Geyer to build with Qt 4.8.
+    Closes: #662769
 
- -- Patrick Matthäi <pmatthaei at debian.org>  Fri, 24 Feb 2012 16:08:15 +0100
+ -- Patrick Matthäi <pmatthaei at debian.org>  Tue, 06 Mar 2012 22:39:24 +0100
 
 kdenlive (0.8.2.1-1) unstable; urgency=low
 
diff --git a/patches/01-glu-include.diff b/patches/01-glu-include.diff
new file mode 100644
index 0000000..321bb2a
--- /dev/null
+++ b/patches/01-glu-include.diff
@@ -0,0 +1,14 @@
+# Fix FTBFS with Qt 4.8.
+# Author: Felix Geyer <debfx at ubuntu.com>
+
+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	2011-12-07 09:02:13.000000000 +0100
++++ kdenlive-0.8.2.1/src/videoglwidget.cpp	2012-03-06 22:37:09.804942053 +0100
+@@ -1,6 +1,7 @@
+ 
+ #include <QtGui>
+ #include <QtOpenGL>
++#include <GL/glu.h>
+ #include "videoglwidget.h"
+ 
+ #ifndef GL_TEXTURE_RECTANGLE_EXT
diff --git a/patches/series b/patches/series
new file mode 100644
index 0000000..98cf9b5
--- /dev/null
+++ b/patches/series
@@ -0,0 +1 @@
+01-glu-include.diff

-- 
kdenlive packaging



More information about the pkg-kde-commits mailing list