aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdriaan de Groot <adridg@FreeBSD.org>2023-07-14 13:10:27 +0000
committerAdriaan de Groot <adridg@FreeBSD.org>2023-07-14 13:24:59 +0000
commit7bc5bbbfdd926b8e6f00934abbd881fbd340a99d (patch)
treef9140d58c8016df7b33f7bc332284b438c860077
parent28bc81f4ee966aaf77950a3ed582528679b7633c (diff)
downloadports-7bc5bbbfdd926b8e6f00934abbd881fbd340a99d.tar.gz
ports-7bc5bbbfdd926b8e6f00934abbd881fbd340a99d.zip
audio/musescore: update to 4.1.0, latest release
All of the audio-backend options have gone away -- I don't see MuseScore searching for them, either, and do not feel like digging too far into the configure-and-build of this package either. It bundles all kinds of stuff, where the most-worstest culprits are dealt with in post-stage: why this installs Google Test headers I really don't know.
-rw-r--r--audio/musescore/Makefile69
-rw-r--r--audio/musescore/distinfo6
-rw-r--r--audio/musescore/files/patch-CMakeLists.txt93
-rw-r--r--audio/musescore/files/patch-aeolus_CMakeLists.txt18
-rw-r--r--audio/musescore/files/patch-all.h27
-rw-r--r--audio/musescore/files/patch-audio_CMakeLists.txt11
-rw-r--r--audio/musescore/files/patch-audio_drivers_alsa.cpp10
-rw-r--r--audio/musescore/files/patch-audio_drivers_alsamidi.h11
-rw-r--r--audio/musescore/files/patch-audio_drivers_mididriver.cpp18
-rw-r--r--audio/musescore/files/patch-audiofile_CMakeLists.txt11
-rw-r--r--audio/musescore/files/patch-avsomr_CMakeLists.txt11
-rw-r--r--audio/musescore/files/patch-awl_CMakeLists.txt20
-rw-r--r--audio/musescore/files/patch-build_cmake_FindQt5.cmake42
-rw-r--r--audio/musescore/files/patch-bww2mxml_CMakeLists.txt11
-rw-r--r--audio/musescore/files/patch-effects_CMakeLists.txt11
-rw-r--r--audio/musescore/files/patch-fonttools_CMakeLists.txt11
-rw-r--r--audio/musescore/files/patch-importexport_CMakeLists.txt11
-rw-r--r--audio/musescore/files/patch-libmscore_CMakeLists.txt11
-rw-r--r--audio/musescore/files/patch-main_CMakeLists.txt59
-rw-r--r--audio/musescore/files/patch-miditools_CMakeLists.txt20
-rw-r--r--audio/musescore/files/patch-mscore_CMakeLists.txt70
-rw-r--r--audio/musescore/files/patch-mtest_CMakeLists.txt18
-rw-r--r--audio/musescore/files/patch-omr_CMakeLists.txt11
-rw-r--r--audio/musescore/files/patch-src_diagnostics_view_diagnosticspathsmodel.cpp11
-rw-r--r--audio/musescore/files/patch-src_framework_ui_view_interactiveprovider.h10
-rw-r--r--audio/musescore/files/patch-src_learn_view_learnpagemodel.h11
-rw-r--r--audio/musescore/files/patch-thirdparty_beatroot_CMakeLists.txt17
-rw-r--r--audio/musescore/files/patch-thirdparty_ofqf_CMakeLists.txt11
-rw-r--r--audio/musescore/files/patch-thirdparty_qt-google-analytics_ganalytics.cpp11
-rw-r--r--audio/musescore/files/patch-thirdparty_qzip_CMakeLists.txt11
-rw-r--r--audio/musescore/files/patch-thirdparty_rtf2html_CMakeLists.txt17
-rw-r--r--audio/musescore/files/patch-thirdparty_singleapp_src_CMakeLists.txt11
-rw-r--r--audio/musescore/pkg-plist1033
33 files changed, 894 insertions, 829 deletions
diff --git a/audio/musescore/Makefile b/audio/musescore/Makefile
index 9b400e3646cb..9c346d1142d4 100644
--- a/audio/musescore/Makefile
+++ b/audio/musescore/Makefile
@@ -1,7 +1,6 @@
PORTNAME= ${GH_PROJECT:tl}
DISTVERSIONPREFIX= v
-DISTVERSION= 3.6.1
-PORTREVISION= 4
+DISTVERSION= 4.1.0
CATEGORIES= audio
MAINTAINER= adridg@FreeBSD.org
@@ -15,14 +14,15 @@ LIB_DEPENDS= libmp3lame.so:audio/lame \
libsndfile.so:audio/libsndfile \
libvorbis.so:audio/libvorbis \
libogg.so:audio/libogg \
+ libasound.so:audio/alsa-lib \
libfreetype.so:print/freetype2
-USES= cmake compiler:c++11-lib desktop-file-utils localbase \
- pkgconfig qt:5 shared-mime-info
-USE_QT= concurrent core declarative designer graphicaleffects gui \
- help location network opengl printsupport \
+USES= cmake compiler:c++11-lib localbase \
+ pkgconfig qt:5
+USE_QT= concurrent core dbus declarative designer graphicaleffects gui \
+ help location network networkauth opengl printsupport \
quickcontrols2 scripttools sql svg testlib \
- webchannel widgets xml xmlpatterns \
+ webchannel widgets x11extras xml xmlpatterns \
buildtools:build linguisttools:build qmake:build uitools:build
USE_GITHUB= yes
@@ -34,36 +34,31 @@ GH_PROJECT= MuseScore
# Note needs PORTVERSION:R once there is a .minor version
DATADIR= ${PREFIX}/share/mscore-${PORTVERSION:R}
-ALL_TARGET= lrelease manpages all
-
-CMAKE_OFF= BUILD_PORTMIDI BUILD_PCH MSCORE_UNSTABLE
-CMAKE_ON= USE_SYSTEM_FREETYPE
+CMAKE_OFF= MUE_BUILD_CRASHPAD_CLIENT \
+ MUE_COMPILE_USE_PCH
CMAKE_BUILD_TYPE= release
-# WebEngine is only available on i386/amd64, amd ppc64 starting FreeBSD 13.0.
-# If enabled on arches that don't have WebEngine, the build breaks.
-OPTIONS_DEFINE= ALSA JACK PORTAUDIO PULSEAUDIO WEBENGINE
-OPTIONS_DEFAULT= PORTAUDIO
-OPTIONS_DEFAULT_amd64= WEBENGINE
-OPTIONS_DEFAULT_i386= WEBENGINE
-
-WEBENGINE_DESC= Use WebEngine in the welcome panel
-
-ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib
-ALSA_CMAKE_BOOL= BUILD_ALSA HAS_MIDI
-JACK_LIB_DEPENDS= libjack.so:audio/jack
-JACK_CMAKE_BOOL= BUILD_JACK
-PORTAUDIO_LIB_DEPENDS= libportaudio.so:audio/portaudio
-PORTAUDIO_CMAKE_BOOL= BUILD_PORTAUDIO
-PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio
-PULSEAUDIO_CMAKE_BOOL= BUILD_PULSEAUDIO
-WEBENGINE_USE= qt=webengine
-WEBENGINE_CMAKE_BOOL= BUILD_WEBENGINE
-
-.include <bsd.port.pre.mk>
-
-.if ${CHOSEN_COMPILER_TYPE} == clang
-CXXFLAGS+= -Wno-inconsistent-missing-override
-.endif
+post-stage:
+ find ${STAGEDIR}${PREFIX}/lib -name '*.a' -delete # static libs from gtest
+ find ${STAGEDIR}${PREFIX}/lib/cmake -name '*.cmake' -delete # cmake configuration for kddockwidget
+ find ${STAGEDIR}${PREFIX}/include -name '*.h' -delete # headers for gtest, dockwidgets
+ find ${STAGEDIR}${PREFIX}/include -name 'README.md' -delete # readmes from gtest
+ find ${STAGEDIR}${PREFIX}/libdata -name '*.pc' -delete # pkgconfig from gtest
+ rmdir \
+ ${STAGEDIR}${PREFIX}/include/gmock/internal/custom \
+ ${STAGEDIR}${PREFIX}/include/gmock/internal \
+ ${STAGEDIR}${PREFIX}/include/gmock \
+ ${STAGEDIR}${PREFIX}/include/gtest/internal/custom \
+ ${STAGEDIR}${PREFIX}/include/gtest/internal \
+ ${STAGEDIR}${PREFIX}/include/gtest \
+ ${STAGEDIR}${PREFIX}/include/kddockwidgets/private/indicators \
+ ${STAGEDIR}${PREFIX}/include/kddockwidgets/private/multisplitter \
+ ${STAGEDIR}${PREFIX}/include/kddockwidgets/private/quick \
+ ${STAGEDIR}${PREFIX}/include/kddockwidgets/private \
+ ${STAGEDIR}${PREFIX}/include/kddockwidgets \
+ ${STAGEDIR}${PREFIX}/include/opus \
+ ${STAGEDIR}${PREFIX}/lib/cmake/GTest \
+ ${STAGEDIR}${PREFIX}/lib/cmake/KDDockWidgets \
+ ${STAGEDIR}${PREFIX}/lib/cmake
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/audio/musescore/distinfo b/audio/musescore/distinfo
index 4ac96a1287a5..dddfcb550f1a 100644
--- a/audio/musescore/distinfo
+++ b/audio/musescore/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1612100912
-SHA256 (musescore-MuseScore-v3.6.1_GH0.tar.gz) = ca0e71995aeef50f65e52ef93e1663b91d3cbbbd68086ff949fe121da8e3081d
-SIZE (musescore-MuseScore-v3.6.1_GH0.tar.gz) = 68754499
+TIMESTAMP = 1689326209
+SHA256 (musescore-MuseScore-v4.1.0_GH0.tar.gz) = 82b0477d6ca737f5e1db34fefce5f3a3215cc48beb1123bac85cae1fa4a4829b
+SIZE (musescore-MuseScore-v4.1.0_GH0.tar.gz) = 130990653
diff --git a/audio/musescore/files/patch-CMakeLists.txt b/audio/musescore/files/patch-CMakeLists.txt
deleted file mode 100644
index 7403aa40adaf..000000000000
--- a/audio/musescore/files/patch-CMakeLists.txt
+++ /dev/null
@@ -1,93 +0,0 @@
-The custom precompiled-headers handling causes dependency
-loops in Ninja. I don't see much value in the PCH here, so
-just zero them out. (Neither do I understand how ninja ends
-up with the dependency loop; make handles this without complaint)
-
---- CMakeLists.txt.orig 2021-01-27 17:12:14 UTC
-+++ CMakeLists.txt
-@@ -25,7 +25,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0)
- include(build/functions.cmake) # library of CMake functions ("fn__" namespace)
-
- # Print Qt version or fail the build if Qt (qmake) is not in PATH.
--fn__require_program(QMAKE Qt --version "https://musescore.org/en/handbook/developers-handbook/compilation" qmake)
-+fn__require_program(QMAKE Qt --version "https://musescore.org/en/handbook/developers-handbook/compilation" qmake-qt5)
-
- # Libraries linked via full path no longer produce linker search paths.
- cmake_policy(SET CMP0003 NEW)
-@@ -276,7 +276,7 @@ endif (${CMAKE_CXX_COMPILER_ID} MATCHES "GNU")
-
- if (NOT MSVC)
- set(CMAKE_CXX_FLAGS_DEBUG "-g")
-- set(CMAKE_CXX_FLAGS_RELEASE "-O2 -DNDEBUG -DQT_NO_DEBUG")
-+ set(CMAKE_CXX_FLAGS_RELEASE "-DNDEBUG -DQT_NO_DEBUG")
- endif (NOT MSVC)
-
- if (APPLE)
-@@ -629,6 +629,38 @@ else(APPLE)
- set_target_properties(oggdll PROPERTIES IMPORTED_IMPLIB ${OGG_LIBRARY})
- else (MINGW OR MSVC)
- set(SNDFILE_LIB sndfile)
-+ message(STATUS "Looking for support libraries")
-+ PKGCONFIG1(sndfile 1.0 SNDFILE_INCDIR SNDFILE_LIBDIR SNDFILE_LIB SNDFILE_CPP)
-+ PKGCONFIG1(ogg 1.0 OGG_INCDIR OGG_LIBDIR OGG_LIB OGG_CPP)
-+ PKGCONFIG1(vorbis 1.0 VORBIS_INCDIR VORBIS_LIBDIR VORBIS_LIB VORBIS_CPP)
-+ message(STATUS "sndfile=${SNDFILE_LIBDIR} ogg=${OGG_LIBDIR} vorbis=${VORBIS_LIBDIR}")
-+ if (SNDFILE_LIB)
-+ find_library(_l sndfile PATHS ${SNDFILE_LIBDIR})
-+ if (_l)
-+ add_library(sndfile UNKNOWN IMPORTED)
-+ set_target_properties(sndfile PROPERTIES
-+ IMPORTED_LOCATION ${_l}
-+ INTERFACE_INCLUDE_DIRECTORIES ${SNDFILE_INCDIR})
-+ endif()
-+ endif()
-+ if (OGG_LIB)
-+ find_library(_l ogg PATHS ${OGG_LIBDIR})
-+ if (_l)
-+ add_library(ogg UNKNOWN IMPORTED)
-+ set_target_properties(ogg PROPERTIES
-+ IMPORTED_LOCATION ${_l}
-+ INTERFACE_INCLUDE_DIRECTORIES ${OGG_INCDIR})
-+ endif()
-+ endif()
-+ if (VORBIS_LIB)
-+ find_library(_l vorbis PATHS ${VORBIS_LIBDIR})
-+ if (_l)
-+ add_library(vorbis UNKNOWN IMPORTED)
-+ set_target_properties(vorbis PROPERTIES
-+ IMPORTED_LOCATION ${_l}
-+ INTERFACE_INCLUDE_DIRECTORIES ${VORBIS_INCDIR})
-+ endif()
-+ endif()
- endif (MINGW OR MSVC)
- set(OGG_LIB ogg)
-
-@@ -733,7 +765,7 @@ if (NOT MINGW AND NOT MSVC AND NOT APPLE)
- )
- endif (GZIP_EXECUTABLE AND NOT CMAKE_SYSTEM_NAME MATCHES "OpenBSD")
- # Install man pages in either compressed or uncompressed form
-- install( FILES ${MAN_BUILD} DESTINATION share/man/man1 COMPONENT doc)
-+ install( FILES ${MAN_BUILD} DESTINATION man/man1 COMPONENT doc)
- # Create symlink alias for man pages so `man musescore` = `man mscore`
- find_program( LN_EXECUTABLE ln DOC "A tool for creating symbolic link aliases (optional)." )
- if (LN_EXECUTABLE)
-@@ -744,7 +776,7 @@ if (NOT MINGW AND NOT MSVC AND NOT APPLE)
- COMMAND ${LN_EXECUTABLE} -sf "${MAN_FULL_NAME}" "${MAN_FULL_ALIAS}"
- COMMAND echo 'Symlink alias: ${MAN_FULL_ALIAS} -> ${MAN_FULL_NAME}'
- )
-- install( FILES ${PROJECT_BINARY_DIR}/${MAN_FULL_ALIAS} DESTINATION share/man/man1 COMPONENT doc)
-+ install( FILES ${PROJECT_BINARY_DIR}/${MAN_FULL_ALIAS} DESTINATION man/man1 COMPONENT doc)
- else (LN_EXECUTABLE)
- message(STATUS "'ln' not found (it is optional). No symlink aliases will be created.")
- endif (LN_EXECUTABLE)
-@@ -771,8 +803,8 @@ precompiled_header(QT_INCLUDES all ${BUILD_PCH})
- # MSVC does not require these targets, as all.h is not copied and the
- # PCH generation is done per-project
- if (NOT MSVC)
-- ADD_CUSTOM_TARGET(mops1 DEPENDS ${PROJECT_BINARY_DIR}/all.h)
-- ADD_CUSTOM_TARGET(mops2 DEPENDS ${PCH})
-+ ADD_CUSTOM_TARGET(mops1 DEPENDS ) # ${PROJECT_BINARY_DIR}/all.h)
-+ ADD_CUSTOM_TARGET(mops2 DEPENDS ) # ${PCH})
- endif (NOT MSVC)
-
- ##
diff --git a/audio/musescore/files/patch-aeolus_CMakeLists.txt b/audio/musescore/files/patch-aeolus_CMakeLists.txt
deleted file mode 100644
index 13b6cc99642a..000000000000
--- a/audio/musescore/files/patch-aeolus_CMakeLists.txt
+++ /dev/null
@@ -1,18 +0,0 @@
---- aeolus/CMakeLists.txt.orig 2021-01-27 17:12:14 UTC
-+++ aeolus/CMakeLists.txt
-@@ -43,13 +43,13 @@ if (NOT MSVC)
- set_target_properties (
- aeolus
- PROPERTIES
-- COMPILE_FLAGS "${PCH_INCLUDE} -g -Wall -Wextra -Winvalid-pch"
-+ COMPILE_FLAGS "-include ${PROJECT_BINARY_DIR}/all.h -Wall -Wextra -Winvalid-pch"
- )
- else (NOT MSVC)
- set_target_properties (
- aeolus
- PROPERTIES
-- COMPILE_FLAGS "${PCH_INCLUDE} ${PCH_FORCE_USE}"
-+ COMPILE_FLAGS "-include ${PROJECT_BINARY_DIR}/all.h ${PCH_FORCE_USE}"
- )
- endif (NOT MSVC)
-
diff --git a/audio/musescore/files/patch-all.h b/audio/musescore/files/patch-all.h
deleted file mode 100644
index 312cdeb669ac..000000000000
--- a/audio/musescore/files/patch-all.h
+++ /dev/null
@@ -1,27 +0,0 @@
---- all.h.orig 2021-02-06 15:14:17 UTC
-+++ all.h
-@@ -34,12 +34,12 @@
- #define _HAS_AUTO_PTR_ETC 1
- #endif
-
--#include <stdio.h>
--#include <limits.h>
-+#include <cstdio>
-+#include <climits>
- #include <map>
- #include <set>
- #include <deque>
--#include <errno.h>
-+#include <cerrno>
- #include <fcntl.h>
- // VStudio does not have <unistd.h>, <io.h> & <process.h> replace many functions from it...
- #if (defined (_MSCVER) || defined (_MSC_VER))
-@@ -48,7 +48,7 @@
- #else
- #include <unistd.h>
- #endif
--#include <math.h>
-+#include <cmath>
- #include <array>
- #include <functional>
- #include <memory>
diff --git a/audio/musescore/files/patch-audio_CMakeLists.txt b/audio/musescore/files/patch-audio_CMakeLists.txt
deleted file mode 100644
index e9121c16bfb0..000000000000
--- a/audio/musescore/files/patch-audio_CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
---- audio/CMakeLists.txt.orig 2021-01-27 17:12:14 UTC
-+++ audio/CMakeLists.txt
-@@ -61,7 +61,7 @@ if (NOT MSVC)
- set_target_properties (
- ${MODULE}
- PROPERTIES
-- COMPILE_FLAGS "${PCH_INCLUDE} -g -Wall -Wextra -Winvalid-pch"
-+ COMPILE_FLAGS "-include ${PROJECT_BINARY_DIR}/all.h -Wall -Wextra -Winvalid-pch"
- )
- else (NOT MSVC)
- set_target_properties (
diff --git a/audio/musescore/files/patch-audio_drivers_alsa.cpp b/audio/musescore/files/patch-audio_drivers_alsa.cpp
deleted file mode 100644
index 6894e7f3b4ac..000000000000
--- a/audio/musescore/files/patch-audio_drivers_alsa.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- audio/drivers/alsa.cpp.orig 2022-01-29 16:19:41 UTC
-+++ audio/drivers/alsa.cpp
-@@ -616,6 +616,7 @@ AlsaAudio::~AlsaAudio()
- {
- stop();
- delete alsa;
-+ delete midiDriver;
- }
-
- //---------------------------------------------------------
diff --git a/audio/musescore/files/patch-audio_drivers_alsamidi.h b/audio/musescore/files/patch-audio_drivers_alsamidi.h
deleted file mode 100644
index 97cf379f80ec..000000000000
--- a/audio/musescore/files/patch-audio_drivers_alsamidi.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- audio/drivers/alsamidi.h.orig 2022-01-29 22:16:06 UTC
-+++ audio/drivers/alsamidi.h
-@@ -47,7 +47,7 @@ class AlsaMidiDriver : public MidiDriver {
-
- public:
- AlsaMidiDriver(Seq* s);
-- virtual ~AlsaMidiDriver() {}
-+ ~AlsaMidiDriver();
- virtual bool init();
- virtual Port registerOutPort(const QString& name);
- virtual Port registerInPort(const QString& name);
diff --git a/audio/musescore/files/patch-audio_drivers_mididriver.cpp b/audio/musescore/files/patch-audio_drivers_mididriver.cpp
deleted file mode 100644
index 448f6158424e..000000000000
--- a/audio/musescore/files/patch-audio_drivers_mididriver.cpp
+++ /dev/null
@@ -1,18 +0,0 @@
---- audio/drivers/mididriver.cpp.orig 2022-01-29 16:09:37 UTC
-+++ audio/drivers/mididriver.cpp
-@@ -112,8 +112,14 @@ static const unsigned int outCap = SND_SEQ_PORT_CAP_SU
- //---------------------------------------------------------
-
- AlsaMidiDriver::AlsaMidiDriver(Seq* s)
-- : MidiDriver(s)
-+ : MidiDriver(s), alsaSeq(0)
- {
-+ }
-+
-+AlsaMidiDriver::~AlsaMidiDriver()
-+ {
-+ if (alsaSeq)
-+ snd_seq_close(alsaSeq);
- }
-
- //---------------------------------------------------------
diff --git a/audio/musescore/files/patch-audiofile_CMakeLists.txt b/audio/musescore/files/patch-audiofile_CMakeLists.txt
deleted file mode 100644
index 5625180e5eca..000000000000
--- a/audio/musescore/files/patch-audiofile_CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
---- audiofile/CMakeLists.txt.orig 2021-01-27 17:12:14 UTC
-+++ audiofile/CMakeLists.txt
-@@ -40,7 +40,7 @@ if (NOT MSVC)
- set_target_properties (
- audiofile
- PROPERTIES
-- COMPILE_FLAGS "${PCH_INCLUDE} -g -Wall -Wextra -Winvalid-pch"
-+ COMPILE_FLAGS "-include ${PROJECT_BINARY_DIR}/all.h -Wall -Wextra -Winvalid-pch"
- )
- else (NOT MSVC)
- set_target_properties (
diff --git a/audio/musescore/files/patch-avsomr_CMakeLists.txt b/audio/musescore/files/patch-avsomr_CMakeLists.txt
deleted file mode 100644
index a841f77d0dfb..000000000000
--- a/audio/musescore/files/patch-avsomr_CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
---- avsomr/CMakeLists.txt.orig 2021-01-27 17:12:14 UTC
-+++ avsomr/CMakeLists.txt
-@@ -72,7 +72,7 @@ if (NOT MSVC)
- set_target_properties (
- avsomr
- PROPERTIES
-- COMPILE_FLAGS "${PCH_INCLUDE} -g -Wall -Wextra -Winvalid-pch"
-+ COMPILE_FLAGS "-include ${PROJECT_BINARY_DIR}/all.h -Wall -Wextra -Winvalid-pch"
- )
- else (NOT MSVC)
- set_target_properties (
diff --git a/audio/musescore/files/patch-awl_CMakeLists.txt b/audio/musescore/files/patch-awl_CMakeLists.txt
deleted file mode 100644
index 516e1a565e1a..000000000000
--- a/audio/musescore/files/patch-awl_CMakeLists.txt
+++ /dev/null
@@ -1,20 +0,0 @@
---- awl/CMakeLists.txt.orig 2021-01-27 17:12:14 UTC
-+++ awl/CMakeLists.txt
-@@ -51,7 +51,7 @@ if (NOT MSVC)
- set_target_properties (
- awl
- PROPERTIES
-- COMPILE_FLAGS "${PCH_INCLUDE} -g -Wall -Wextra -Winvalid-pch"
-+ COMPILE_FLAGS "-include ${PROJECT_BINARY_DIR}/all.h -Wall -Wextra -Winvalid-pch"
- )
- else (NOT MSVC)
- set_target_properties (
-@@ -107,7 +107,7 @@ else (NOT MSVC)
- set_target_properties (
- awlplugin
- PROPERTIES
-- COMPILE_FLAGS "${PCH_INCLUDE} -D_GNU_SOURCE -D_REENTRANT -DHAVE_CONFIG_H -DQT_PLUGIN -DQT_SHARED -DQT_NO_DEBUG"
-+ COMPILE_FLAGS "-include ${PROJECT_BINARY_DIR}/all.h -D_GNU_SOURCE -D_REENTRANT -DHAVE_CONFIG_H -DQT_PLUGIN -DQT_SHARED -DQT_NO_DEBUG"
- )
- endif (NOT MSVC)
-
diff --git a/audio/musescore/files/patch-build_cmake_FindQt5.cmake b/audio/musescore/files/patch-build_cmake_FindQt5.cmake
new file mode 100644
index 000000000000..404fe964082b
--- /dev/null
+++ b/audio/musescore/files/patch-build_cmake_FindQt5.cmake
@@ -0,0 +1,42 @@
+--- build/cmake/FindQt5.cmake.orig 2023-07-14 09:53:57 UTC
++++ build/cmake/FindQt5.cmake
+@@ -2,7 +2,7 @@
+ include(GetUtilsFunctions) # library of CMake functions ("fn__" namespace)
+
+ # Print Qt version or fail the build if Qt (qmake) is not in PATH.
+-fn__require_program(QMAKE Qt --version "https://musescore.org/en/handbook/developers-handbook/compilation" qmake)
++fn__require_program(QMAKE Qt --version "https://musescore.org/en/handbook/developers-handbook/compilation" qmake-qt5)
+
+ set(CMAKE_AUTOUIC ON)
+ set(CMAKE_AUTOMOC ON)
+@@ -41,7 +41,7 @@ if (WIN32)
+ )
+ endif(WIN32)
+
+-if (OS_IS_LIN)
++if (TRUE)
+ set(_components
+ ${_components}
+ DBus
+@@ -52,9 +52,13 @@ find_package(Qt5Core ${QT_MIN_VERSION} REQUIRED)
+
+ foreach(_component ${_components})
+ find_package(Qt5${_component})
+- list(APPEND QT_LIBRARIES ${Qt5${_component}_LIBRARIES})
+- list(APPEND QT_INCLUDES ${Qt5${_component}_INCLUDE_DIRS})
+- add_definitions(${Qt5${_component}_DEFINITIONS})
++ if(NOT Qt5${_component}_FOUND)
++ message(STATUS "Missing component ${_component}")
++ else()
++ list(APPEND QT_LIBRARIES ${Qt5${_component}_LIBRARIES})
++ list(APPEND QT_INCLUDES ${Qt5${_component}_INCLUDE_DIRS})
++ add_definitions(${Qt5${_component}_DEFINITIONS})
++ endif()
+ endforeach()
+
+ include_directories(${QT_INCLUDES})
+@@ -89,3 +93,4 @@ foreach(_var ${_qmake_vars})
+ endforeach(_var)
+
+ #add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0)
++set(Qt5_FOUND ON)
diff --git a/audio/musescore/files/patch-bww2mxml_CMakeLists.txt b/audio/musescore/files/patch-bww2mxml_CMakeLists.txt
deleted file mode 100644
index 1810fa96fcab..000000000000
--- a/audio/musescore/files/patch-bww2mxml_CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
---- bww2mxml/CMakeLists.txt.orig 2021-01-27 17:12:14 UTC
-+++ bww2mxml/CMakeLists.txt
-@@ -47,7 +47,7 @@ if (NOT MINGW AND NOT APPLE AND NOT MSVC)
- set_target_properties (
- bww2mxml
- PROPERTIES
-- COMPILE_FLAGS "-x c++ -include ${PROJECT_BINARY_DIR}/all.h -g -Wall -Wextra -Winvalid-pch"
-+ COMPILE_FLAGS "-x c++ -include ${PROJECT_BINARY_DIR}/all.h -Wall -Wextra -Winvalid-pch"
- )
-
- target_link_libraries(bww2mxml
diff --git a/audio/musescore/files/patch-effects_CMakeLists.txt b/audio/musescore/files/patch-effects_CMakeLists.txt
deleted file mode 100644
index 992d227f262f..000000000000
--- a/audio/musescore/files/patch-effects_CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
---- effects/CMakeLists.txt.orig 2021-01-27 17:12:14 UTC
-+++ effects/CMakeLists.txt
-@@ -52,7 +52,7 @@ if (NOT MSVC)
- set_target_properties (
- effects
- PROPERTIES
-- COMPILE_FLAGS "${PCH_INCLUDE} -g -Wall -Wextra -Winvalid-pch"
-+ COMPILE_FLAGS "-include ${PROJECT_BINARY_DIR}/all.h -Wall -Wextra -Winvalid-pch"
- )
- else (NOT MSVC)
- set_target_properties (
diff --git a/audio/musescore/files/patch-fonttools_CMakeLists.txt b/audio/musescore/files/patch-fonttools_CMakeLists.txt
deleted file mode 100644
index 70bf18374d27..000000000000
--- a/audio/musescore/files/patch-fonttools_CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
---- fonttools/CMakeLists.txt.orig 2021-01-27 17:12:14 UTC
-+++ fonttools/CMakeLists.txt
-@@ -20,7 +20,7 @@ add_executable(
- target_link_libraries(genft ${QT_LIBRARIES} -lfreetype)
-
- if (NOT MSVC)
-- set_target_properties(genft PROPERTIES COMPILE_FLAGS "-I/usr/include/freetype2 -g -Wall -Wextra -Winvalid-pch")
-+ set_target_properties(genft PROPERTIES COMPILE_FLAGS "-I/usr/include/freetype2 -Wall -Wextra -Winvalid-pch")
- else (NOT MSVC)
- set_target_properties (
- genft
diff --git a/audio/musescore/files/patch-importexport_CMakeLists.txt b/audio/musescore/files/patch-importexport_CMakeLists.txt
deleted file mode 100644
index 25a3a89770ea..000000000000
--- a/audio/musescore/files/patch-importexport_CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
---- importexport/CMakeLists.txt.orig 2021-01-27 17:12:14 UTC
-+++ importexport/CMakeLists.txt
-@@ -69,7 +69,7 @@ if (NOT MSVC)
- set_target_properties (
- ${MODULE}
- PROPERTIES
-- COMPILE_FLAGS "${PCH_INCLUDE} -g -Wall -Wextra -Winvalid-pch"
-+ COMPILE_FLAGS "-include ${PROJECT_BINARY_DIR}/all.h -Wall -Wextra -Winvalid-pch"
- )
- else (NOT MSVC)
- set_target_properties (
diff --git a/audio/musescore/files/patch-libmscore_CMakeLists.txt b/audio/musescore/files/patch-libmscore_CMakeLists.txt
deleted file mode 100644
index bbe228a0e1d7..000000000000
--- a/audio/musescore/files/patch-libmscore_CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
---- libmscore/CMakeLists.txt.orig 2021-01-27 17:12:14 UTC
-+++ libmscore/CMakeLists.txt
-@@ -127,7 +127,7 @@ if (NOT MSVC)
- set_target_properties (
- libmscore
- PROPERTIES
-- COMPILE_FLAGS "-g ${PCH_INCLUDE} -Wall -Wextra -Winvalid-pch -Woverloaded-virtual ${COVERAGE_OPTIONS}"
-+ COMPILE_FLAGS "-include ${PROJECT_BINARY_DIR}/all.h -Wall -Wextra -Winvalid-pch -Woverloaded-virtual ${COVERAGE_OPTIONS}"
- )
- else (NOT MSVC)
- set_target_properties (
diff --git a/audio/musescore/files/patch-main_CMakeLists.txt b/audio/musescore/files/patch-main_CMakeLists.txt
deleted file mode 100644
index 4c10078a57d8..000000000000
--- a/audio/musescore/files/patch-main_CMakeLists.txt
+++ /dev/null
@@ -1,59 +0,0 @@
---- main/CMakeLists.txt.orig 2021-01-27 17:12:14 UTC
-+++ main/CMakeLists.txt
-@@ -113,13 +113,13 @@ if (MINGW)
- if(CMAKE_BUILD_TYPE MATCHES "DEBUG")
- set_target_properties( mscore
- PROPERTIES
-- COMPILE_FLAGS "${PCH_INCLUDE} -g -Wall -Wextra -Winvalid-pch ${QT_DEFINITIONS} -DQT_SVG_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB"
-+ COMPILE_FLAGS "-include ${PROJECT_BINARY_DIR}/all.h -Wall -Wextra -Winvalid-pch ${QT_DEFINITIONS} -DQT_SVG_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB"
- LINK_FLAGS "-mwindows -mconsole -L ${QT_INSTALL_LIBS}"
- )
- else(CMAKE_BUILD_TYPE MATCHES "DEBUG")
- set_target_properties( mscore
- PROPERTIES
-- COMPILE_FLAGS "${PCH_INCLUDE} -Wall -Wextra -Winvalid-pch ${QT_DEFINITIONS} -DQT_SVG_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB"
-+ COMPILE_FLAGS "-include ${PROJECT_BINARY_DIR}/all.h -Wall -Wextra -Winvalid-pch ${QT_DEFINITIONS} -DQT_SVG_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB"
- LINK_FLAGS "-Wl,-S -mwindows -L ${QT_INSTALL_LIBS}"
- )
- endif(CMAKE_BUILD_TYPE MATCHES "DEBUG")
-@@ -227,7 +227,7 @@ else (MINGW)
-
- if ( NOT MSVC )
- ## install qwebengine core
-- if (NOT APPLE AND USE_WEBENGINE)
-+ if (YOU_CANT_SERIOUSLY_SUGGEST_TO_COPY_WEBENGINE_EXECUTABLES_AROUND)
- install(PROGRAMS
- ${QT_INSTALL_LIBEXECS}/QtWebEngineProcess
- DESTINATION bin
-@@ -240,12 +240,12 @@ else (MINGW)
- ${QT_INSTALL_TRANSLATIONS}/qtwebengine_locales
- DESTINATION lib/qt5/translations
- )
-- endif(NOT APPLE AND USE_WEBENGINE)
-+ endif(YOU_CANT_SERIOUSLY_SUGGEST_TO_COPY_WEBENGINE_EXECUTABLES_AROUND)
-
- set_target_properties (
- mscore
- PROPERTIES
-- COMPILE_FLAGS "${PCH_INCLUDE} -g -Wall -Wno-overloaded-virtual -Winvalid-pch"
-+ COMPILE_FLAGS "-include ${PROJECT_BINARY_DIR}/all.h -Wall -Wno-overloaded-virtual -Winvalid-pch"
- )
-
- if (APPLE)
-@@ -324,14 +324,14 @@ else (MINGW)
- if(CMAKE_BUILD_TYPE MATCHES "REL*")
- set_target_properties( mscore
- PROPERTIES
-- COMPILE_FLAGS "${PCH_INCLUDE} ${QT_DEFINITIONS} -DQT_SVG_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB"
-+ COMPILE_FLAGS "-include ${PROJECT_BINARY_DIR}/all.h ${QT_DEFINITIONS} -DQT_SVG_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB"
- LINK_FLAGS "/LIBPATH:${QT_INSTALL_LIBS} ${all_library_paths}"
- LINK_FLAGS "/SUBSYSTEM:WINDOWS /ENTRY:mainCRTStartup"
- )
- else(CMAKE_BUILD_TYPE MATCHES "REL*")
- set_target_properties( mscore
- PROPERTIES
-- COMPILE_FLAGS "${PCH_INCLUDE} ${QT_DEFINITIONS} /DQT_SVG_LIB /DQT_GUI_LIB /DQT_XML_LIB /DQT_CORE_LIB"
-+ COMPILE_FLAGS "-include ${PROJECT_BINARY_DIR}/all.h ${QT_DEFINITIONS} /DQT_SVG_LIB /DQT_GUI_LIB /DQT_XML_LIB /DQT_CORE_LIB"
- LINK_FLAGS "/LIBPATH:${QT_INSTALL_LIBS} ${all_library_paths}"
- LINK_FLAGS "/SUBSYSTEM:CONSOLE"
- )
diff --git a/audio/musescore/files/patch-miditools_CMakeLists.txt b/audio/musescore/files/patch-miditools_CMakeLists.txt
deleted file mode 100644
index ecf6ec0447b8..000000000000
--- a/audio/musescore/files/patch-miditools_CMakeLists.txt
+++ /dev/null
@@ -1,20 +0,0 @@
---- miditools/CMakeLists.txt.orig 2021-01-27 17:12:14 UTC
-+++ miditools/CMakeLists.txt
-@@ -14,7 +14,7 @@ add_executable (smf2xml smf2xml.cpp xmlwriter.cpp midi
-
- if (NOT MSVC)
- set_target_properties(smf2xml
-- PROPERTIES COMPILE_FLAGS "-g -Wall -Wextra"
-+ PROPERTIES COMPILE_FLAGS "-Wall -Wextra"
- )
- else (NOT MSVC)
- set_target_properties (smf2xml
-@@ -31,7 +31,7 @@ add_executable (xml2smf xml2smf.cpp xmlreader.cpp midi
- if (NOT MSVC)
- set_target_properties (
- xml2smf
-- PROPERTIES COMPILE_FLAGS "-g -Wall -Wextra"
-+ PROPERTIES COMPILE_FLAGS "-Wall -Wextra"
- )
- else (NOT MSVC)
- set_target_properties (
diff --git a/audio/musescore/files/patch-mscore_CMakeLists.txt b/audio/musescore/files/patch-mscore_CMakeLists.txt
deleted file mode 100644
index d509e90a820f..000000000000
--- a/audio/musescore/files/patch-mscore_CMakeLists.txt
+++ /dev/null
@@ -1,70 +0,0 @@
---- mscore/CMakeLists.txt.orig 2021-01-27 17:12:14 UTC
-+++ mscore/CMakeLists.txt
-@@ -147,7 +147,7 @@ if (APPLE)
- set_target_properties (
- cocoabridge
- PROPERTIES
-- COMPILE_FLAGS "-g -Wall -Wextra -Winvalid-pch -include ${PROJECT_SOURCE_DIR}/all.h"
-+ COMPILE_FLAGS "-Wall -Wextra -Winvalid-pch -include ${PROJECT_SOURCE_DIR}/all.h"
- )
- else (APPLE)
- set(INCS "")
-@@ -354,13 +354,13 @@ if (MINGW)
- if(CMAKE_BUILD_TYPE MATCHES "DEBUG")
- set_target_properties( mscoreapp
- PROPERTIES
-- COMPILE_FLAGS "${PCH_INCLUDE} -g -Wall -Wextra -Winvalid-pch ${QT_DEFINITIONS} -DQT_SVG_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB"
-+ COMPILE_FLAGS "-include ${PROJECT_BINARY_DIR}/all.h -Wall -Wextra -Winvalid-pch ${QT_DEFINITIONS} -DQT_SVG_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB"
- LINK_FLAGS "-mwindows -mconsole -L ${QT_INSTALL_LIBS}"
- )
- else(CMAKE_BUILD_TYPE MATCHES "DEBUG")
- set_target_properties( mscoreapp
- PROPERTIES
-- COMPILE_FLAGS "${PCH_INCLUDE} -Wall -Wextra -Winvalid-pch ${QT_DEFINITIONS} -DQT_SVG_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB"
-+ COMPILE_FLAGS "-include ${PROJECT_BINARY_DIR}/all.h -Wall -Wextra -Winvalid-pch ${QT_DEFINITIONS} -DQT_SVG_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB"
- LINK_FLAGS "-Wl,-S -mwindows -L ${QT_INSTALL_LIBS}"
- )
- endif(CMAKE_BUILD_TYPE MATCHES "DEBUG")
-@@ -394,7 +394,7 @@ else (MINGW)
- )
-
- if (USE_SYSTEM_FREETYPE)
-- target_link_libraries(mscoreapp freetype)
-+ target_link_libraries(mscoreapp ${FREETYPE_LIBRARIES})
- else (USE_SYSTEM_FREETYPE)
- target_link_libraries(mscoreapp mscore_freetype)
- endif (USE_SYSTEM_FREETYPE)
-@@ -424,7 +424,7 @@ else (MINGW)
- set_target_properties (
- mscoreapp
- PROPERTIES
-- COMPILE_FLAGS "${PCH_INCLUDE} -g -Wall -Wno-overloaded-virtual -Winvalid-pch"
-+ COMPILE_FLAGS "-include ${PROJECT_BINARY_DIR}/all.h -Wall -Wno-overloaded-virtual -Winvalid-pch"
- )
-
- if (OMR)
-@@ -469,13 +469,13 @@ else (MINGW)
- if(CMAKE_BUILD_TYPE MATCHES "REL*")
- set_target_properties( mscoreapp
- PROPERTIES
-- COMPILE_FLAGS "${PCH_INCLUDE} ${QT_DEFINITIONS} -DQT_SVG_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB"
-+ COMPILE_FLAGS "-include ${PROJECT_BINARY_DIR}/all.h ${QT_DEFINITIONS} -DQT_SVG_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB"
- LINK_FLAGS "/LIBPATH:${QT_INSTALL_LIBS} ${all_library_paths}"
- )
- else(CMAKE_BUILD_TYPE MATCHES "REL*")
- set_target_properties( mscoreapp
- PROPERTIES
-- COMPILE_FLAGS "${PCH_INCLUDE} ${QT_DEFINITIONS} /DQT_SVG_LIB /DQT_GUI_LIB /DQT_XML_LIB /DQT_CORE_LIB"
-+ COMPILE_FLAGS "-include ${PROJECT_BINARY_DIR}/all.h ${QT_DEFINITIONS} /DQT_SVG_LIB /DQT_GUI_LIB /DQT_XML_LIB /DQT_CORE_LIB"
- LINK_FLAGS "/LIBPATH:${QT_INSTALL_LIBS} ${all_library_paths}"
- )
- endif(CMAKE_BUILD_TYPE MATCHES "REL*")
-@@ -542,7 +542,7 @@ else (NOT MSVC)
- set_target_properties (
- inspectorplugin
- PROPERTIES
-- COMPILE_FLAGS "${PCH_INCLUDE} -D_GNU_SOURCE -D_REENTRANT -DHAVE_CONFIG_H -DQT_PLUGIN -DQT_SVG_LIB -DQT_SHARED -DQT_NO_DEBUG"
-+ COMPILE_FLAGS "-include ${PROJECT_BINARY_DIR}/all.h -D_GNU_SOURCE -D_REENTRANT -DHAVE_CONFIG_H -DQT_PLUGIN -DQT_SVG_LIB -DQT_SHARED -DQT_NO_DEBUG"
- )
- endif (NOT MSVC)
-
diff --git a/audio/musescore/files/patch-mtest_CMakeLists.txt b/audio/musescore/files/patch-mtest_CMakeLists.txt
deleted file mode 100644
index 11e46ba596e9..000000000000
--- a/audio/musescore/files/patch-mtest_CMakeLists.txt
+++ /dev/null
@@ -1,18 +0,0 @@
---- mtest/CMakeLists.txt.orig 2021-01-27 17:12:14 UTC
-+++ mtest/CMakeLists.txt
-@@ -144,12 +144,12 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${Qt5W
- string(REPLACE ";" ";-I" INC "${QT_INCLUDES}")
-
- if (APPLE AND (CMAKE_VERSION VERSION_LESS "3.5.0"))
-- set(TESTUTILS_COMPILE_FLAGS "-include all.h -D TESTROOT=\\\\\"${PROJECT_SOURCE_DIR}\\\\\" -g -Wall -Wextra")
-+ set(TESTUTILS_COMPILE_FLAGS "-include all.h -D TESTROOT=\\\\\"${PROJECT_SOURCE_DIR}\\\\\" -Wall -Wextra")
- else (APPLE AND (CMAKE_VERSION VERSION_LESS "3.5.0"))
- if (MSVC)
-- set(TESTUTILS_COMPILE_FLAGS "${PCH_INCLUDE} /D TESTROOT=\\\"${PROJECT_SOURCE_DIR}\\\"")
-+ set(TESTUTILS_COMPILE_FLAGS "-include ${PROJECT_BINARY_DIR}/all.h /D TESTROOT=\\\"${PROJECT_SOURCE_DIR}\\\"")
- else (MSVC)
-- set(TESTUTILS_COMPILE_FLAGS "-include all.h -D TESTROOT=\\\"${PROJECT_SOURCE_DIR}\\\" -g -Wall -Wextra")
-+ set(TESTUTILS_COMPILE_FLAGS "-include all.h -D TESTROOT=\\\"${PROJECT_SOURCE_DIR}\\\" -Wall -Wextra")
- endif (MSVC)
- endif (APPLE AND (CMAKE_VERSION VERSION_LESS "3.5.0"))
-
diff --git a/audio/musescore/files/patch-omr_CMakeLists.txt b/audio/musescore/files/patch-omr_CMakeLists.txt
deleted file mode 100644
index f40060e823df..000000000000
--- a/audio/musescore/files/patch-omr_CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
---- omr/CMakeLists.txt.orig 2021-01-27 17:12:14 UTC
-+++ omr/CMakeLists.txt
-@@ -48,7 +48,7 @@ if (NOT MSVC)
- set_target_properties (
- omr
- PROPERTIES
-- COMPILE_FLAGS "${PCH_INCLUDE} -g -Wall -Wextra -Winvalid-pch -Wno-unused-private-field"
-+ COMPILE_FLAGS "-include ${PROJECT_BINARY_DIR}/all.h -Wall -Wextra -Winvalid-pch -Wno-unused-private-field"
- )
- else (NOT MSVC)
- set_target_properties (
diff --git a/audio/musescore/files/patch-src_diagnostics_view_diagnosticspathsmodel.cpp b/audio/musescore/files/patch-src_diagnostics_view_diagnosticspathsmodel.cpp
new file mode 100644
index 000000000000..e8d92e69db1f
--- /dev/null
+++ b/audio/musescore/files/patch-src_diagnostics_view_diagnosticspathsmodel.cpp
@@ -0,0 +1,11 @@
+--- src/diagnostics/view/diagnosticspathsmodel.cpp.orig 2023-07-14 10:17:41 UTC
++++ src/diagnostics/view/diagnosticspathsmodel.cpp
+@@ -19,6 +19,8 @@
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ */
++#include <QUrl>
++
+ #include "diagnosticspathsmodel.h"
+
+ #include "log.h"
diff --git a/audio/musescore/files/patch-src_framework_ui_view_interactiveprovider.h b/audio/musescore/files/patch-src_framework_ui_view_interactiveprovider.h
new file mode 100644
index 000000000000..2aef333c8e0c
--- /dev/null
+++ b/audio/musescore/files/patch-src_framework_ui_view_interactiveprovider.h
@@ -0,0 +1,10 @@
+--- src/framework/ui/view/interactiveprovider.h.orig 2023-07-14 10:15:25 UTC
++++ src/framework/ui/view/interactiveprovider.h
+@@ -26,6 +26,7 @@
+ #include <QVariant>
+ #include <QMap>
+ #include <QStack>
++#include <QEventLoop>
+
+ #include "modularity/ioc.h"
+ #include "../iinteractiveprovider.h"
diff --git a/audio/musescore/files/patch-src_learn_view_learnpagemodel.h b/audio/musescore/files/patch-src_learn_view_learnpagemodel.h
new file mode 100644
index 000000000000..924b8271af18
--- /dev/null
+++ b/audio/musescore/files/patch-src_learn_view_learnpagemodel.h
@@ -0,0 +1,11 @@
+--- src/learn/view/learnpagemodel.h.orig 2023-07-14 10:22:05 UTC
++++ src/learn/view/learnpagemodel.h
+@@ -23,6 +23,8 @@
+ #define MU_LEARN_LEARNPAGEMODEL_H
+
+ #include <QObject>
++#include <QVariantMap>
++#include <QString>
+
+ #include "async/asyncable.h"
+
diff --git a/audio/musescore/files/patch-thirdparty_beatroot_CMakeLists.txt b/audio/musescore/files/patch-thirdparty_beatroot_CMakeLists.txt
deleted file mode 100644
index 2f9827c13c65..000000000000
--- a/audio/musescore/files/patch-thirdparty_beatroot_CMakeLists.txt
+++ /dev/null
@@ -1,17 +0,0 @@
---- thirdparty/beatroot/CMakeLists.txt.orig 2021-01-27 17:12:14 UTC
-+++ thirdparty/beatroot/CMakeLists.txt
-@@ -15,12 +15,12 @@ add_library (
- if (NOT MSVC)
- set_target_properties( beatroot
- PROPERTIES
-- COMPILE_FLAGS "${PCH_INCLUDE} -g -Wall -Wextra -Winvalid-pch"
-+ COMPILE_FLAGS "-include ${PROJECT_BINARY_DIR}/all.h -Wall -Wextra -Winvalid-pch"
- )
- else (NOT MSVC)
- set_target_properties ( beatroot
- PROPERTIES
-- COMPILE_FLAGS "${PCH_INCLUDE} /wd4267"
-+ COMPILE_FLAGS "-include ${PROJECT_BINARY_DIR}/all.h /wd4267"
- )
- endif (NOT MSVC)
-
diff --git a/audio/musescore/files/patch-thirdparty_ofqf_CMakeLists.txt b/audio/musescore/files/patch-thirdparty_ofqf_CMakeLists.txt
deleted file mode 100644
index cb8a25f8acfb..000000000000
--- a/audio/musescore/files/patch-thirdparty_ofqf_CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
---- thirdparty/ofqf/CMakeLists.txt.orig 2021-01-27 17:12:14 UTC
-+++ thirdparty/ofqf/CMakeLists.txt
-@@ -42,7 +42,7 @@ if (NOT MSVC)
- set_target_properties (
- ofqf
- PROPERTIES
-- COMPILE_FLAGS "${PCH_INCLUDE} -g -Wall -Wextra -Winvalid-pch"
-+ COMPILE_FLAGS "-include ${PROJECT_BINARY_DIR}/all.h -Wall -Wextra -Winvalid-pch"
- )
- else (NOT MSVC)
- set_target_properties (
diff --git a/audio/musescore/files/patch-thirdparty_qt-google-analytics_ganalytics.cpp b/audio/musescore/files/patch-thirdparty_qt-google-analytics_ganalytics.cpp
deleted file mode 100644
index e28a6ff478ae..000000000000
--- a/audio/musescore/files/patch-thirdparty_qt-google-analytics_ganalytics.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- thirdparty/qt-google-analytics/ganalytics.cpp.orig 2021-01-27 17:12:14 UTC
-+++ thirdparty/qt-google-analytics/ganalytics.cpp
-@@ -381,7 +381,7 @@ QString GAnalytics::Private::getSystemInfo()
- .arg(QAndroidJniObject::getStaticObjectField<jstring>("android/os/Build", "ID").toString())
- .arg(QAndroidJniObject::getStaticObjectField<jstring>("android/os/Build", "BRAND").toString());
- }
--#elif defined(Q_OS_LINUX)
-+#elif defined(Q_OS_UNIX)
- #include <sys/utsname.h>
-
- /**
diff --git a/audio/musescore/files/patch-thirdparty_qzip_CMakeLists.txt b/audio/musescore/files/patch-thirdparty_qzip_CMakeLists.txt
deleted file mode 100644
index 950b4affd581..000000000000
--- a/audio/musescore/files/patch-thirdparty_qzip_CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
---- thirdparty/qzip/CMakeLists.txt.orig 2021-01-27 17:12:14 UTC
-+++ thirdparty/qzip/CMakeLists.txt
-@@ -35,7 +35,7 @@ if (NOT MSVC)
- set_target_properties (
- qzip
- PROPERTIES
-- COMPILE_FLAGS "${PCH_INCLUDE} -g -Wall -Wextra -Winvalid-pch"
-+ COMPILE_FLAGS "-include ${PROJECT_BINARY_DIR}/all.h -Wall -Wextra -Winvalid-pch"
- )
- else (NOT MSVC)
- set_target_properties (
diff --git a/audio/musescore/files/patch-thirdparty_rtf2html_CMakeLists.txt b/audio/musescore/files/patch-thirdparty_rtf2html_CMakeLists.txt
deleted file mode 100644
index 272d6de2b48c..000000000000
--- a/audio/musescore/files/patch-thirdparty_rtf2html_CMakeLists.txt
+++ /dev/null
@@ -1,17 +0,0 @@
---- thirdparty/rtf2html/CMakeLists.txt.orig 2021-01-27 17:12:14 UTC
-+++ thirdparty/rtf2html/CMakeLists.txt
-@@ -43,12 +43,12 @@ add_library (
- if (NOT MSVC)
- set_target_properties( rtf2html
- PROPERTIES
-- COMPILE_FLAGS "${PCH_INCLUDE} -g -Wall -Wextra -Winvalid-pch"
-+ COMPILE_FLAGS "-include ${PROJECT_BINARY_DIR}/all.h -Wall -Wextra -Winvalid-pch"
- )
- else (NOT MSVC)
- set_target_properties ( rtf2html
- PROPERTIES
-- COMPILE_FLAGS "${PCH_INCLUDE} /wd4267"
-+ COMPILE_FLAGS "-include ${PROJECT_BINARY_DIR}/all.h /wd4267"
- )
- endif (NOT MSVC)
-
diff --git a/audio/musescore/files/patch-thirdparty_singleapp_src_CMakeLists.txt b/audio/musescore/files/patch-thirdparty_singleapp_src_CMakeLists.txt
deleted file mode 100644
index 6e4458bf9f72..000000000000
--- a/audio/musescore/files/patch-thirdparty_singleapp_src_CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
---- thirdparty/singleapp/src/CMakeLists.txt.orig 2021-01-27 17:12:14 UTC
-+++ thirdparty/singleapp/src/CMakeLists.txt
-@@ -37,7 +37,7 @@ if (NOT MSVC)
- set_target_properties (
- qtsingleapp
- PROPERTIES
-- COMPILE_FLAGS "${PCH_INCLUDE} -g -Wall -Wextra -Winvalid-pch"
-+ COMPILE_FLAGS "-include ${PROJECT_BINARY_DIR}/all.h -Wall -Wextra -Winvalid-pch"
- )
- else (NOT MSVC)
- set_target_properties (
diff --git a/audio/musescore/pkg-plist b/audio/musescore/pkg-plist
index e1a333d9291b..afc888604a76 100644
--- a/audio/musescore/pkg-plist
+++ b/audio/musescore/pkg-plist
@@ -1,33 +1,23 @@
bin/mscore
bin/musescore
-man/man1/mscore.1.gz
-man/man1/musescore.1.gz
-share/applications/mscore.desktop
-share/icons/hicolor/128x128/apps/mscore.png
-share/icons/hicolor/16x16/apps/mscore.png
-share/icons/hicolor/24x24/apps/mscore.png
-share/icons/hicolor/32x32/apps/mscore.png
-share/icons/hicolor/48x48/apps/mscore.png
-share/icons/hicolor/48x48/mimetypes/application-vnd.recordare.musicxml+xml.png
-share/icons/hicolor/48x48/mimetypes/application-vnd.recordare.musicxml.png
-share/icons/hicolor/48x48/mimetypes/application-x-musescore+xml.png
-share/icons/hicolor/48x48/mimetypes/application-x-musescore.png
-share/icons/hicolor/512x512/apps/mscore.png
-share/icons/hicolor/64x64/apps/mscore.png
-share/icons/hicolor/96x96/apps/mscore.png
-share/icons/hicolor/scalable/apps/mscore.svg
-share/icons/hicolor/scalable/mimetypes/application-vnd.recordare.musicxml+xml.svg
-share/icons/hicolor/scalable/mimetypes/application-vnd.recordare.musicxml.svg
-share/icons/hicolor/scalable/mimetypes/application-x-musescore+xml.svg
-share/icons/hicolor/scalable/mimetypes/application-x-musescore.svg
-share/metainfo/org.musescore.MuseScore.appdata.xml
-share/mime/packages/musescore.xml
-%%DATADIR%%/demos/Brassed_Up.mscx
-%%DATADIR%%/demos/Dawn.mscx
-%%DATADIR%%/demos/Dynamic_Strings.mscx
-%%DATADIR%%/demos/Fugue_1.mscx
-%%DATADIR%%/demos/Reunion.mscz
-%%DATADIR%%/demos/Unclaimed_Gift.mscx
+%%DATADIR%%/autobotscripts/TC1.1_CreateSimpleScore.js
+%%DATADIR%%/autobotscripts/TC1.2_CreateSimpleScoreWithRandomInstruments.js
+%%DATADIR%%/autobotscripts/TC2_CreateSimpleScoreByTemplate.js
+%%DATADIR%%/autobotscripts/TC3_UsingNoteInputToolbar.js
+%%DATADIR%%/autobotscripts/TC4_UsingPalettes.js
+%%DATADIR%%/autobotscripts/TC5_UsingInstruments.js
+%%DATADIR%%/autobotscripts/TC6_UsingInspector_Note.js
+%%DATADIR%%/autobotscripts/TC7_UsingExport.js
+%%DATADIR%%/autobotscripts/TC8_EngravingText.js
+%%DATADIR%%/autobotscripts/TC9_BigScore(perfomance).js
+%%DATADIR%%/autobotscripts/data/Big_Score.mscz
+%%DATADIR%%/autobotscripts/steps/Inspector.js
+%%DATADIR%%/autobotscripts/steps/Instruments.js
+%%DATADIR%%/autobotscripts/steps/Navigation.js
+%%DATADIR%%/autobotscripts/steps/NewScore.js
+%%DATADIR%%/autobotscripts/steps/NoteInput.js
+%%DATADIR%%/autobotscripts/steps/Palette.js
+%%DATADIR%%/autobotscripts/steps/Score.js
%%DATADIR%%/instruments/instruments.xml
%%DATADIR%%/instruments/orders.xml
%%DATADIR%%/locale/instruments_af.qm
@@ -98,75 +88,75 @@ share/mime/packages/musescore.xml
%%DATADIR%%/locale/instruments_zh_CN.qm
%%DATADIR%%/locale/instruments_zh_HK.qm
%%DATADIR%%/locale/instruments_zh_TW.qm
-%%DATADIR%%/locale/languages.xml
-%%DATADIR%%/locale/mscore_af.qm
-%%DATADIR%%/locale/mscore_ar.qm
-%%DATADIR%%/locale/mscore_ar_DZ.qm
-%%DATADIR%%/locale/mscore_ar_EG.qm
-%%DATADIR%%/locale/mscore_ar_SD.qm
-%%DATADIR%%/locale/mscore_ast.qm
-%%DATADIR%%/locale/mscore_be.qm
-%%DATADIR%%/locale/mscore_bg.qm
-%%DATADIR%%/locale/mscore_br.qm
-%%DATADIR%%/locale/mscore_ca.qm
-%%DATADIR%%/locale/mscore_ca@valencia.qm
-%%DATADIR%%/locale/mscore_cs.qm
-%%DATADIR%%/locale/mscore_cy.qm
-%%DATADIR%%/locale/mscore_da.qm
-%%DATADIR%%/locale/mscore_de.qm
-%%DATADIR%%/locale/mscore_el.qm
-%%DATADIR%%/locale/mscore_en_GB.qm
-%%DATADIR%%/locale/mscore_en_US.qm
-%%DATADIR%%/locale/mscore_eo.qm
-%%DATADIR%%/locale/mscore_es.qm
-%%DATADIR%%/locale/mscore_et.qm
-%%DATADIR%%/locale/mscore_eu.qm
-%%DATADIR%%/locale/mscore_fa.qm
-%%DATADIR%%/locale/mscore_fi.qm
-%%DATADIR%%/locale/mscore_fil.qm
-%%DATADIR%%/locale/mscore_fo.qm
-%%DATADIR%%/locale/mscore_fr.qm
-%%DATADIR%%/locale/mscore_ga.qm
-%%DATADIR%%/locale/mscore_gd.qm
-%%DATADIR%%/locale/mscore_gl.qm
-%%DATADIR%%/locale/mscore_he.qm
-%%DATADIR%%/locale/mscore_hi_IN.qm
-%%DATADIR%%/locale/mscore_hr.qm
-%%DATADIR%%/locale/mscore_hu.qm
-%%DATADIR%%/locale/mscore_hy.qm
-%%DATADIR%%/locale/mscore_id.qm
-%%DATADIR%%/locale/mscore_ig.qm
-%%DATADIR%%/locale/mscore_it.qm
-%%DATADIR%%/locale/mscore_ja.qm
-%%DATADIR%%/locale/mscore_ka.qm
-%%DATADIR%%/locale/mscore_kab.qm
-%%DATADIR%%/locale/mscore_ko.qm
-%%DATADIR%%/locale/mscore_lt.qm
-%%DATADIR%%/locale/mscore_lv.qm
-%%DATADIR%%/locale/mscore_ml.qm
-%%DATADIR%%/locale/mscore_mn_MN.qm
-%%DATADIR%%/locale/mscore_nb.qm
-%%DATADIR%%/locale/mscore_nl.qm
-%%DATADIR%%/locale/mscore_nn.qm
-%%DATADIR%%/locale/mscore_pl.qm
-%%DATADIR%%/locale/mscore_pt.qm
-%%DATADIR%%/locale/mscore_pt_BR.qm
-%%DATADIR%%/locale/mscore_ro.qm
-%%DATADIR%%/locale/mscore_ru.qm
-%%DATADIR%%/locale/mscore_scn.qm
-%%DATADIR%%/locale/mscore_sk.qm
-%%DATADIR%%/locale/mscore_sl.qm
-%%DATADIR%%/locale/mscore_sr.qm
-%%DATADIR%%/locale/mscore_sr_RS.qm
-%%DATADIR%%/locale/mscore_sv.qm
-%%DATADIR%%/locale/mscore_th.qm
-%%DATADIR%%/locale/mscore_tr.qm
-%%DATADIR%%/locale/mscore_uk.qm
-%%DATADIR%%/locale/mscore_uz@Latn.qm
-%%DATADIR%%/locale/mscore_vi.qm
-%%DATADIR%%/locale/mscore_zh_CN.qm
-%%DATADIR%%/locale/mscore_zh_HK.qm
-%%DATADIR%%/locale/mscore_zh_TW.qm
+%%DATADIR%%/locale/languages.json
+%%DATADIR%%/locale/musescore_af.qm
+%%DATADIR%%/locale/musescore_ar.qm
+%%DATADIR%%/locale/musescore_ar_DZ.qm
+%%DATADIR%%/locale/musescore_ar_EG.qm
+%%DATADIR%%/locale/musescore_ar_SD.qm
+%%DATADIR%%/locale/musescore_ast.qm
+%%DATADIR%%/locale/musescore_be.qm
+%%DATADIR%%/locale/musescore_bg.qm
+%%DATADIR%%/locale/musescore_br.qm
+%%DATADIR%%/locale/musescore_ca.qm
+%%DATADIR%%/locale/musescore_ca@valencia.qm
+%%DATADIR%%/locale/musescore_cs.qm
+%%DATADIR%%/locale/musescore_cy.qm
+%%DATADIR%%/locale/musescore_da.qm
+%%DATADIR%%/locale/musescore_de.qm
+%%DATADIR%%/locale/musescore_el.qm
+%%DATADIR%%/locale/musescore_en_GB.qm
+%%DATADIR%%/locale/musescore_en_US.qm
+%%DATADIR%%/locale/musescore_eo.qm
+%%DATADIR%%/locale/musescore_es.qm
+%%DATADIR%%/locale/musescore_et.qm
+%%DATADIR%%/locale/musescore_eu.qm
+%%DATADIR%%/locale/musescore_fa.qm
+%%DATADIR%%/locale/musescore_fi.qm
+%%DATADIR%%/locale/musescore_fil.qm
+%%DATADIR%%/locale/musescore_fo.qm
+%%DATADIR%%/locale/musescore_fr.qm
+%%DATADIR%%/locale/musescore_ga.qm
+%%DATADIR%%/locale/musescore_gd.qm
+%%DATADIR%%/locale/musescore_gl.qm
+%%DATADIR%%/locale/musescore_he.qm
+%%DATADIR%%/locale/musescore_hi_IN.qm
+%%DATADIR%%/locale/musescore_hr.qm
+%%DATADIR%%/locale/musescore_hu.qm
+%%DATADIR%%/locale/musescore_hy.qm
+%%DATADIR%%/locale/musescore_id.qm
+%%DATADIR%%/locale/musescore_ig.qm
+%%DATADIR%%/locale/musescore_it.qm
+%%DATADIR%%/locale/musescore_ja.qm
+%%DATADIR%%/locale/musescore_ka.qm
+%%DATADIR%%/locale/musescore_kab.qm
+%%DATADIR%%/locale/musescore_ko.qm
+%%DATADIR%%/locale/musescore_lt.qm
+%%DATADIR%%/locale/musescore_lv.qm
+%%DATADIR%%/locale/musescore_ml.qm
+%%DATADIR%%/locale/musescore_mn_MN.qm
+%%DATADIR%%/locale/musescore_nb.qm
+%%DATADIR%%/locale/musescore_nl.qm
+%%DATADIR%%/locale/musescore_nn.qm
+%%DATADIR%%/locale/musescore_pl.qm
+%%DATADIR%%/locale/musescore_pt.qm
+%%DATADIR%%/locale/musescore_pt_BR.qm
+%%DATADIR%%/locale/musescore_ro.qm
+%%DATADIR%%/locale/musescore_ru.qm
+%%DATADIR%%/locale/musescore_scn.qm
+%%DATADIR%%/locale/musescore_sk.qm
+%%DATADIR%%/locale/musescore_sl.qm
+%%DATADIR%%/locale/musescore_sr.qm
+%%DATADIR%%/locale/musescore_sr_RS.qm
+%%DATADIR%%/locale/musescore_sv.qm
+%%DATADIR%%/locale/musescore_th.qm
+%%DATADIR%%/locale/musescore_tr.qm
+%%DATADIR%%/locale/musescore_uk.qm
+%%DATADIR%%/locale/musescore_uz@Latn.qm
+%%DATADIR%%/locale/musescore_vi.qm
+%%DATADIR%%/locale/musescore_zh_CN.qm
+%%DATADIR%%/locale/musescore_zh_HK.qm
+%%DATADIR%%/locale/musescore_zh_TW.qm
%%DATADIR%%/locale/qt_bg.qm
%%DATADIR%%/locale/qt_el.qm
%%DATADIR%%/locale/qt_eu.qm
@@ -180,92 +170,27 @@ share/mime/packages/musescore.xml
%%DATADIR%%/locale/qt_ro.qm
%%DATADIR%%/locale/qt_tr.qm
%%DATADIR%%/locale/qt_vi.qm
-%%DATADIR%%/locale/tours_af.qm
-%%DATADIR%%/locale/tours_ar.qm
-%%DATADIR%%/locale/tours_ar_DZ.qm
-%%DATADIR%%/locale/tours_ar_EG.qm
-%%DATADIR%%/locale/tours_ar_SD.qm
-%%DATADIR%%/locale/tours_ast.qm
-%%DATADIR%%/locale/tours_be.qm
-%%DATADIR%%/locale/tours_bg.qm
-%%DATADIR%%/locale/tours_br.qm
-%%DATADIR%%/locale/tours_ca.qm
-%%DATADIR%%/locale/tours_ca@valencia.qm
-%%DATADIR%%/locale/tours_cs.qm
-%%DATADIR%%/locale/tours_cy.qm
-%%DATADIR%%/locale/tours_da.qm
-%%DATADIR%%/locale/tours_de.qm
-%%DATADIR%%/locale/tours_el.qm
-%%DATADIR%%/locale/tours_en_GB.qm
-%%DATADIR%%/locale/tours_en_US.qm
-%%DATADIR%%/locale/tours_eo.qm
-%%DATADIR%%/locale/tours_es.qm
-%%DATADIR%%/locale/tours_et.qm
-%%DATADIR%%/locale/tours_eu.qm
-%%DATADIR%%/locale/tours_fa.qm
-%%DATADIR%%/locale/tours_fi.qm
-%%DATADIR%%/locale/tours_fil.qm
-%%DATADIR%%/locale/tours_fo.qm
-%%DATADIR%%/locale/tours_fr.qm
-%%DATADIR%%/locale/tours_ga.qm
-%%DATADIR%%/locale/tours_gd.qm
-%%DATADIR%%/locale/tours_gl.qm
-%%DATADIR%%/locale/tours_he.qm
-%%DATADIR%%/locale/tours_hi_IN.qm
-%%DATADIR%%/locale/tours_hr.qm
-%%DATADIR%%/locale/tours_hu.qm
-%%DATADIR%%/locale/tours_hy.qm
-%%DATADIR%%/locale/tours_id.qm
-%%DATADIR%%/locale/tours_ig.qm
-%%DATADIR%%/locale/tours_it.qm
-%%DATADIR%%/locale/tours_ja.qm
-%%DATADIR%%/locale/tours_ka.qm
-%%DATADIR%%/locale/tours_kab.qm
-%%DATADIR%%/locale/tours_ko.qm
-%%DATADIR%%/locale/tours_lt.qm
-%%DATADIR%%/locale/tours_lv.qm
-%%DATADIR%%/locale/tours_ml.qm
-%%DATADIR%%/locale/tours_mn_MN.qm
-%%DATADIR%%/locale/tours_nb.qm
-%%DATADIR%%/locale/tours_nl.qm
-%%DATADIR%%/locale/tours_nn.qm
-%%DATADIR%%/locale/tours_pl.qm
-%%DATADIR%%/locale/tours_pt.qm
-%%DATADIR%%/locale/tours_pt_BR.qm
-%%DATADIR%%/locale/tours_ro.qm
-%%DATADIR%%/locale/tours_ru.qm
-%%DATADIR%%/locale/tours_scn.qm
-%%DATADIR%%/locale/tours_sk.qm
-%%DATADIR%%/locale/tours_sl.qm
-%%DATADIR%%/locale/tours_sr.qm
-%%DATADIR%%/locale/tours_sr_RS.qm
-%%DATADIR%%/locale/tours_sv.qm
-%%DATADIR%%/locale/tours_th.qm
-%%DATADIR%%/locale/tours_tr.qm
-%%DATADIR%%/locale/tours_uk.qm
-%%DATADIR%%/locale/tours_uz@Latn.qm
-%%DATADIR%%/locale/tours_vi.qm
-%%DATADIR%%/locale/tours_zh_CN.qm
-%%DATADIR%%/locale/tours_zh_HK.qm
-%%DATADIR%%/locale/tours_zh_TW.qm
-%%DATADIR%%/plugins/abc_import.qml
-%%DATADIR%%/plugins/colornotes.qml
-%%DATADIR%%/plugins/createscore.qml
-%%DATADIR%%/plugins/helloqml/helloqml.qml
-%%DATADIR%%/plugins/helloqml/translations/locale_de.qm
-%%DATADIR%%/plugins/helloqml/translations/locale_de.ts
-%%DATADIR%%/plugins/notenames-interactive.qml
-%%DATADIR%%/plugins/notenames.qml
-%%DATADIR%%/plugins/panel.qml
-%%DATADIR%%/plugins/random.qml
-%%DATADIR%%/plugins/random2.qml
-%%DATADIR%%/plugins/run.qml
-%%DATADIR%%/plugins/scorelist.qml
-%%DATADIR%%/plugins/view.qml
-%%DATADIR%%/plugins/walk.qml
-%%DATADIR%%/sound/MuseScore_General.sf3
-%%DATADIR%%/sound/MuseScore_General_License.md
-%%DATADIR%%/styles/Leland.mss
+%%DATADIR%%/plugins/colornotes/color_notes.png
+%%DATADIR%%/plugins/colornotes/colornotes.qml
+%%DATADIR%%/plugins/courtesy_accidentals/accidentals.png
+%%DATADIR%%/plugins/courtesy_accidentals/addCourtesyAccidentals.qml
+%%DATADIR%%/plugins/courtesy_accidentals/configCourtesyAccidentals.qml
+%%DATADIR%%/plugins/courtesy_accidentals/removeCourtesyAccidentals.qml
+%%DATADIR%%/plugins/intervals/mirror-intervals-3.qml
+%%DATADIR%%/plugins/intervals/mirror_intervals.png
+%%DATADIR%%/plugins/lilyrics/lilyrics.png
+%%DATADIR%%/plugins/lilyrics/lilyrics.qml
+%%DATADIR%%/plugins/new_retrograde/NewRetrograde.qml
+%%DATADIR%%/plugins/new_retrograde/retrograde.png
+%%DATADIR%%/plugins/note_names/note_names.png
+%%DATADIR%%/plugins/note_names/notenames.qml
+%%DATADIR%%/plugins/tuning/modal_tuning.png
+%%DATADIR%%/plugins/tuning/tuning.qml
+%%DATADIR%%/plugins/tuning_modal/Modal_Tuning.qml
+%%DATADIR%%/plugins/tuning_modal/Temperaments.qml
+%%DATADIR%%/plugins/tuning_modal/modal_tuning.png
+%%DATADIR%%/sound/MS Basic.sf3
+%%DATADIR%%/sound/MS Basic_License.md
%%DATADIR%%/styles/MuseJazz.mss
%%DATADIR%%/styles/cchords_muse.xml
%%DATADIR%%/styles/cchords_nrb.xml
@@ -275,71 +200,683 @@ share/mime/packages/musescore.xml
%%DATADIR%%/styles/chords_jazz.xml
%%DATADIR%%/styles/chords_std.xml
%%DATADIR%%/styles/jazzchords.xml
-%%DATADIR%%/styles/legacy-style-defaults-v1.mss
-%%DATADIR%%/styles/legacy-style-defaults-v2.mss
-%%DATADIR%%/styles/legacy-style-defaults-v3.mss
%%DATADIR%%/styles/stdchords.xml
-%%DATADIR%%/templates/01-General/00-Blank.mscx
-%%DATADIR%%/templates/01-General/01-Treble_Clef.mscx
-%%DATADIR%%/templates/01-General/02-Bass_Clef.mscx
-%%DATADIR%%/templates/01-General/03-Grand_Staff.mscx
-%%DATADIR%%/templates/02-Choral/01-SATB.mscx
-%%DATADIR%%/templates/02-Choral/02-SATB_+_Organ.mscx
-%%DATADIR%%/templates/02-Choral/03-SATB_+_Piano.mscx
-%%DATADIR%%/templates/02-Choral/04-SATB_Closed_Score.mscx
-%%DATADIR%%/templates/02-Choral/05-SATB_Closed_Score_+_Organ.mscx
-%%DATADIR%%/templates/02-Choral/06-SATB_Closed_Score_+_Piano.mscx
-%%DATADIR%%/templates/02-Choral/07-Voice_+_Piano.mscx
-%%DATADIR%%/templates/02-Choral/08-Barbershop_Quartet_(Men).mscx
-%%DATADIR%%/templates/02-Choral/09-Barbershop_Quartet_(Women).mscx
-%%DATADIR%%/templates/02-Choral/10-Liturgical_Unmetrical.mscx
-%%DATADIR%%/templates/02-Choral/11-Liturgical_Unmetrical_+_Organ.mscx
-%%DATADIR%%/templates/03-Chamber_Music/01-String_Quartet.mscx
-%%DATADIR%%/templates/03-Chamber_Music/02-Wind_Quartet.mscx
-%%DATADIR%%/templates/03-Chamber_Music/03-Wind_Quintet.mscx
-%%DATADIR%%/templates/03-Chamber_Music/04-Saxophone_Quartet.mscx
-%%DATADIR%%/templates/03-Chamber_Music/05-Brass_Quartet.mscx
-%%DATADIR%%/templates/03-Chamber_Music/06-Brass_Quintet.mscx
-%%DATADIR%%/templates/04-Solo/01-Guitar.mscx
-%%DATADIR%%/templates/04-Solo/02-Guitar_+_Tablature.mscx
-%%DATADIR%%/templates/04-Solo/03-Guitar_Tablature.mscx
-%%DATADIR%%/templates/04-Solo/04-Piano.mscx
-%%DATADIR%%/templates/05-Jazz/01-Jazz_Lead_Sheet.mscx
-%%DATADIR%%/templates/05-Jazz/02-Big_Band.mscx
-%%DATADIR%%/templates/05-Jazz/03-Jazz_Combo.mscx
-%%DATADIR%%/templates/06-Popular/01-Rock_Band.mscx
-%%DATADIR%%/templates/06-Popular/02-Bluegrass_Band.mscx
-%%DATADIR%%/templates/07-Band_and_Percussion/01-Concert_Band.mscx
-%%DATADIR%%/templates/07-Band_and_Percussion/02-Small_Concert_Band.mscx
-%%DATADIR%%/templates/07-Band_and_Percussion/03-Brass_Band.mscx
-%%DATADIR%%/templates/07-Band_and_Percussion/04-Marching_Band.mscx
-%%DATADIR%%/templates/07-Band_and_Percussion/05-Small_Marching_Band.mscx
-%%DATADIR%%/templates/07-Band_and_Percussion/06-Battery_Percussion.mscx
-%%DATADIR%%/templates/07-Band_and_Percussion/07-Large_Pit_Percussion.mscx
-%%DATADIR%%/templates/07-Band_and_Percussion/08-Small_Pit_Percussion.mscx
-%%DATADIR%%/templates/07-Band_and_Percussion/09-European_Concert_Band.mscx
-%%DATADIR%%/templates/08-Orchestral/01-Classical_Orchestra.mscx
-%%DATADIR%%/templates/08-Orchestral/02-Symphony_Orchestra.mscx
-%%DATADIR%%/templates/08-Orchestral/03-String_Orchestra.mscx
+%%DATADIR%%/tables/Es-Es-G0.utb
+%%DATADIR%%/tables/IPA-unicode-range.uti
+%%DATADIR%%/tables/IPA.utb
+%%DATADIR%%/tables/Lv-Lv-g1.utb
+%%DATADIR%%/tables/Pl-Pl-g1.utb
+%%DATADIR%%/tables/afr-za-g1.ctb
+%%DATADIR%%/tables/afr-za-g2.ctb
+%%DATADIR%%/tables/ar-ar-comp8.utb
+%%DATADIR%%/tables/ar-ar-g1-core.uti
+%%DATADIR%%/tables/ar-ar-g1.utb
+%%DATADIR%%/tables/ar-ar-g2.ctb
+%%DATADIR%%/tables/ar-ar-math.uti
+%%DATADIR%%/tables/ar.tbl
+%%DATADIR%%/tables/as-in-g1.utb
+%%DATADIR%%/tables/as.tbl
+%%DATADIR%%/tables/ascii-to-unicode.dis
+%%DATADIR%%/tables/ascii-us-patterns.cti
+%%DATADIR%%/tables/aw-in-g1.utb
+%%DATADIR%%/tables/awa.tbl
+%%DATADIR%%/tables/ba.utb
+%%DATADIR%%/tables/be-in-g1.utb
+%%DATADIR%%/tables/bel-comp.utb
+%%DATADIR%%/tables/bel.utb
+%%DATADIR%%/tables/bengali.cti
+%%DATADIR%%/tables/bg.ctb
+%%DATADIR%%/tables/bg.dis
+%%DATADIR%%/tables/bg.tbl
+%%DATADIR%%/tables/bg.utb
+%%DATADIR%%/tables/bh.ctb
+%%DATADIR%%/tables/bh.tbl
+%%DATADIR%%/tables/bn.tbl
+%%DATADIR%%/tables/bo.ctb
+%%DATADIR%%/tables/bo.tbl
+%%DATADIR%%/tables/boxes.ctb
+%%DATADIR%%/tables/br-in-g1.utb
+%%DATADIR%%/tables/bra.tbl
+%%DATADIR%%/tables/braille-patterns.cti
+%%DATADIR%%/tables/ca-chardefs.cti
+%%DATADIR%%/tables/ca-g1.ctb
+%%DATADIR%%/tables/ca.tbl
+%%DATADIR%%/tables/chr-us-g1.ctb
+%%DATADIR%%/tables/ckb-chardefs.cti
+%%DATADIR%%/tables/ckb-g1.ctb
+%%DATADIR%%/tables/ckb-translation.cti
+%%DATADIR%%/tables/ckb.tbl
+%%DATADIR%%/tables/compress.cti
+%%DATADIR%%/tables/controlchars.cti
+%%DATADIR%%/tables/cop-eg-comp8.utb
+%%DATADIR%%/tables/corrections.cti
+%%DATADIR%%/tables/countries.cti
+%%DATADIR%%/tables/cs-chardefs.cti
+%%DATADIR%%/tables/cs-comp8.utb
+%%DATADIR%%/tables/cs-g1.ctb
+%%DATADIR%%/tables/cs-translation.cti
+%%DATADIR%%/tables/cs.tbl
+%%DATADIR%%/tables/cy-cy-g1.utb
+%%DATADIR%%/tables/cy-cy-g2.ctb
+%%DATADIR%%/tables/cy.tbl
+%%DATADIR%%/tables/da-dk-6miscChars.cti
+%%DATADIR%%/tables/da-dk-6miscChars_1993.cti
+%%DATADIR%%/tables/da-dk-8miscChars.cti
+%%DATADIR%%/tables/da-dk-8miscChars_1993.cti
+%%DATADIR%%/tables/da-dk-g08.ctb
+%%DATADIR%%/tables/da-dk-g08_1993.ctb
+%%DATADIR%%/tables/da-dk-g16-lit_1993.ctb
+%%DATADIR%%/tables/da-dk-g16.ctb
+%%DATADIR%%/tables/da-dk-g16_1993.ctb
+%%DATADIR%%/tables/da-dk-g18.ctb
+%%DATADIR%%/tables/da-dk-g18_1993.ctb
+%%DATADIR%%/tables/da-dk-g2.dic
+%%DATADIR%%/tables/da-dk-g26-lit_1993.ctb
+%%DATADIR%%/tables/da-dk-g26.ctb
+%%DATADIR%%/tables/da-dk-g26_1993.ctb
+%%DATADIR%%/tables/da-dk-g26l-lit_1993.ctb
+%%DATADIR%%/tables/da-dk-g26l_1993.ctb
+%%DATADIR%%/tables/da-dk-g28.ctb
+%%DATADIR%%/tables/da-dk-g28_1993.ctb
+%%DATADIR%%/tables/da-dk-g28l_1993.ctb
+%%DATADIR%%/tables/da-dk-g2_1993.dic
+%%DATADIR%%/tables/da-dk-octobraille.dis
+%%DATADIR%%/tables/da-dk-octobraille_1993.dis
+%%DATADIR%%/tables/de-accents-detailed.cti
+%%DATADIR%%/tables/de-accents.cti
+%%DATADIR%%/tables/de-chardefs6.cti
+%%DATADIR%%/tables/de-chardefs8.cti
+%%DATADIR%%/tables/de-chess.ctb
+%%DATADIR%%/tables/de-comp6.utb
+%%DATADIR%%/tables/de-de-comp8.ctb
+%%DATADIR%%/tables/de-de.dis
+%%DATADIR%%/tables/de-eurobrl6.dis
+%%DATADIR%%/tables/de-eurobrl6u.dis
+%%DATADIR%%/tables/de-g0-core.uti
+%%DATADIR%%/tables/de-g0-detailed.utb
+%%DATADIR%%/tables/de-g0.utb
+%%DATADIR%%/tables/de-g1-core-patterns.dic
+%%DATADIR%%/tables/de-g1-core.cti
+%%DATADIR%%/tables/de-g1-detailed.ctb
+%%DATADIR%%/tables/de-g1.ctb
+%%DATADIR%%/tables/de-g2-core-patterns.dic
+%%DATADIR%%/tables/de-g2-core.cti
+%%DATADIR%%/tables/de-g2-detailed.ctb
+%%DATADIR%%/tables/de-g2.ctb
+%%DATADIR%%/tables/devanagari.cti
+%%DATADIR%%/tables/digits6Dots.uti
+%%DATADIR%%/tables/digits6DotsPlusDot6.uti
+%%DATADIR%%/tables/digits8Dots.uti
+%%DATADIR%%/tables/dra.ctb
+%%DATADIR%%/tables/dra.tbl
+%%DATADIR%%/tables/el.ctb
+%%DATADIR%%/tables/en-GB-g2.ctb
+%%DATADIR%%/tables/en-chardefs.cti
+%%DATADIR%%/tables/en-chess.ctb
+%%DATADIR%%/tables/en-gb-comp8.ctb
+%%DATADIR%%/tables/en-gb-g1.utb
+%%DATADIR%%/tables/en-in-g1.ctb
+%%DATADIR%%/tables/en-nabcc.utb
+%%DATADIR%%/tables/en-ueb-chardefs.uti
+%%DATADIR%%/tables/en-ueb-g1.ctb
+%%DATADIR%%/tables/en-ueb-g2.ctb
+%%DATADIR%%/tables/en-ueb-math.ctb
+%%DATADIR%%/tables/en-us-brf.dis
+%%DATADIR%%/tables/en-us-comp6.ctb
+%%DATADIR%%/tables/en-us-comp8-ext.utb
+%%DATADIR%%/tables/en-us-comp8.ctb
+%%DATADIR%%/tables/en-us-compbrl.uti
+%%DATADIR%%/tables/en-us-emphasis.uti
+%%DATADIR%%/tables/en-us-g1.ctb
+%%DATADIR%%/tables/en-us-g2.ctb
+%%DATADIR%%/tables/en-us-interline.ctb
+%%DATADIR%%/tables/en-us-mathtext.ctb
+%%DATADIR%%/tables/en-us-symbols.mus
+%%DATADIR%%/tables/en_CA.ctb
+%%DATADIR%%/tables/en_CA.tbl
+%%DATADIR%%/tables/en_GB.tbl
+%%DATADIR%%/tables/en_US-comp8-ext.tbl
+%%DATADIR%%/tables/en_US.tbl
+%%DATADIR%%/tables/eo-g1-x-system.ctb
+%%DATADIR%%/tables/eo-g1.ctb
+%%DATADIR%%/tables/eo.tbl
+%%DATADIR%%/tables/es-chardefs.cti
+%%DATADIR%%/tables/es-g1.ctb
+%%DATADIR%%/tables/es-g2.ctb
+%%DATADIR%%/tables/es-new.dis
+%%DATADIR%%/tables/es-old.dis
+%%DATADIR%%/tables/es.tbl
+%%DATADIR%%/tables/et-g0.utb
+%%DATADIR%%/tables/et.ctb
+%%DATADIR%%/tables/et.tbl
+%%DATADIR%%/tables/ethio-g1.ctb
+%%DATADIR%%/tables/eurodefs.cti
+%%DATADIR%%/tables/fa-ir-comp8.ctb
+%%DATADIR%%/tables/fa-ir-g1.utb
+%%DATADIR%%/tables/fi-fi-8dot.ctb
+%%DATADIR%%/tables/fi.utb
+%%DATADIR%%/tables/fr-bfu-comp6.utb
+%%DATADIR%%/tables/fr-bfu-comp68.cti
+%%DATADIR%%/tables/fr-bfu-comp8.utb
+%%DATADIR%%/tables/fr-bfu-g2.ctb
+%%DATADIR%%/tables/fr.mus
+%%DATADIR%%/tables/ga-g1.utb
+%%DATADIR%%/tables/ga-g2.ctb
+%%DATADIR%%/tables/gd.ctb
+%%DATADIR%%/tables/gd.tbl
+%%DATADIR%%/tables/gez.tbl
+%%DATADIR%%/tables/gon.ctb
+%%DATADIR%%/tables/gon.tbl
+%%DATADIR%%/tables/gr-pl-comp8.uti
+%%DATADIR%%/tables/grc-international-common.uti
+%%DATADIR%%/tables/grc-international-composed.uti
+%%DATADIR%%/tables/grc-international-decomposed.uti
+%%DATADIR%%/tables/grc-international-en.utb
+%%DATADIR%%/tables/gu-in-g1.utb
+%%DATADIR%%/tables/gu.tbl
+%%DATADIR%%/tables/gujarati.cti
+%%DATADIR%%/tables/gurumuki.cti
+%%DATADIR%%/tables/haw-us-g1.ctb
+%%DATADIR%%/tables/he-IL-comp8.utb
+%%DATADIR%%/tables/he-IL.utb
+%%DATADIR%%/tables/hi-in-g1.utb
+%%DATADIR%%/tables/hi.tbl
+%%DATADIR%%/tables/hr-chardefs.cti
+%%DATADIR%%/tables/hr-comp8.tbl
+%%DATADIR%%/tables/hr-comp8.utb
+%%DATADIR%%/tables/hr-digits.uti
+%%DATADIR%%/tables/hr-g1.ctb
+%%DATADIR%%/tables/hr-g1.tbl
+%%DATADIR%%/tables/hr-translation.cti
+%%DATADIR%%/tables/hu-backtranslate-correction.dis
+%%DATADIR%%/tables/hu-backtranslate-word-corrections.cti
+%%DATADIR%%/tables/hu-chardefs.cti
+%%DATADIR%%/tables/hu-exceptionwords.cti
+%%DATADIR%%/tables/hu-hu-comp8.ctb
+%%DATADIR%%/tables/hu-hu-g1.ctb
+%%DATADIR%%/tables/hu-hu-g1_braille_input.cti
+%%DATADIR%%/tables/hu-hu-g2.ctb
+%%DATADIR%%/tables/hu-hu-g2_exceptions.cti
+%%DATADIR%%/tables/hu.tbl
+%%DATADIR%%/tables/hy.ctb
+%%DATADIR%%/tables/hy.tbl
+%%DATADIR%%/tables/hyph_cs_CZ.dic
+%%DATADIR%%/tables/hyph_da_DK.dic
+%%DATADIR%%/tables/hyph_de_DE.dic
+%%DATADIR%%/tables/hyph_en_US.dic
+%%DATADIR%%/tables/hyph_eo.dic
+%%DATADIR%%/tables/hyph_es_ES.dic
+%%DATADIR%%/tables/hyph_fr_FR.dic
+%%DATADIR%%/tables/hyph_hu_HU.dic
+%%DATADIR%%/tables/hyph_it_IT.dic
+%%DATADIR%%/tables/hyph_nb_NO.dic
+%%DATADIR%%/tables/hyph_nl_NL.dic
+%%DATADIR%%/tables/hyph_nn_NO.dic
+%%DATADIR%%/tables/hyph_pl_PL.dic
+%%DATADIR%%/tables/hyph_pt_PT.dic
+%%DATADIR%%/tables/hyph_ru.dic
+%%DATADIR%%/tables/hyph_sv_SE.dic
+%%DATADIR%%/tables/is-chardefs6.cti
+%%DATADIR%%/tables/is-chardefs8.cti
+%%DATADIR%%/tables/is.ctb
+%%DATADIR%%/tables/is.tbl
+%%DATADIR%%/tables/it-it-comp6.utb
+%%DATADIR%%/tables/it-it-comp8.utb
+%%DATADIR%%/tables/it.mus
+%%DATADIR%%/tables/it.tbl
+%%DATADIR%%/tables/iu-ca-g1.ctb
+%%DATADIR%%/tables/ja-kantenji.utb
+%%DATADIR%%/tables/ka-in-g1.utb
+%%DATADIR%%/tables/ka.utb
+%%DATADIR%%/tables/kannada.cti
+%%DATADIR%%/tables/kh-in-g1.utb
+%%DATADIR%%/tables/kha.tbl
+%%DATADIR%%/tables/kk.utb
+%%DATADIR%%/tables/km-g1.utb
+%%DATADIR%%/tables/kmr.tbl
+%%DATADIR%%/tables/kn.tbl
+%%DATADIR%%/tables/ko-2006-g1.ctb
+%%DATADIR%%/tables/ko-2006-g2.ctb
+%%DATADIR%%/tables/ko-2006.cti
+%%DATADIR%%/tables/ko-chars.cti
+%%DATADIR%%/tables/ko-g1-rules.cti
+%%DATADIR%%/tables/ko-g1.ctb
+%%DATADIR%%/tables/ko-g2-rules.cti
+%%DATADIR%%/tables/ko-g2.ctb
+%%DATADIR%%/tables/ko.cti
+%%DATADIR%%/tables/kok.ctb
+%%DATADIR%%/tables/kok.tbl
+%%DATADIR%%/tables/kru.ctb
+%%DATADIR%%/tables/kru.tbl
+%%DATADIR%%/tables/ks-in-g1.utb
+%%DATADIR%%/tables/latinLetterDef6Dots.uti
+%%DATADIR%%/tables/latinLetterDef8Dots.uti
+%%DATADIR%%/tables/latinLowercase.uti
+%%DATADIR%%/tables/latinUppercaseComp6.uti
+%%DATADIR%%/tables/lg-ug-g1.utb
+%%DATADIR%%/tables/litdigits6Dots.uti
+%%DATADIR%%/tables/litdigits6DotsPlusDot6.uti
+%%DATADIR%%/tables/loweredDigits6Dots.uti
+%%DATADIR%%/tables/loweredDigits8Dots.uti
+%%DATADIR%%/tables/lt-6dot.tbl
+%%DATADIR%%/tables/lt-6dot.utb
+%%DATADIR%%/tables/lt.ctb
+%%DATADIR%%/tables/lt.tbl
+%%DATADIR%%/tables/lv.tbl
+%%DATADIR%%/tables/malayalam.cti
+%%DATADIR%%/tables/mao-nz-g1.ctb
+%%DATADIR%%/tables/marburg_single_cell_defs.cti
+%%DATADIR%%/tables/marburg_unicode_defs.cti
+%%DATADIR%%/tables/ml-in-g1.utb
+%%DATADIR%%/tables/ml.tbl
+%%DATADIR%%/tables/mn-MN-common.cti
+%%DATADIR%%/tables/mn-MN-g1.utb
+%%DATADIR%%/tables/mn-MN-g2.ctb
+%%DATADIR%%/tables/mn-in-g1.utb
+%%DATADIR%%/tables/mni.tbl
+%%DATADIR%%/tables/mr-in-g1.utb
+%%DATADIR%%/tables/mr.tbl
+%%DATADIR%%/tables/ms-my-g2.ctb
+%%DATADIR%%/tables/mt.ctb
+%%DATADIR%%/tables/mt.tbl
+%%DATADIR%%/tables/mun.ctb
+%%DATADIR%%/tables/mun.tbl
+%%DATADIR%%/tables/mwr.ctb
+%%DATADIR%%/tables/mwr.tbl
+%%DATADIR%%/tables/my-g1.utb
+%%DATADIR%%/tables/my-g2.ctb
+%%DATADIR%%/tables/ne.ctb
+%%DATADIR%%/tables/ne.tbl
+%%DATADIR%%/tables/nemethdefs.cti
+%%DATADIR%%/tables/nl-BE.dis
+%%DATADIR%%/tables/nl-NL-g0.utb
+%%DATADIR%%/tables/nl-chardefs.uti
+%%DATADIR%%/tables/nl-comp8.utb
+%%DATADIR%%/tables/nl.tbl
+%%DATADIR%%/tables/no-no-8dot-fallback-6dot-g0.utb
+%%DATADIR%%/tables/no-no-8dot.utb
+%%DATADIR%%/tables/no-no-braillo-047-01.dis
+%%DATADIR%%/tables/no-no-chardefs6.uti
+%%DATADIR%%/tables/no-no-comp8.ctb
+%%DATADIR%%/tables/no-no-g0.utb
+%%DATADIR%%/tables/no-no-g1.ctb
+%%DATADIR%%/tables/no-no-g2.ctb
+%%DATADIR%%/tables/no-no-g3.ctb
+%%DATADIR%%/tables/no-no-generic.ctb
+%%DATADIR%%/tables/no-no-generic.dis
+%%DATADIR%%/tables/no-no-latinLetterDef6Dots_diacritics.uti
+%%DATADIR%%/tables/no-no.dis
+%%DATADIR%%/tables/np-in-g1.utb
+%%DATADIR%%/tables/nso-za-g1.utb
+%%DATADIR%%/tables/nso-za-g2.ctb
+%%DATADIR%%/tables/ny-mw.utb
+%%DATADIR%%/tables/or-in-g1.utb
+%%DATADIR%%/tables/or.tbl
+%%DATADIR%%/tables/oriya.cti
+%%DATADIR%%/tables/pa.tbl
+%%DATADIR%%/tables/pi.ctb
+%%DATADIR%%/tables/pi.tbl
+%%DATADIR%%/tables/pl-pl-comp8.ctb
+%%DATADIR%%/tables/pl.tbl
+%%DATADIR%%/tables/printables.cti
+%%DATADIR%%/tables/pt-pt-comp8.ctb
+%%DATADIR%%/tables/pt-pt-g1.utb
+%%DATADIR%%/tables/pt-pt-g2.ctb
+%%DATADIR%%/tables/pt.tbl
+%%DATADIR%%/tables/pu-in-g1.utb
+%%DATADIR%%/tables/ro.ctb
+%%DATADIR%%/tables/ro.tbl
+%%DATADIR%%/tables/ru-brf.dis
+%%DATADIR%%/tables/ru-compbrl.ctb
+%%DATADIR%%/tables/ru-letters.dis
+%%DATADIR%%/tables/ru-litbrl-detailed.utb
+%%DATADIR%%/tables/ru-litbrl.ctb
+%%DATADIR%%/tables/ru-ru-g1.ctb
+%%DATADIR%%/tables/ru-unicode.dis
+%%DATADIR%%/tables/ru.ctb
+%%DATADIR%%/tables/rw-rw-g1.utb
+%%DATADIR%%/tables/sa-in-g1.utb
+%%DATADIR%%/tables/sa.tbl
+%%DATADIR%%/tables/sah.utb
+%%DATADIR%%/tables/sd.tbl
+%%DATADIR%%/tables/se-se.ctb
+%%DATADIR%%/tables/se-se.dis
+%%DATADIR%%/tables/si-in-g1.utb
+%%DATADIR%%/tables/sin.cti
+%%DATADIR%%/tables/sin.utb
+%%DATADIR%%/tables/sk-g1.ctb
+%%DATADIR%%/tables/sk-sk-g1.utb
+%%DATADIR%%/tables/sk-sk.utb
+%%DATADIR%%/tables/sl-si-comp8.ctb
+%%DATADIR%%/tables/sl-si-g1.utb
+%%DATADIR%%/tables/sl.tbl
+%%DATADIR%%/tables/smufl-symbols.mus
+%%DATADIR%%/tables/sot-za-g1.ctb
+%%DATADIR%%/tables/sot-za-g2.ctb
+%%DATADIR%%/tables/spaces.uti
+%%DATADIR%%/tables/sr-chardefs.cti
+%%DATADIR%%/tables/sr-g1.ctb
+%%DATADIR%%/tables/sr.tbl
+%%DATADIR%%/tables/sv-1989.ctb
+%%DATADIR%%/tables/sv-1996.ctb
+%%DATADIR%%/tables/sv-g0.utb
+%%DATADIR%%/tables/sv-g1.ctb
+%%DATADIR%%/tables/sv-g2.ctb
+%%DATADIR%%/tables/sw-ke-g1-2.ctb
+%%DATADIR%%/tables/sw-ke-g1-3.ctb
+%%DATADIR%%/tables/sw-ke-g1-4.ctb
+%%DATADIR%%/tables/sw-ke-g1-5.ctb
+%%DATADIR%%/tables/sw-ke-g1.utb
+%%DATADIR%%/tables/sw-ke-g2.ctb
+%%DATADIR%%/tables/ta-ta-g1.ctb
+%%DATADIR%%/tables/ta.ctb
+%%DATADIR%%/tables/ta.tbl
+%%DATADIR%%/tables/tamil.cti
+%%DATADIR%%/tables/te-in-g1.utb
+%%DATADIR%%/tables/te.tbl
+%%DATADIR%%/tables/telugu.cti
+%%DATADIR%%/tables/text_nabcc.dis
+%%DATADIR%%/tables/tr-g1.ctb
+%%DATADIR%%/tables/tr-g2.ctb
+%%DATADIR%%/tables/tr-g2.tbl
+%%DATADIR%%/tables/tr.ctb
+%%DATADIR%%/tables/tr.tbl
+%%DATADIR%%/tables/tsn-za-g1.ctb
+%%DATADIR%%/tables/tsn-za-g2.ctb
+%%DATADIR%%/tables/tt.utb
+%%DATADIR%%/tables/uk-comp.utb
+%%DATADIR%%/tables/uk.utb
+%%DATADIR%%/tables/ukchardefs.cti
+%%DATADIR%%/tables/ukmaths_single_cell_defs.cti
+%%DATADIR%%/tables/ukmaths_unicode_defs.cti
+%%DATADIR%%/tables/uni-text.dis
+%%DATADIR%%/tables/unicode-braille.utb
+%%DATADIR%%/tables/unicode-to-ascii.dis
+%%DATADIR%%/tables/unicode-without-blank.dis
+%%DATADIR%%/tables/unicode.dis
+%%DATADIR%%/tables/ur-pk-g1.utb
+%%DATADIR%%/tables/ur-pk-g2.ctb
+%%DATADIR%%/tables/us-table.dis
+%%DATADIR%%/tables/uz-g1.utb
+%%DATADIR%%/tables/ve-za-g1.utb
+%%DATADIR%%/tables/ve-za-g2.ctb
+%%DATADIR%%/tables/vi-charsdef.uti
+%%DATADIR%%/tables/vi-lettersdef.uti
+%%DATADIR%%/tables/vi-puncsdef.uti
+%%DATADIR%%/tables/vi-saigon-g1.ctb
+%%DATADIR%%/tables/vi-vn-g0.utb
+%%DATADIR%%/tables/vi-vn-g1.ctb
+%%DATADIR%%/tables/vi-vn-g2.ctb
+%%DATADIR%%/tables/vi.ctb
+%%DATADIR%%/tables/wiskunde-chardefs.cti
+%%DATADIR%%/tables/wordcx.dis
+%%DATADIR%%/tables/xh-za-g1.utb
+%%DATADIR%%/tables/xh-za-g2.ctb
+%%DATADIR%%/tables/zh-chn.ctb
+%%DATADIR%%/tables/zh-hk.ctb
+%%DATADIR%%/tables/zh-tw.ctb
+%%DATADIR%%/tables/zh_CHN.tbl
+%%DATADIR%%/tables/zh_HK.tbl
+%%DATADIR%%/tables/zhcn-cbs.ctb
+%%DATADIR%%/tables/zhcn-g1.ctb
+%%DATADIR%%/tables/zhcn-g2.ctb
+%%DATADIR%%/tables/zu-za-g1.utb
+%%DATADIR%%/tables/zu-za-g2.ctb
+%%DATADIR%%/templates/01-General/01-Treble_Clef/01-Treble_Clef.mscx
+%%DATADIR%%/templates/01-General/01-Treble_Clef/META-INF/container.xml
+%%DATADIR%%/templates/01-General/01-Treble_Clef/Thumbnails/thumbnail.png
+%%DATADIR%%/templates/01-General/01-Treble_Clef/audiosettings.json
+%%DATADIR%%/templates/01-General/01-Treble_Clef/score_style.mss
+%%DATADIR%%/templates/01-General/01-Treble_Clef/viewsettings.json
+%%DATADIR%%/templates/01-General/02-Bass_Clef/02-Bass_Clef.mscx
+%%DATADIR%%/templates/01-General/02-Bass_Clef/META-INF/container.xml
+%%DATADIR%%/templates/01-General/02-Bass_Clef/Thumbnails/thumbnail.png
+%%DATADIR%%/templates/01-General/02-Bass_Clef/audiosettings.json
+%%DATADIR%%/templates/01-General/02-Bass_Clef/score_style.mss
+%%DATADIR%%/templates/01-General/02-Bass_Clef/viewsettings.json
+%%DATADIR%%/templates/01-General/03-Grand_Staff/03-Grand_Staff.mscx
+%%DATADIR%%/templates/01-General/03-Grand_Staff/META-INF/container.xml
+%%DATADIR%%/templates/01-General/03-Grand_Staff/Thumbnails/thumbnail.png
+%%DATADIR%%/templates/01-General/03-Grand_Staff/audiosettings.json
+%%DATADIR%%/templates/01-General/03-Grand_Staff/score_style.mss
+%%DATADIR%%/templates/01-General/03-Grand_Staff/viewsettings.json
+%%DATADIR%%/templates/02-Choral/01-SATB/01-SATB.mscx
+%%DATADIR%%/templates/02-Choral/01-SATB/META-INF/container.xml
+%%DATADIR%%/templates/02-Choral/01-SATB/Thumbnails/thumbnail.png
+%%DATADIR%%/templates/02-Choral/01-SATB/audiosettings.json
+%%DATADIR%%/templates/02-Choral/01-SATB/score_style.mss
+%%DATADIR%%/templates/02-Choral/01-SATB/viewsettings.json
+%%DATADIR%%/templates/02-Choral/02-SATB_+_Organ/02-SATB_+_Organ.mscx
+%%DATADIR%%/templates/02-Choral/02-SATB_+_Organ/META-INF/container.xml
+%%DATADIR%%/templates/02-Choral/02-SATB_+_Organ/Thumbnails/thumbnail.png
+%%DATADIR%%/templates/02-Choral/02-SATB_+_Organ/audiosettings.json
+%%DATADIR%%/templates/02-Choral/02-SATB_+_Organ/score_style.mss
+%%DATADIR%%/templates/02-Choral/02-SATB_+_Organ/viewsettings.json
+%%DATADIR%%/templates/02-Choral/03-SATB_+_Piano/03-SATB_+_Piano.mscx
+%%DATADIR%%/templates/02-Choral/03-SATB_+_Piano/META-INF/container.xml
+%%DATADIR%%/templates/02-Choral/03-SATB_+_Piano/Thumbnails/thumbnail.png
+%%DATADIR%%/templates/02-Choral/03-SATB_+_Piano/audiosettings.json
+%%DATADIR%%/templates/02-Choral/03-SATB_+_Piano/score_style.mss
+%%DATADIR%%/templates/02-Choral/03-SATB_+_Piano/viewsettings.json
+%%DATADIR%%/templates/02-Choral/04-SATB_Closed_Score/04-SATB_Closed_Score.mscx
+%%DATADIR%%/templates/02-Choral/04-SATB_Closed_Score/META-INF/container.xml
+%%DATADIR%%/templates/02-Choral/04-SATB_Closed_Score/Thumbnails/thumbnail.png
+%%DATADIR%%/templates/02-Choral/04-SATB_Closed_Score/audiosettings.json
+%%DATADIR%%/templates/02-Choral/04-SATB_Closed_Score/score_style.mss
+%%DATADIR%%/templates/02-Choral/04-SATB_Closed_Score/viewsettings.json
+%%DATADIR%%/templates/02-Choral/05-SATB_Closed_Score_+_Organ/05-SATB_Closed_Score_+_Organ.mscx
+%%DATADIR%%/templates/02-Choral/05-SATB_Closed_Score_+_Organ/META-INF/container.xml
+%%DATADIR%%/templates/02-Choral/05-SATB_Closed_Score_+_Organ/Thumbnails/thumbnail.png
+%%DATADIR%%/templates/02-Choral/05-SATB_Closed_Score_+_Organ/audiosettings.json
+%%DATADIR%%/templates/02-Choral/05-SATB_Closed_Score_+_Organ/score_style.mss
+%%DATADIR%%/templates/02-Choral/05-SATB_Closed_Score_+_Organ/viewsettings.json
+%%DATADIR%%/templates/02-Choral/06-SATB_Closed_Score_+_Piano/06-SATB_Closed_Score_+_Piano.mscx
+%%DATADIR%%/templates/02-Choral/06-SATB_Closed_Score_+_Piano/META-INF/container.xml
+%%DATADIR%%/templates/02-Choral/06-SATB_Closed_Score_+_Piano/Thumbnails/thumbnail.png
+%%DATADIR%%/templates/02-Choral/06-SATB_Closed_Score_+_Piano/audiosettings.json
+%%DATADIR%%/templates/02-Choral/06-SATB_Closed_Score_+_Piano/score_style.mss
+%%DATADIR%%/templates/02-Choral/06-SATB_Closed_Score_+_Piano/viewsettings.json
+%%DATADIR%%/templates/02-Choral/07-Voice_+_Piano/07-Voice_+_Piano.mscx
+%%DATADIR%%/templates/02-Choral/07-Voice_+_Piano/META-INF/container.xml
+%%DATADIR%%/templates/02-Choral/07-Voice_+_Piano/Thumbnails/thumbnail.png
+%%DATADIR%%/templates/02-Choral/07-Voice_+_Piano/audiosettings.json
+%%DATADIR%%/templates/02-Choral/07-Voice_+_Piano/score_style.mss
+%%DATADIR%%/templates/02-Choral/07-Voice_+_Piano/viewsettings.json
+%%DATADIR%%/templates/02-Choral/08-Barbershop_Quartet_(Men)/08-Barbershop_Quartet_(Men).mscx
+%%DATADIR%%/templates/02-Choral/08-Barbershop_Quartet_(Men)/META-INF/container.xml
+%%DATADIR%%/templates/02-Choral/08-Barbershop_Quartet_(Men)/Thumbnails/thumbnail.png
+%%DATADIR%%/templates/02-Choral/08-Barbershop_Quartet_(Men)/audiosettings.json
+%%DATADIR%%/templates/02-Choral/08-Barbershop_Quartet_(Men)/score_style.mss
+%%DATADIR%%/templates/02-Choral/08-Barbershop_Quartet_(Men)/viewsettings.json
+%%DATADIR%%/templates/02-Choral/09-Barbershop_Quartet_(Women)/09-Barbershop_Quartet_(Women).mscx
+%%DATADIR%%/templates/02-Choral/09-Barbershop_Quartet_(Women)/META-INF/container.xml
+%%DATADIR%%/templates/02-Choral/09-Barbershop_Quartet_(Women)/Thumbnails/thumbnail.png
+%%DATADIR%%/templates/02-Choral/09-Barbershop_Quartet_(Women)/audiosettings.json
+%%DATADIR%%/templates/02-Choral/09-Barbershop_Quartet_(Women)/score_style.mss
+%%DATADIR%%/templates/02-Choral/09-Barbershop_Quartet_(Women)/viewsettings.json
+%%DATADIR%%/templates/02-Choral/10-Liturgical_Unmetrical/10-Liturgical_Unmetrical.mscx
+%%DATADIR%%/templates/02-Choral/10-Liturgical_Unmetrical/META-INF/container.xml
+%%DATADIR%%/templates/02-Choral/10-Liturgical_Unmetrical/Thumbnails/thumbnail.png
+%%DATADIR%%/templates/02-Choral/10-Liturgical_Unmetrical/audiosettings.json
+%%DATADIR%%/templates/02-Choral/10-Liturgical_Unmetrical/score_style.mss
+%%DATADIR%%/templates/02-Choral/10-Liturgical_Unmetrical/viewsettings.json
+%%DATADIR%%/templates/02-Choral/11-Liturgical_Unmetrical_+_Organ/11-Liturgical_Unmetrical_+_Organ.mscx
+%%DATADIR%%/templates/02-Choral/11-Liturgical_Unmetrical_+_Organ/META-INF/container.xml
+%%DATADIR%%/templates/02-Choral/11-Liturgical_Unmetrical_+_Organ/Thumbnails/thumbnail.png
+%%DATADIR%%/templates/02-Choral/11-Liturgical_Unmetrical_+_Organ/audiosettings.json
+%%DATADIR%%/templates/02-Choral/11-Liturgical_Unmetrical_+_Organ/score_style.mss
+%%DATADIR%%/templates/02-Choral/11-Liturgical_Unmetrical_+_Organ/viewsettings.json
+%%DATADIR%%/templates/03-Chamber_Music/01-String_Quartet/01-String_Quartet.mscx
+%%DATADIR%%/templates/03-Chamber_Music/01-String_Quartet/META-INF/container.xml
+%%DATADIR%%/templates/03-Chamber_Music/01-String_Quartet/Thumbnails/thumbnail.png
+%%DATADIR%%/templates/03-Chamber_Music/01-String_Quartet/audiosettings.json
+%%DATADIR%%/templates/03-Chamber_Music/01-String_Quartet/score_style.mss
+%%DATADIR%%/templates/03-Chamber_Music/01-String_Quartet/viewsettings.json
+%%DATADIR%%/templates/03-Chamber_Music/02-Wind_Quartet/02-Wind_Quartet.mscx
+%%DATADIR%%/templates/03-Chamber_Music/02-Wind_Quartet/META-INF/container.xml
+%%DATADIR%%/templates/03-Chamber_Music/02-Wind_Quartet/Thumbnails/thumbnail.png
+%%DATADIR%%/templates/03-Chamber_Music/02-Wind_Quartet/audiosettings.json
+%%DATADIR%%/templates/03-Chamber_Music/02-Wind_Quartet/score_style.mss
+%%DATADIR%%/templates/03-Chamber_Music/02-Wind_Quartet/viewsettings.json
+%%DATADIR%%/templates/03-Chamber_Music/03-Wind_Quintet/03-Wind_Quintet.mscx
+%%DATADIR%%/templates/03-Chamber_Music/03-Wind_Quintet/META-INF/container.xml
+%%DATADIR%%/templates/03-Chamber_Music/03-Wind_Quintet/Thumbnails/thumbnail.png
+%%DATADIR%%/templates/03-Chamber_Music/03-Wind_Quintet/audiosettings.json
+%%DATADIR%%/templates/03-Chamber_Music/03-Wind_Quintet/score_style.mss
+%%DATADIR%%/templates/03-Chamber_Music/03-Wind_Quintet/viewsettings.json
+%%DATADIR%%/templates/03-Chamber_Music/04-Saxophone_Quartet/04-Saxophone_Quartet.mscx
+%%DATADIR%%/templates/03-Chamber_Music/04-Saxophone_Quartet/META-INF/container.xml
+%%DATADIR%%/templates/03-Chamber_Music/04-Saxophone_Quartet/Thumbnails/thumbnail.png
+%%DATADIR%%/templates/03-Chamber_Music/04-Saxophone_Quartet/audiosettings.json
+%%DATADIR%%/templates/03-Chamber_Music/04-Saxophone_Quartet/score_style.mss
+%%DATADIR%%/templates/03-Chamber_Music/04-Saxophone_Quartet/viewsettings.json
+%%DATADIR%%/templates/03-Chamber_Music/05-Brass_Quartet/05-Brass_Quartet.mscx
+%%DATADIR%%/templates/03-Chamber_Music/05-Brass_Quartet/META-INF/container.xml
+%%DATADIR%%/templates/03-Chamber_Music/05-Brass_Quartet/Thumbnails/thumbnail.png
+%%DATADIR%%/templates/03-Chamber_Music/05-Brass_Quartet/audiosettings.json
+%%DATADIR%%/templates/03-Chamber_Music/05-Brass_Quartet/score_style.mss
+%%DATADIR%%/templates/03-Chamber_Music/05-Brass_Quartet/viewsettings.json
+%%DATADIR%%/templates/03-Chamber_Music/06-Brass_Quintet/06-Brass_Quintet.mscx
+%%DATADIR%%/templates/03-Chamber_Music/06-Brass_Quintet/META-INF/container.xml
+%%DATADIR%%/templates/03-Chamber_Music/06-Brass_Quintet/Thumbnails/thumbnail.png
+%%DATADIR%%/templates/03-Chamber_Music/06-Brass_Quintet/audiosettings.json
+%%DATADIR%%/templates/03-Chamber_Music/06-Brass_Quintet/score_style.mss
+%%DATADIR%%/templates/03-Chamber_Music/06-Brass_Quintet/viewsettings.json
+%%DATADIR%%/templates/04-Solo/01-Guitar/01-Guitar.mscx
+%%DATADIR%%/templates/04-Solo/01-Guitar/META-INF/container.xml
+%%DATADIR%%/templates/04-Solo/01-Guitar/Thumbnails/thumbnail.png
+%%DATADIR%%/templates/04-Solo/01-Guitar/audiosettings.json
+%%DATADIR%%/templates/04-Solo/01-Guitar/score_style.mss
+%%DATADIR%%/templates/04-Solo/01-Guitar/viewsettings.json
+%%DATADIR%%/templates/04-Solo/02-Guitar_+_Tablature/02-Guitar_+_Tablature.mscx
+%%DATADIR%%/templates/04-Solo/02-Guitar_+_Tablature/META-INF/container.xml
+%%DATADIR%%/templates/04-Solo/02-Guitar_+_Tablature/Thumbnails/thumbnail.png
+%%DATADIR%%/templates/04-Solo/02-Guitar_+_Tablature/audiosettings.json
+%%DATADIR%%/templates/04-Solo/02-Guitar_+_Tablature/score_style.mss
+%%DATADIR%%/templates/04-Solo/02-Guitar_+_Tablature/viewsettings.json
+%%DATADIR%%/templates/04-Solo/03-Guitar_Tablature/03-Guitar_Tablature.mscx
+%%DATADIR%%/templates/04-Solo/03-Guitar_Tablature/META-INF/container.xml
+%%DATADIR%%/templates/04-Solo/03-Guitar_Tablature/Thumbnails/thumbnail.png
+%%DATADIR%%/templates/04-Solo/03-Guitar_Tablature/audiosettings.json
+%%DATADIR%%/templates/04-Solo/03-Guitar_Tablature/score_style.mss
+%%DATADIR%%/templates/04-Solo/03-Guitar_Tablature/viewsettings.json
+%%DATADIR%%/templates/04-Solo/04-Piano/04-Piano.mscx
+%%DATADIR%%/templates/04-Solo/04-Piano/META-INF/container.xml
+%%DATADIR%%/templates/04-Solo/04-Piano/Thumbnails/thumbnail.png
+%%DATADIR%%/templates/04-Solo/04-Piano/audiosettings.json
+%%DATADIR%%/templates/04-Solo/04-Piano/score_style.mss
+%%DATADIR%%/templates/04-Solo/04-Piano/viewsettings.json
+%%DATADIR%%/templates/05-Jazz/01-Jazz_Lead_Sheet/01-Jazz_Lead_Sheet.mscx
+%%DATADIR%%/templates/05-Jazz/01-Jazz_Lead_Sheet/META-INF/container.xml
+%%DATADIR%%/templates/05-Jazz/01-Jazz_Lead_Sheet/Thumbnails/thumbnail.png
+%%DATADIR%%/templates/05-Jazz/01-Jazz_Lead_Sheet/audiosettings.json
+%%DATADIR%%/templates/05-Jazz/01-Jazz_Lead_Sheet/score_style.mss
+%%DATADIR%%/templates/05-Jazz/01-Jazz_Lead_Sheet/viewsettings.json
+%%DATADIR%%/templates/05-Jazz/02-Big_Band/02-Big_Band.mscx
+%%DATADIR%%/templates/05-Jazz/02-Big_Band/META-INF/container.xml
+%%DATADIR%%/templates/05-Jazz/02-Big_Band/Thumbnails/thumbnail.png
+%%DATADIR%%/templates/05-Jazz/02-Big_Band/audiosettings.json
+%%DATADIR%%/templates/05-Jazz/02-Big_Band/score_style.mss
+%%DATADIR%%/templates/05-Jazz/02-Big_Band/viewsettings.json
+%%DATADIR%%/templates/05-Jazz/03-Jazz_Combo/03-Jazz_Combo.mscx
+%%DATADIR%%/templates/05-Jazz/03-Jazz_Combo/META-INF/container.xml
+%%DATADIR%%/templates/05-Jazz/03-Jazz_Combo/Thumbnails/thumbnail.png
+%%DATADIR%%/templates/05-Jazz/03-Jazz_Combo/audiosettings.json
+%%DATADIR%%/templates/05-Jazz/03-Jazz_Combo/score_style.mss
+%%DATADIR%%/templates/05-Jazz/03-Jazz_Combo/viewsettings.json
+%%DATADIR%%/templates/06-Popular/01-Rock_Band/01-Rock_Band.mscx
+%%DATADIR%%/templates/06-Popular/01-Rock_Band/META-INF/container.xml
+%%DATADIR%%/templates/06-Popular/01-Rock_Band/Thumbnails/thumbnail.png
+%%DATADIR%%/templates/06-Popular/01-Rock_Band/audiosettings.json
+%%DATADIR%%/templates/06-Popular/01-Rock_Band/score_style.mss
+%%DATADIR%%/templates/06-Popular/01-Rock_Band/viewsettings.json
+%%DATADIR%%/templates/06-Popular/02-Bluegrass_Band/02-Bluegrass_Band.mscx
+%%DATADIR%%/templates/06-Popular/02-Bluegrass_Band/META-INF/container.xml
+%%DATADIR%%/templates/06-Popular/02-Bluegrass_Band/Thumbnails/thumbnail.png
+%%DATADIR%%/templates/06-Popular/02-Bluegrass_Band/audiosettings.json
+%%DATADIR%%/templates/06-Popular/02-Bluegrass_Band/score_style.mss
+%%DATADIR%%/templates/06-Popular/02-Bluegrass_Band/viewsettings.json
+%%DATADIR%%/templates/07-Band_and_Percussion/01-Concert_Band/01-Concert_Band.mscx
+%%DATADIR%%/templates/07-Band_and_Percussion/01-Concert_Band/META-INF/container.xml
+%%DATADIR%%/templates/07-Band_and_Percussion/01-Concert_Band/Thumbnails/thumbnail.png
+%%DATADIR%%/templates/07-Band_and_Percussion/01-Concert_Band/audiosettings.json
+%%DATADIR%%/templates/07-Band_and_Percussion/01-Concert_Band/score_style.mss
+%%DATADIR%%/templates/07-Band_and_Percussion/01-Concert_Band/viewsettings.json
+%%DATADIR%%/templates/07-Band_and_Percussion/02-Small_Concert_Band/02-Small_Concert_Band.mscx
+%%DATADIR%%/templates/07-Band_and_Percussion/02-Small_Concert_Band/META-INF/container.xml
+%%DATADIR%%/templates/07-Band_and_Percussion/02-Small_Concert_Band/Thumbnails/thumbnail.png
+%%DATADIR%%/templates/07-Band_and_Percussion/02-Small_Concert_Band/audiosettings.json
+%%DATADIR%%/templates/07-Band_and_Percussion/02-Small_Concert_Band/score_style.mss
+%%DATADIR%%/templates/07-Band_and_Percussion/02-Small_Concert_Band/viewsettings.json
+%%DATADIR%%/templates/07-Band_and_Percussion/03-Brass_Band/03-Brass_Band.mscx
+%%DATADIR%%/templates/07-Band_and_Percussion/03-Brass_Band/META-INF/container.xml
+%%DATADIR%%/templates/07-Band_and_Percussion/03-Brass_Band/Thumbnails/thumbnail.png
+%%DATADIR%%/templates/07-Band_and_Percussion/03-Brass_Band/audiosettings.json
+%%DATADIR%%/templates/07-Band_and_Percussion/03-Brass_Band/score_style.mss
+%%DATADIR%%/templates/07-Band_and_Percussion/03-Brass_Band/viewsettings.json
+%%DATADIR%%/templates/07-Band_and_Percussion/04-Marching_Band/04-Marching_Band.mscx
+%%DATADIR%%/templates/07-Band_and_Percussion/04-Marching_Band/META-INF/container.xml
+%%DATADIR%%/templates/07-Band_and_Percussion/04-Marching_Band/Thumbnails/thumbnail.png
+%%DATADIR%%/templates/07-Band_and_Percussion/04-Marching_Band/audiosettings.json
+%%DATADIR%%/templates/07-Band_and_Percussion/04-Marching_Band/score_style.mss
+%%DATADIR%%/templates/07-Band_and_Percussion/04-Marching_Band/viewsettings.json
+%%DATADIR%%/templates/07-Band_and_Percussion/05-Small_Marching_Band/05-Small_Marching_Band.mscx
+%%DATADIR%%/templates/07-Band_and_Percussion/05-Small_Marching_Band/META-INF/container.xml
+%%DATADIR%%/templates/07-Band_and_Percussion/05-Small_Marching_Band/Thumbnails/thumbnail.png
+%%DATADIR%%/templates/07-Band_and_Percussion/05-Small_Marching_Band/audiosettings.json
+%%DATADIR%%/templates/07-Band_and_Percussion/05-Small_Marching_Band/score_style.mss
+%%DATADIR%%/templates/07-Band_and_Percussion/05-Small_Marching_Band/viewsettings.json
+%%DATADIR%%/templates/07-Band_and_Percussion/06-Battery_Percussion/06-Battery_Percussion.mscx
+%%DATADIR%%/templates/07-Band_and_Percussion/06-Battery_Percussion/META-INF/container.xml
+%%DATADIR%%/templates/07-Band_and_Percussion/06-Battery_Percussion/Thumbnails/thumbnail.png
+%%DATADIR%%/templates/07-Band_and_Percussion/06-Battery_Percussion/audiosettings.json
+%%DATADIR%%/templates/07-Band_and_Percussion/06-Battery_Percussion/score_style.mss
+%%DATADIR%%/templates/07-Band_and_Percussion/06-Battery_Percussion/viewsettings.json
+%%DATADIR%%/templates/07-Band_and_Percussion/07-Large_Pit_Percussion/07-Large_Pit_Percussion.mscx
+%%DATADIR%%/templates/07-Band_and_Percussion/07-Large_Pit_Percussion/META-INF/container.xml
+%%DATADIR%%/templates/07-Band_and_Percussion/07-Large_Pit_Percussion/Thumbnails/thumbnail.png
+%%DATADIR%%/templates/07-Band_and_Percussion/07-Large_Pit_Percussion/audiosettings.json
+%%DATADIR%%/templates/07-Band_and_Percussion/07-Large_Pit_Percussion/score_style.mss
+%%DATADIR%%/templates/07-Band_and_Percussion/07-Large_Pit_Percussion/viewsettings.json
+%%DATADIR%%/templates/07-Band_and_Percussion/08-Small_Pit_Percussion/08-Small_Pit_Percussion.mscx
+%%DATADIR%%/templates/07-Band_and_Percussion/08-Small_Pit_Percussion/META-INF/container.xml
+%%DATADIR%%/templates/07-Band_and_Percussion/08-Small_Pit_Percussion/Thumbnails/thumbnail.png
+%%DATADIR%%/templates/07-Band_and_Percussion/08-Small_Pit_Percussion/audiosettings.json
+%%DATADIR%%/templates/07-Band_and_Percussion/08-Small_Pit_Percussion/score_style.mss
+%%DATADIR%%/templates/07-Band_and_Percussion/08-Small_Pit_Percussion/viewsettings.json
+%%DATADIR%%/templates/07-Band_and_Percussion/09-European_Concert_Band/09-European_Concert_Band.mscx
+%%DATADIR%%/templates/07-Band_and_Percussion/09-European_Concert_Band/META-INF/container.xml
+%%DATADIR%%/templates/07-Band_and_Percussion/09-European_Concert_Band/Thumbnails/thumbnail.png
+%%DATADIR%%/templates/07-Band_and_Percussion/09-European_Concert_Band/audiosettings.json
+%%DATADIR%%/templates/07-Band_and_Percussion/09-European_Concert_Band/score_style.mss
+%%DATADIR%%/templates/07-Band_and_Percussion/09-European_Concert_Band/viewsettings.json
+%%DATADIR%%/templates/08-Orchestral/01-Classical_Orchestra/01-Classical_Orchestra.mscx
+%%DATADIR%%/templates/08-Orchestral/01-Classical_Orchestra/META-INF/container.xml
+%%DATADIR%%/templates/08-Orchestral/01-Classical_Orchestra/Thumbnails/thumbnail.png
+%%DATADIR%%/templates/08-Orchestral/01-Classical_Orchestra/audiosettings.json
+%%DATADIR%%/templates/08-Orchestral/01-Classical_Orchestra/score_style.mss
+%%DATADIR%%/templates/08-Orchestral/01-Classical_Orchestra/viewsettings.json
+%%DATADIR%%/templates/08-Orchestral/02-Symphony_Orchestra/02-Symphony_Orchestra.mscx
+%%DATADIR%%/templates/08-Orchestral/02-Symphony_Orchestra/META-INF/container.xml
+%%DATADIR%%/templates/08-Orchestral/02-Symphony_Orchestra/Thumbnails/thumbnail.png
+%%DATADIR%%/templates/08-Orchestral/02-Symphony_Orchestra/audiosettings.json
+%%DATADIR%%/templates/08-Orchestral/02-Symphony_Orchestra/score_style.mss
+%%DATADIR%%/templates/08-Orchestral/02-Symphony_Orchestra/viewsettings.json
+%%DATADIR%%/templates/08-Orchestral/03-String_Orchestra/03-String_Orchestra.mscx
+%%DATADIR%%/templates/08-Orchestral/03-String_Orchestra/META-INF/container.xml
+%%DATADIR%%/templates/08-Orchestral/03-String_Orchestra/Thumbnails/thumbnail.png
+%%DATADIR%%/templates/08-Orchestral/03-String_Orchestra/audiosettings.json
+%%DATADIR%%/templates/08-Orchestral/03-String_Orchestra/score_style.mss
+%%DATADIR%%/templates/08-Orchestral/03-String_Orchestra/viewsettings.json
+%%DATADIR%%/templates/My_First_Score.mscx
+%%DATADIR%%/templates/categories.json
%%DATADIR%%/templates/drumset_fr.drm
%%DATADIR%%/templates/orchestral.drm
-%%DATADIR%%/tours/autoplace.tour
-%%DATADIR%%/tours/inspector.tour
-%%DATADIR%%/tours/mmrest.tour
-%%DATADIR%%/tours/navigate.tour
-%%DATADIR%%/tours/noteinput.tour
-%%DATADIR%%/tours/palette.tour
-%%DATADIR%%/tours/select.tour
-%%DATADIR%%/tours/spanner-drop-apply.tour
-%%DATADIR%%/tours/timeline.tour
-%%DATADIR%%/tours/welcome.tour
-%%DATADIR%%/wallpaper/background1.png
-%%DATADIR%%/wallpaper/paper1.png
-%%DATADIR%%/wallpaper/paper2.png
-%%DATADIR%%/wallpaper/paper3.png
-%%DATADIR%%/wallpaper/paper4.png
-%%DATADIR%%/wallpaper/paper5.png
-%%DATADIR%%/wallpaper/paper6.png
-%%DATADIR%%/wallpaper/paper7.png
-%%DATADIR%%/workspaces/Advanced.workspace
-%%DATADIR%%/workspaces/Basic.workspace
+%%DATADIR%%/wallpapers/background1.png
+%%DATADIR%%/wallpapers/paper1.png
+%%DATADIR%%/wallpapers/paper2.png
+%%DATADIR%%/wallpapers/paper3.png
+%%DATADIR%%/wallpapers/paper4.png
+%%DATADIR%%/wallpapers/paper5.png
+%%DATADIR%%/wallpapers/paper6.png
+%%DATADIR%%/wallpapers/paper7.png