audio/rosegarden: update to 21.06.1, latest upstream
Release notes since the previous version on FreeBSD: https://www.rosegardenmusic.com/wiki/dev:21.06.1 https://www.rosegardenmusic.com/wiki/dev:21.06
This commit is contained in:
parent
ee1188dca2
commit
543846f9d4
4 changed files with 6 additions and 26 deletions
|
@ -1,10 +1,10 @@
|
|||
# Created by: shanee@augusta.de
|
||||
|
||||
PORTNAME= rosegarden
|
||||
PORTVERSION= 20.06
|
||||
PORTREVISION= 2
|
||||
DISTVERSION= 21.06.1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF
|
||||
# MASTER_SITES= SF
|
||||
MASTER_SITES= https://sourceforge.net/projects/${PORTNAME}/files/${PORTNAME}/21.06/
|
||||
|
||||
MAINTAINER= adridg@FreeBSD.org
|
||||
COMMENT= General purpose music editor and sequencer suite
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1591460822
|
||||
SHA256 (rosegarden-20.06.tar.bz2) = d94c0eb0e28c51662d9056c7e50e5b394a8648442a17dacf99b9718e674e3dc5
|
||||
SIZE (rosegarden-20.06.tar.bz2) = 6821122
|
||||
TIMESTAMP = 1636127921
|
||||
SHA256 (rosegarden-21.06.1.tar.bz2) = 87750dc0b55ae27e07acc4effdc25ae5c4f6ba4ccf81ac5112abb0fed211397a
|
||||
SIZE (rosegarden-21.06.1.tar.bz2) = 6479487
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
--- 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>
|
|
@ -1,10 +0,0 @@
|
|||
--- 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>
|
||||
|
Loading…
Reference in a new issue