Hello community, here is the log from the commit of package shotcut for openSUSE:Factory checked in at 2020-06-07 21:34:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/shotcut (Old) and /work/SRC/openSUSE:Factory/.shotcut.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "shotcut" Sun Jun 7 21:34:55 2020 rev:32 rq:811844 version:20.04.12 Changes: -------- --- /work/SRC/openSUSE:Factory/shotcut/shotcut.changes 2020-05-01 11:15:39.668148596 +0200 +++ /work/SRC/openSUSE:Factory/.shotcut.new.3606/shotcut.changes 2020-06-07 21:35:21.272886395 +0200 @@ -1,0 +2,6 @@ +Fri Jun 5 14:16:15 UTC 2020 - Dave Plater <[email protected]> + +- Fix Factory build with shotcut-QPainterPath.patch submitted + upstream https://github.com/mltframework/shotcut/issues/874 + +------------------------------------------------------------------- @@ -5 +11,2 @@ -- upstream changes please see - https://github.com/mltframework/shotcut/releases/tag/v20.04.12 +- upstream changes please see: + https://github.com/mltframework/shotcut/releases/tag/v20.04.12 New: ---- shotcut-QPainterPath.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ shotcut.spec ++++++ --- /var/tmp/diff_new_pack.b34zdC/_old 2020-06-07 21:35:22.380889907 +0200 +++ /var/tmp/diff_new_pack.b34zdC/_new 2020-06-07 21:35:22.380889907 +0200 @@ -34,6 +34,7 @@ Source: https://github.com/mltframework/shotcut/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz # PATCH-FIX-UPSTREAM shotcut-with-mlt-6.16.0.patch [email protected] -- Fix missing type define with mlt < 6.17.0 Patch1: shotcut-with-mlt-6.16.0.patch +Patch2: shotcut-QPainterPath.patch BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: hicolor-icon-theme ++++++ shotcut-QPainterPath.patch ++++++ From: Dave Plater <[email protected]> Date: Fri 5 Jun 16:07:05 SAST 2020 Subject: Fix missing QPainterPath include Author: Dave Plater <[email protected]> diff --git a/src/widgets/scopes/videohistogramscopewidget.cpp b/src/widgets/scopes/videohistogramscopewidget.cpp index fcb8e660..16225d2a 100644 --- a/src/widgets/scopes/videohistogramscopewidget.cpp +++ b/src/widgets/scopes/videohistogramscopewidget.cpp @@ -19,6 +19,7 @@ #include <Logger.h> #include <QMouseEvent> #include <QPainter> +#include <QPainterPath> #include <QToolTip> const qreal IRE0 = 16;
