[neon/extras/qtav/Neon/release] debian: Backport upstream patch to add missing include for Qt 5.15.

Dmitry Shachnev null at kde.org
Tue Aug 9 13:25:36 BST 2022


Git commit 2f23b7708730667a19c2e07533f4e72ce577e1c4 by Dmitry Shachnev.
Committed on 21/10/2020 at 10:09.
Pushed by jriddell into branch 'Neon/release'.

Backport upstream patch to add missing include for Qt 5.15.

Closes: #972355.

M  +3    -0    debian/changelog
A  +23   -0    debian/patches/0008-Fix-build-with-Qt-5.15.patch
M  +1    -0    debian/patches/series

https://invent.kde.org/neon/extras/qtav/commit/2f23b7708730667a19c2e07533f4e72ce577e1c4

diff --git a/debian/changelog b/debian/changelog
index 72f3125..95f694a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
 qtav (1.13.0+ds-3) UNRELEASED; urgency=medium
 
+  [ Dmitry Shachnev ]
+  * Backport upstream patch to add missing include for Qt 5.15.
+    (Closes: #972355)
 
  -- Debian Qt extras Maintainers <debian-qt-kde at lists.debian.org>  Wed, 21 Oct 2020 13:06:05 +0300
 
diff --git a/debian/patches/0008-Fix-build-with-Qt-5.15.patch b/debian/patches/0008-Fix-build-with-Qt-5.15.patch
new file mode 100644
index 0000000..c4be286
--- /dev/null
+++ b/debian/patches/0008-Fix-build-with-Qt-5.15.patch
@@ -0,0 +1,23 @@
+From: rezso <rezso at rezso.net>
+Date: Mon, 1 Jun 2020 13:30:21 +0200
+Subject: Fix build with Qt 5.15
+
+Solves https://github.com/wang-bin/QtAV/issues/1309
+
+(cherry picked from commit 5263d9d9ee29303a919d33d52b15acda554226c5)
+---
+ src/QtAV/FilterContext.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/QtAV/FilterContext.h b/src/QtAV/FilterContext.h
+index 6d2f9a0..7cc2fc1 100644
+--- a/src/QtAV/FilterContext.h
++++ b/src/QtAV/FilterContext.h
+@@ -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..cd6400e 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
+0008-Fix-build-with-Qt-5.15.patch



More information about the Neon-commits mailing list