[SCM] kdeclarative packaging branch, kubuntu_unstable, updated. debian/5.9.0-1-4-gc3fa5ed
Kubuntu CI (Harald Sitter)
kubuntu-ci-guest at moszumanska.debian.org
Wed May 20 00:00:58 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/kdeclarative.git;a=commitdiff;h=849ce64
The following commit has been merged in the kubuntu_unstable branch:
commit 849ce64207f659edea111de274778ba1bc545a3f
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date: Sat Mar 21 12:51:33 2015 +0100
Remove upstream applied patch: kubuntu_fix_epoxy_vs_qopengl.diff
---
debian/changelog | 1 +
debian/patches/kubuntu_fix_epoxy_vs_qopengl.diff | 35 ------------------------
debian/patches/series | 1 -
3 files changed, 1 insertion(+), 36 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 1ef31f7..7ee065c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
kdeclarative (5.8.0-1~) UNRELEASED; urgency=medium
* New upstream release (5.8.0).
+ * Remove upstream applied patch: kubuntu_fix_epoxy_vs_qopengl.diff
-- Maximiliano Curia <maxy at debian.org> Sat, 14 Mar 2015 10:25:08 +0100
diff --git a/debian/patches/kubuntu_fix_epoxy_vs_qopengl.diff b/debian/patches/kubuntu_fix_epoxy_vs_qopengl.diff
deleted file mode 100644
index 8c2a9c5..0000000
--- a/debian/patches/kubuntu_fix_epoxy_vs_qopengl.diff
+++ /dev/null
@@ -1,35 +0,0 @@
-Description: fix epoxy include
- epoxy defines GLdouble as double whereas qopengl defines it as float.
- g++ doesn't like these conflicting typedefs.
-Author: Marco Martin <notmart at kde.org>
-Origin: vendor
-Forwarded: no
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
-Index: kdeclarative-5.7.0/src/qmlcontrols/kquickcontrolsaddons/plotter.cpp
-===================================================================
---- kdeclarative-5.7.0.orig/src/qmlcontrols/kquickcontrolsaddons/plotter.cpp
-+++ kdeclarative-5.7.0/src/qmlcontrols/kquickcontrolsaddons/plotter.cpp
-@@ -21,7 +21,6 @@
- * Boston, MA 02110-1301, USA.
- */
-
--#include <epoxy/gl.h>
- #include "plotter.h"
-
- #include <QGuiApplication>
-Index: kdeclarative-5.7.0/src/qmlcontrols/kquickcontrolsaddons/plotter.h
-===================================================================
---- kdeclarative-5.7.0.orig/src/qmlcontrols/kquickcontrolsaddons/plotter.h
-+++ kdeclarative-5.7.0/src/qmlcontrols/kquickcontrolsaddons/plotter.h
-@@ -23,6 +23,10 @@
- #ifndef PLASMA_PLOTTER_H
- #define PLASMA_PLOTTER_H
-
-+#include <epoxy/gl.h>
-+// Qt's qopenl.h redefines GLdouble to float on ARM. This causes conflicting
-+// typedefs and results in build failure on ARM.
-+#define GLdouble GLdouble
- #include <QSGTexture>
- #include <QSGSimpleTextureNode>
- #include <QQuickItem>
diff --git a/debian/patches/series b/debian/patches/series
index 6796296..e69de29 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +0,0 @@
-kubuntu_fix_epoxy_vs_qopengl.diff
--
kdeclarative packaging
More information about the pkg-kde-commits
mailing list