summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/rosegarden/Makefile7
-rw-r--r--audio/rosegarden/distinfo6
-rw-r--r--audio/rosegarden/files/patch-src_gui_general_ActionData.cpp11
3 files changed, 16 insertions, 8 deletions
diff --git a/audio/rosegarden/Makefile b/audio/rosegarden/Makefile
index c2c3d8e6ac39..1c2be905974e 100644
--- a/audio/rosegarden/Makefile
+++ b/audio/rosegarden/Makefile
@@ -1,8 +1,7 @@
PORTNAME= rosegarden
-DISTVERSION= 21.06.1
+DISTVERSION= 22.06
CATEGORIES= audio
-# MASTER_SITES= SF
-MASTER_SITES= https://sourceforge.net/projects/${PORTNAME}/files/${PORTNAME}/21.06/
+MASTER_SITES= SF
MAINTAINER= adridg@FreeBSD.org
COMMENT= General purpose music editor and sequencer suite
@@ -38,6 +37,4 @@ OPTIONS_DEFINE= LIRC
LIRC_LIB_DEPENDS= liblirc_client.so:comms/lirc
LIRC_CMAKE_ON= -DENABLE_LIRC:BOOL=ON
-CMAKE_ON= USE_QT5
-
.include <bsd.port.mk>
diff --git a/audio/rosegarden/distinfo b/audio/rosegarden/distinfo
index 75554eb47345..a248b9eeda67 100644
--- a/audio/rosegarden/distinfo
+++ b/audio/rosegarden/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1636127921
-SHA256 (rosegarden-21.06.1.tar.bz2) = 87750dc0b55ae27e07acc4effdc25ae5c4f6ba4ccf81ac5112abb0fed211397a
-SIZE (rosegarden-21.06.1.tar.bz2) = 6479487
+TIMESTAMP = 1668269952
+SHA256 (rosegarden-22.06.tar.bz2) = 9024825155ebb1be8b4af567f3502026957398fdefd086e23fe399f1d033fadb
+SIZE (rosegarden-22.06.tar.bz2) = 6514502
diff --git a/audio/rosegarden/files/patch-src_gui_general_ActionData.cpp b/audio/rosegarden/files/patch-src_gui_general_ActionData.cpp
new file mode 100644
index 000000000000..da6ee1b53008
--- /dev/null
+++ b/audio/rosegarden/files/patch-src_gui_general_ActionData.cpp
@@ -0,0 +1,11 @@
+--- src/gui/general/ActionData.cpp.orig 2022-11-12 19:53:19 UTC
++++ src/gui/general/ActionData.cpp
+@@ -740,7 +740,7 @@ void ActionData::fillModel()
+ m_model->setItem(0, 3, item);
+ m_model->item(0, 3)->setEditable(false);
+ if (ainfo.global) {
+- QVariant bg(QBrush(Qt::cyan));
++ QVariant bg{QBrush(Qt::cyan)};
+ for (int col=0; col<8; col++) {
+ m_model->setData(m_model->index(0, col),
+ bg, Qt::BackgroundRole);