Hello community, here is the log from the commit of package QtAV for openSUSE:Leap:15.2 checked in at 2020-04-12 15:39:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/QtAV (Old) and /work/SRC/openSUSE:Leap:15.2/.QtAV.new.3248 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "QtAV" Sun Apr 12 15:39:18 2020 rev:12 rq:793348 version:1.13.0 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/QtAV/QtAV.changes 2020-02-19 18:36:00.725641856 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.QtAV.new.3248/QtAV.changes 2020-04-12 15:39:19.650054651 +0200 @@ -1,0 +2,6 @@ +Thu Apr 2 16:55:09 UTC 2020 - Christophe Giboudeaux <[email protected]> + +- Add patch to fix build with Qt 5.15: + * 0001-Fix-build-with-Qt-5.15.patch + +------------------------------------------------------------------- New: ---- 0001-Fix-build-with-Qt-5.15.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ QtAV.spec ++++++ --- /var/tmp/diff_new_pack.ygafx2/_old 2020-04-12 15:39:20.054054957 +0200 +++ /var/tmp/diff_new_pack.ygafx2/_new 2020-04-12 15:39:20.054054957 +0200 @@ -1,7 +1,7 @@ # # spec file for package QtAV # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -32,6 +32,8 @@ Patch0: 0001-Fix-build-with-Qt-5.14.patch Patch1: fix-linking.patch Patch2: disable_cuda.patch +# PATCH-FIX-UPSTREAM +Patch3: 0001-Fix-build-with-Qt-5.15.patch BuildRequires: ImageMagick BuildRequires: dos2unix BuildRequires: hicolor-icon-theme ++++++ 0001-Fix-build-with-Qt-5.15.patch ++++++ >From 24ddc398690d447baca4dab4399facbf338a6dd2 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux <[email protected]> Date: Thu, 2 Apr 2020 18:54:11 +0200 Subject: [PATCH] Fix build with Qt 5.15 --- src/QtAV/FilterContext.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/QtAV/FilterContext.h b/src/QtAV/FilterContext.h index 6d2f9a0..a065a5a 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 <QPainterPath> /* * QPainterFilterContext, D2DFilterContext, ... */ -- 2.26.0
