Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 May 2020 18:45:14 +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: r535882 - head/graphics/digikam/files
Message-ID:  <202005191845.04JIjE6M002154@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Tue May 19 18:45:14 2020
New Revision: 535882
URL: https://svnweb.freebsd.org/changeset/ports/535882

Log:
  graphics/digikam: prepare for Qt5-5.15

Added:
  head/graphics/digikam/files/patch-core_dplugins_generic_view_presentation_opengl_presentationgl.cpp   (contents, props changed)
  head/graphics/digikam/files/patch-core_libs_dimg_filters_curves_curveswidget.cpp   (contents, props changed)
  head/graphics/digikam/files/patch-core_libs_dimg_filters_levels_histogrampainter.cpp   (contents, props changed)

Added: head/graphics/digikam/files/patch-core_dplugins_generic_view_presentation_opengl_presentationgl.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/digikam/files/patch-core_dplugins_generic_view_presentation_opengl_presentationgl.cpp	Tue May 19 18:45:14 2020	(r535882)
@@ -0,0 +1,10 @@
+--- core/dplugins/generic/view/presentation/opengl/presentationgl.cpp.orig	2020-05-19 18:08:49 UTC
++++ core/dplugins/generic/view/presentation/opengl/presentationgl.cpp
+@@ -44,6 +44,7 @@
+ #include <QMatrix>
+ #include <QMouseEvent>
+ #include <QPainter>
++#include <QPainterPath>
+ #include <QPixmap>
+ #include <QTimer>
+ #include <QWheelEvent>

Added: head/graphics/digikam/files/patch-core_libs_dimg_filters_curves_curveswidget.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/digikam/files/patch-core_libs_dimg_filters_curves_curveswidget.cpp	Tue May 19 18:45:14 2020	(r535882)
@@ -0,0 +1,10 @@
+--- core/libs/dimg/filters/curves/curveswidget.cpp.orig	2020-05-19 18:09:18 UTC
++++ core/libs/dimg/filters/curves/curveswidget.cpp
+@@ -41,6 +41,7 @@
+ #include <QFont>
+ #include <QFontMetrics>
+ #include <QPaintEvent>
++#include <QPainterPath>
+ #include <QMouseEvent>
+ 
+ // KDE includes

Added: head/graphics/digikam/files/patch-core_libs_dimg_filters_levels_histogrampainter.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/digikam/files/patch-core_libs_dimg_filters_levels_histogrampainter.cpp	Tue May 19 18:45:14 2020	(r535882)
@@ -0,0 +1,10 @@
+--- core/libs/dimg/filters/levels/histogrampainter.cpp.orig	2020-05-19 18:09:04 UTC
++++ core/libs/dimg/filters/levels/histogrampainter.cpp
+@@ -30,6 +30,7 @@
+ // Qt includes
+ 
+ #include <QPainter>
++#include <QPainterPath>
+ 
+ // KDE includes
+ 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005191845.04JIjE6M002154>