Codebase list qtav / 2f23b77
Backport upstream patch to add missing include for Qt 5.15. Closes: #972355. Dmitry Shachnev 3 years ago
3 changed file(s) with 27 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
00 qtav (1.13.0+ds-3) UNRELEASED; urgency=medium
11
2 [ Dmitry Shachnev ]
3 * Backport upstream patch to add missing include for Qt 5.15.
4 (Closes: #972355)
25
36 -- Debian Qt extras Maintainers <debian-qt-kde@lists.debian.org> Wed, 21 Oct 2020 13:06:05 +0300
47
0 From: rezso <rezso@rezso.net>
1 Date: Mon, 1 Jun 2020 13:30:21 +0200
2 Subject: Fix build with Qt 5.15
3
4 Solves https://github.com/wang-bin/QtAV/issues/1309
5
6 (cherry picked from commit 5263d9d9ee29303a919d33d52b15acda554226c5)
7 ---
8 src/QtAV/FilterContext.h | 1 +
9 1 file changed, 1 insertion(+)
10
11 diff --git a/src/QtAV/FilterContext.h b/src/QtAV/FilterContext.h
12 index 6d2f9a0..7cc2fc1 100644
13 --- a/src/QtAV/FilterContext.h
14 +++ b/src/QtAV/FilterContext.h
15 @@ -26,6 +26,7 @@
16 #include <QtCore/QByteArray>
17 #include <QtCore/QRect>
18 #include <QtGui/QPainter>
19 +#include <QtGui/QPainterPath>
20 /*
21 * QPainterFilterContext, D2DFilterContext, ...
22 */
44 0005-Disable-warnings-with-Wno-expansion-to-defined-Wno-u.patch
55 0006-Load-the-libva-libraries-with-SONAME-2.patch
66 0007-Add-include-for-Qt-5.14.patch
7 0008-Fix-build-with-Qt-5.15.patch