rosegarden: update to 20.12

This commit is contained in:
newbluemoon 2020-12-14 07:43:11 +01:00 committed by Érico Nogueira Rolim
parent 4eaf623569
commit d07b25174b
2 changed files with 2 additions and 32 deletions

View file

@ -1,30 +0,0 @@
--- src/gui/editors/notation/NotePixmapFactory.cpp 2020-06-04 04:06:44.000000000 +0200
+++ src/gui/editors/notation/NotePixmapFactory.cpp 2020-09-01 19:07:51.373873820 +0200
@@ -59,6 +59,7 @@
#include <QFontMetrics>
#include <QImage>
#include <QPainter>
+#include <QPainterPath>
#include <QPen>
#include <QPixmap>
#include <QPolygon>
--- src/gui/general/ThornStyle.cpp 2020-06-04 04:06:46.000000000 +0200
+++ src/gui/general/ThornStyle.cpp 2020-09-01 19:07:58.088874166 +0200
@@ -34,6 +34,7 @@
#include <QLabel>
#include <QLayout>
#include <QPainter>
+#include <QPainterPath>
#include <QRadioButton>
#include <QStyleFactory>
#include <QStyleOption>
--- src/gui/widgets/Panner.cpp 2020-06-04 04:06:46.000000000 +0200
+++ src/gui/widgets/Panner.cpp 2020-09-01 19:07:28.285872629 +0200
@@ -24,6 +24,7 @@
#include "misc/Debug.h"
#include "base/Profiler.h"
+#include <QPainterPath>
#include <QPolygon>
#include <QMouseEvent>

View file

@ -1,6 +1,6 @@
# Template file for 'rosegarden'
pkgname=rosegarden
version=20.06
version=20.12
revision=1
build_style=cmake
hostmakedepends="pkg-config shared-mime-info"
@ -12,7 +12,7 @@ maintainer="newbluemoon <blaumolch@mailbox.org>"
license="GPL-2.0-or-later"
homepage="http://rosegardenmusic.com/"
distfiles="${SOURCEFORGE_SITE}/rosegarden/rosegarden/${version/*.*.*/${version%.*}}/rosegarden-${version}.tar.bz2"
checksum=d94c0eb0e28c51662d9056c7e50e5b394a8648442a17dacf99b9718e674e3dc5
checksum=886684afc5858a9578234d1f845188db130114f7fbf38208c4d5ecda15131c5b
if [ -n "${CROSS_BUILD}" ]; then
hostmakedepends+=" qt5-devel qt5-host-tools"