From bce978132ec83fdd515b94cb8c0b3617cf04043d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Wed, 2 Sep 2020 13:10:41 +0200 Subject: [PATCH] shotcut: fix build w/ qt5-5.15.0 (QPainterPath) --- srcpkgs/shotcut/patches/QPainterPath.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 srcpkgs/shotcut/patches/QPainterPath.patch diff --git a/srcpkgs/shotcut/patches/QPainterPath.patch b/srcpkgs/shotcut/patches/QPainterPath.patch new file mode 100644 index 00000000000..29af4672afd --- /dev/null +++ b/srcpkgs/shotcut/patches/QPainterPath.patch @@ -0,0 +1,10 @@ +--- src/widgets/scopes/videohistogramscopewidget.cpp 2020-04-12 01:09:54.000000000 +0200 ++++ src/widgets/scopes/videohistogramscopewidget.cpp 2020-09-02 13:05:57.515210925 +0200 +@@ -19,6 +19,7 @@ + #include + #include + #include ++#include + #include + + const qreal IRE0 = 16;