New commits:
commit 4ad27eee4d3427445bdf1d536b42338dbe18f480
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
audio-creation/musescore: version 3.3
diff --git a/audio-creation/musescore/04-manpage-errors.patch
b/audio-creation/musescore/04-manpage-errors.patch
deleted file mode 100644
index 2e24e5f..0000000
--- a/audio-creation/musescore/04-manpage-errors.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-Description: Fix errors in mscore.1 manpage
- CMake doesn't support single quotes, so the old value of MAN_PORTABLE was
- causing errors. Insert manual line break to help groff displaying a long
line.
-Author: James Cowgill <jcowgill AT debian.org>
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -478,7 +478,7 @@ if (NOT MINGW AND NOT APPLE)
- build/rm-empty-dirs DESTINATION bin
COMPONENT portable ${SCRIPT_PERMS})
- install(FILES build/Linux+BSD/portable/qt.conf DESTINATION bin
COMPONENT portable)
- else (${MSCORE_INSTALL_SUFFIX} MATCHES "portable")
-- set(MAN_PORTABLE '.\"') # comment out lines in man page that are only
relevent to the portable version
-+ set(MAN_PORTABLE .\\\") # comment out lines in man page that are only
relevent to the portable version
- endif (${MSCORE_INSTALL_SUFFIX} MATCHES "portable")
- # install desktop file (perform variable substitution first)
- configure_file(build/Linux+BSD/mscore.desktop.in
mscore${MSCORE_INSTALL_SUFFIX}.desktop)
---- a/build/Linux+BSD/mscore.1.in
-+++ b/build/Linux+BSD/mscore.1.in
-@@ -69,6 +69,7 @@ For help with the full MuseScore program
- These pages cover the topics in this manual and may be more up-to-date:
-
- <https://musescore.org/handbook/command-line-options-0>
-+.br
- <https://musescore.org/handbook/revert-factory-settings-0>
-
- .SH OPTIONS
diff --git a/audio-creation/musescore/DETAILS
b/audio-creation/musescore/DETAILS
index a14a1e1..d122815 100755
--- a/audio-creation/musescore/DETAILS
+++ b/audio-creation/musescore/DETAILS
@@ -1,8 +1,8 @@
SPELL=musescore
- VERSION=2.1.0
+ VERSION=3.3
SOURCE="${SPELL}-${VERSION}.tar.gz"