svn commit: r535767 - head/audio/rosegarden/files
Tobias C. Berner
tcberner at FreeBSD.org
Mon May 18 18:21:52 UTC 2020
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>
+
More information about the svn-ports-all
mailing list