Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 May 2020 18:21:52 +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: r535767 - head/audio/rosegarden/files
Message-ID:  <202005181821.04IILqob096772@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Mon May 18 18:21:51 2020
New Revision: 535767
URL: https://svnweb.freebsd.org/changeset/ports/535767

Log:
  audio/rosegarden: prepare for Qt5-5.15

Added:
  head/audio/rosegarden/files/
  head/audio/rosegarden/files/patch-src_gui_general_ThornStyle.cpp   (contents, props changed)
  head/audio/rosegarden/files/patch-src_gui_widgets_Panner.cpp   (contents, props changed)

Added: head/audio/rosegarden/files/patch-src_gui_general_ThornStyle.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/rosegarden/files/patch-src_gui_general_ThornStyle.cpp	Mon May 18 18:21:51 2020	(r535767)
@@ -0,0 +1,10 @@
+--- src/gui/general/ThornStyle.cpp.orig	2020-05-18 16:28:59 UTC
++++ src/gui/general/ThornStyle.cpp
+@@ -34,6 +34,7 @@
+ #include <QLabel>
+ #include <QLayout>
+ #include <QPainter>
++#include <QPainterPath>
+ #include <QRadioButton>
+ #include <QStyleFactory>
+ #include <QStyleOption>

Added: head/audio/rosegarden/files/patch-src_gui_widgets_Panner.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/rosegarden/files/patch-src_gui_widgets_Panner.cpp	Mon May 18 18:21:51 2020	(r535767)
@@ -0,0 +1,10 @@
+--- src/gui/widgets/Panner.cpp.orig	2020-05-18 16:29:03 UTC
++++ src/gui/widgets/Panner.cpp
+@@ -26,6 +26,7 @@
+ 
+ #include <QPolygon>
+ #include <QMouseEvent>
++#include <QPainterPath>
+ 
+ #include <iostream>
+ 



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