Date: Thu, 21 May 2020 08:14:59 +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: r536087 - in head/audio/polyphone: . files Message-ID: <202005210814.04L8Exnq099998@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Thu May 21 08:14:59 2020 New Revision: 536087 URL: https://svnweb.freebsd.org/changeset/ports/536087 Log: audio/polyphone: prepare for Qt5-5.15 Added: head/audio/polyphone/files/patch-editor_graphics_graphiquefourier.cpp (contents, props changed) head/audio/polyphone/files/patch-editor_tree_treeitemdelegate.cpp (contents, props changed) Modified: head/audio/polyphone/Makefile Modified: head/audio/polyphone/Makefile ============================================================================== --- head/audio/polyphone/Makefile Thu May 21 08:01:56 2020 (r536086) +++ head/audio/polyphone/Makefile Thu May 21 08:14:59 2020 (r536087) @@ -21,7 +21,9 @@ LIB_DEPENDS= libFLAC.so:audio/flac \ USES= compiler:c++11-lang desktop-file-utils dos2unix gl gnome pkgconfig qmake:outsource qt:5 shared-mime-info ssl xorg USE_GITHUB= yes GH_ACCOUNT= davy7125 -DOS2UNIX_FILES= polyphone.pro +DOS2UNIX_FILES= polyphone.pro \ + editor/graphics/graphiquefourier.cpp \ + editor/tree/treeitemdelegate.cpp USE_GL= gl USE_QT= core concurrent gui network printsupport svg widgets buildtools_build qmake_build USE_GNOME= glib20 Added: head/audio/polyphone/files/patch-editor_graphics_graphiquefourier.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/polyphone/files/patch-editor_graphics_graphiquefourier.cpp Thu May 21 08:14:59 2020 (r536087) @@ -0,0 +1,10 @@ +--- editor/graphics/graphiquefourier.cpp.orig 2020-05-21 08:02:47 UTC ++++ editor/graphics/graphiquefourier.cpp +@@ -30,6 +30,7 @@ + #include <QMenu> + #include <QFileDialog> + #include <QPainter> ++#include <QPainterPath> + + GraphiqueFourier::GraphiqueFourier(QWidget * parent) : QCustomPlot(parent), + _fixedTickerX(new QCPAxisTickerFixed()), Added: head/audio/polyphone/files/patch-editor_tree_treeitemdelegate.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/polyphone/files/patch-editor_tree_treeitemdelegate.cpp Thu May 21 08:14:59 2020 (r536087) @@ -0,0 +1,10 @@ +--- editor/tree/treeitemdelegate.cpp.orig 2020-05-21 08:02:47 UTC ++++ editor/tree/treeitemdelegate.cpp +@@ -29,6 +29,7 @@ + #include "basetypes.h" + #include <QToolTip> + #include <QHelpEvent> ++#include <QPainterPath> + + TreeItemDelegate::Icons * TreeItemDelegate::s_icons = nullptr; + TreeItemDelegate::Colors * TreeItemDelegate::s_colors = nullptr;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005210814.04L8Exnq099998>