[neon/extras/qtav/Neon/release-lts] debian/patches: patch to fix compile with qt 5.15

Jonathan Riddell null at kde.org
Mon Nov 9 13:40:54 GMT 2020


Git commit 8ba2d8f75b427253be9fd7b0ce56bbdf624611ce by Jonathan Riddell.
Committed on 09/11/2020 at 13:40.
Pushed by jriddell into branch 'Neon/release-lts'.

patch to fix compile with qt 5.15

A  +10   -0    debian/patches/qt-5.15.diff
M  +1    -0    debian/patches/series

https://invent.kde.org/neon/extras/qtav/commit/8ba2d8f75b427253be9fd7b0ce56bbdf624611ce

diff --git a/debian/patches/qt-5.15.diff b/debian/patches/qt-5.15.diff
new file mode 100644
index 0000000..05d13b0
--- /dev/null
+++ b/debian/patches/qt-5.15.diff
@@ -0,0 +1,10 @@
+--- ./src/QtAV/FilterContext.h~	2019-07-11 01:58:59.000000000 +0100
++++ ./src/QtAV/FilterContext.h	2020-11-09 13:39:44.052349738 +0000
+@@ -26,6 +26,7 @@
+ #include <QtCore/QByteArray>
+ #include <QtCore/QRect>
+ #include <QtGui/QPainter>
++#include <QtGui/QPainterPath>
+ /*
+  * QPainterFilterContext, D2DFilterContext, ...
+  */
diff --git a/debian/patches/series b/debian/patches/series
index 0a3e5c2..05b38ca 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,3 +5,4 @@
 0005-Disable-warnings-with-Wno-expansion-to-defined-Wno-u.patch
 0006-Load-the-libva-libraries-with-SONAME-2.patch
 0007-Add-include-for-Qt-5.14.patch
+qt-5.15.diff


More information about the Neon-commits mailing list