Date: Thu, 21 May 2020 10:22:47 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r536101 - head/multimedia/shotcut/files Message-ID: <202005211022.04LAMlS2080799@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Thu May 21 10:22:47 2020 New Revision: 536101 URL: https://svnweb.freebsd.org/changeset/ports/536101 Log: multimedia/shotcut: prepare for Qt5-5.15 Added: head/multimedia/shotcut/files/ head/multimedia/shotcut/files/patch-src_widgets_scopes_videohistogramscopewidget.cpp (contents, props changed) Added: head/multimedia/shotcut/files/patch-src_widgets_scopes_videohistogramscopewidget.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/shotcut/files/patch-src_widgets_scopes_videohistogramscopewidget.cpp Thu May 21 10:22:47 2020 (r536101) @@ -0,0 +1,10 @@ +--- src/widgets/scopes/videohistogramscopewidget.cpp.orig 2020-05-21 10:09:23 UTC ++++ src/widgets/scopes/videohistogramscopewidget.cpp +@@ -19,6 +19,7 @@ + #include <Logger.h> + #include <QMouseEvent> + #include <QPainter> ++#include <QPainterPath> + #include <QToolTip> + + const qreal IRE0 = 16;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005211022.04LAMlS2080799>