View | Details | Raw Unified | Return to bug 273965
Collapse All | Expand All

(-)b/audio/musescore3/Makefile (+86 lines)
Added Link Here
1
PORTNAME=	${GH_PROJECT:tl}3
2
DISTVERSIONPREFIX=	v
3
DISTVERSION=	3.6.2
4
PORTREVISION=	
5
CATEGORIES=	audio
6
7
MAINTAINER=	adridg@FreeBSD.org
8
COMMENT=	Free music composition & notation software (legacy version)
9
WWW=		https://musescore.org/
10
11
LICENSE=	GPLv2
12
LICENSE_FILE=	${WRKSRC}/LICENSE.GPL
13
14
LIB_DEPENDS=	libmp3lame.so:audio/lame \
15
		libsndfile.so:audio/libsndfile \
16
		libvorbis.so:audio/libvorbis \
17
		libogg.so:audio/libogg \
18
		libfreetype.so:print/freetype2
19
20
USES=		cmake compiler:c++11-lib desktop-file-utils localbase \
21
		pkgconfig qt:5 shared-mime-info
22
USE_QT=		concurrent core declarative designer graphicaleffects gui \
23
		help location network opengl printsupport \
24
		quickcontrols2 scripttools sql svg testlib \
25
		webchannel widgets xml xmlpatterns \
26
		buildtools:build linguisttools:build qmake:build uitools:build
27
28
USE_GITHUB=	yes
29
GH_PROJECT=	MuseScore
30
GH_ACCOUNT=	musescore
31
32
33
# Each release gets a subdir containing the distfiles for that release,
34
# so hope that scanning the parent dir finds new ones.
35
#
36
# Note needs PORTVERSION:R once there is a .minor version
37
DATADIR=	${PREFIX}/share/mscore-${PORTVERSION:R}
38
39
ALL_TARGET=	lrelease manpages all
40
41
CMAKE_OFF=	BUILD_PORTMIDI BUILD_PCH MSCORE_UNSTABLE
42
CMAKE_ON=	USE_SYSTEM_FREETYPE
43
CMAKE_BUILD_TYPE=	release
44
45
# WebEngine is only available on i386/amd64, amd ppc64 starting FreeBSD 13.0.
46
# If enabled on arches that don't have WebEngine, the build breaks.
47
OPTIONS_DEFINE=		ALSA JACK PORTAUDIO PULSEAUDIO WEBENGINE
48
OPTIONS_DEFAULT=	PORTAUDIO
49
OPTIONS_DEFAULT_amd64=	WEBENGINE
50
OPTIONS_DEFAULT_i386=	WEBENGINE
51
52
WEBENGINE_DESC=		Use WebEngine in the welcome panel
53
54
ALSA_LIB_DEPENDS=	libasound.so:audio/alsa-lib
55
ALSA_CMAKE_BOOL=	BUILD_ALSA HAS_MIDI
56
JACK_LIB_DEPENDS=	libjack.so:audio/jack
57
JACK_CMAKE_BOOL=	BUILD_JACK
58
PORTAUDIO_LIB_DEPENDS=	libportaudio.so:audio/portaudio
59
PORTAUDIO_CMAKE_BOOL=	BUILD_PORTAUDIO
60
PULSEAUDIO_LIB_DEPENDS=	libpulse.so:audio/pulseaudio
61
PULSEAUDIO_CMAKE_BOOL=	BUILD_PULSEAUDIO
62
WEBENGINE_USE=		qt=webengine
63
WEBENGINE_CMAKE_BOOL=	BUILD_WEBENGINE
64
65
post-install:
66
	${MV} ${STAGEDIR}${PREFIX}/bin/mscore ${STAGEDIR}${PREFIX}/bin/mscore3
67
	${RM} ${STAGEDIR}${PREFIX}/bin/musescore
68
	${LN} -s mscore3 ${STAGEDIR}${PREFIX}/bin/musescore3
69
	${MV} ${STAGEDIR}${PREFIX}/man/man1/mscore.1.gz ${STAGEDIR}${PREFIX}/man/man1/mscore3.1.gz
70
	${RM} ${STAGEDIR}${PREFIX}/man/man1/musescore.1.gz
71
	${LN} -s mscore3.1.gz ${STAGEDIR}${PREFIX}/man/man1/musescore3.1.gz
72
	${RM} ${STAGEDIR}${DATADIR}/sound/MuseScore_General.sf3
73
	${INSTALL_DATA} ${DISTDIR}/MuseScore_General.sf3 ${STAGEDIR}${DATADIR}/sound/
74
75
.include <bsd.port.pre.mk>
76
77
DISTFILES+=	MuseScore_General.sf3:sfont
78
MASTER_SITES+=	https://ftp.osuosl.org/pub/musescore/soundfont/MuseScore_General/:sfont
79
EXTRACT_ONLY=	${GH_ACCOUNT}-${GH_PROJECT}-${GH_TAGNAME}_GH0${EXTRACT_SUFX}
80
81
.if ${CHOSEN_COMPILER_TYPE} == clang
82
CXXFLAGS+=	-Wno-inconsistent-missing-override
83
.endif
84
85
.include <bsd.port.post.mk>
86
(-)b/audio/musescore3/distinfo (+5 lines)
Added Link Here
1
TIMESTAMP = 1695147689
2
SHA256 (MuseScore_General.sf3) = 5b85b6c2c61d10b2b91cddd41efcce7b25cd31c8271d511c73afafbef20b6fa3
3
SIZE (MuseScore_General.sf3) = 39900972
4
SHA256 (musescore-MuseScore-v3.6.2_GH0.tar.gz) = c37acc6d7a316f04925265d2d22a35d715888580e16eff846e9b621954133c45
5
SIZE (musescore-MuseScore-v3.6.2_GH0.tar.gz) = 69077899
(-)b/audio/musescore3/files/patch-CMakeLists.txt (+97 lines)
Added Link Here
1
--- CMakeLists.txt.orig	2023-09-19 20:26:02.967705000 +0000
2
+++ CMakeLists.txt	2023-09-19 20:26:07.529933000 +0000
3
@@ -25,7 +25,7 @@
4
 include(build/functions.cmake) # library of CMake functions ("fn__" namespace)
5
 
6
 # Print Qt version or fail the build if Qt (qmake) is not in PATH.
7
-fn__require_program(QMAKE Qt --version "https://musescore.org/en/handbook/developers-handbook/compilation" qmake)
8
+fn__require_program(QMAKE Qt --version "https://musescore.org/en/handbook/developers-handbook/compilation" qmake-qt5)
9
 
10
 # Libraries linked via full path no longer produce linker search paths.
11
 cmake_policy(SET CMP0003 NEW)
12
@@ -108,7 +108,7 @@
13
 add_definitions(-DMUSESCORE_REVISION="${MUSESCORE_REVISION}")
14
 
15
 # Setup version number and general build settings
16
-SET(MUSESCORE_BUILD_CONFIG "dev" CACHE STRING "Build config")
17
+SET(MUSESCORE_BUILD_CONFIG "release" CACHE STRING "Build config")
18
 # Possible MUSESCORE_BUILD_CONFIG values:
19
 # - dev     - for development/nightly builds
20
 # - testing - for testing versions (alpha, beta, RC)
21
@@ -157,7 +157,7 @@
22
 option(USE_SYSTEM_FREETYPE "Use system FreeType"          OFF) # requires freetype >= 2.5.2, does not work on win
23
 option(USE_SYSTEM_POPPLER  "Use system Poppler for OMR"   OFF)
24
 option(BUILD_LAME    "Enable MP3 export"                  ON)  # Requires libmp3lame, call CMake with -DBUILD_LAME="OFF" to disable
25
-option(DOWNLOAD_SOUNDFONT "Download the latest soundfont version as part of the build process" ON)
26
+option(DOWNLOAD_SOUNDFONT "Download the latest soundfont version as part of the build process" OFF)
27
 
28
 # licence incompatibility, must never be distributed
29
 set(OCR OFF)
30
@@ -629,6 +629,38 @@
31
       set_target_properties(oggdll PROPERTIES IMPORTED_IMPLIB ${OGG_LIBRARY})
32
    else (MINGW OR MSVC)
33
       set(SNDFILE_LIB sndfile)
34
+      message(STATUS "Looking for support libraries")
35
+      PKGCONFIG1(sndfile 1.0 SNDFILE_INCDIR SNDFILE_LIBDIR SNDFILE_LIB SNDFILE_CPP)
36
+      PKGCONFIG1(ogg 1.0 OGG_INCDIR OGG_LIBDIR OGG_LIB OGG_CPP)
37
+      PKGCONFIG1(vorbis 1.0 VORBIS_INCDIR VORBIS_LIBDIR VORBIS_LIB VORBIS_CPP)
38
+      message(STATUS "sndfile=${SNDFILE_LIBDIR} ogg=${OGG_LIBDIR} vorbis=${VORBIS_LIBDIR}")
39
+      if (SNDFILE_LIB)
40
+        find_library(_l sndfile PATHS ${SNDFILE_LIBDIR})
41
+        if (_l)
42
+          add_library(sndfile UNKNOWN IMPORTED)
43
+          set_target_properties(sndfile PROPERTIES
44
+            IMPORTED_LOCATION ${_l}
45
+            INTERFACE_INCLUDE_DIRECTORIES ${SNDFILE_INCDIR})
46
+        endif()
47
+      endif()
48
+      if (OGG_LIB)
49
+        find_library(_l ogg PATHS ${OGG_LIBDIR})
50
+        if (_l)
51
+          add_library(ogg UNKNOWN IMPORTED)
52
+          set_target_properties(ogg PROPERTIES
53
+            IMPORTED_LOCATION ${_l}
54
+            INTERFACE_INCLUDE_DIRECTORIES ${OGG_INCDIR})
55
+        endif()
56
+      endif()
57
+      if (VORBIS_LIB)
58
+        find_library(_l vorbis PATHS ${VORBIS_LIBDIR})
59
+        if (_l)
60
+          add_library(vorbis UNKNOWN IMPORTED)
61
+          set_target_properties(vorbis PROPERTIES
62
+            IMPORTED_LOCATION ${_l}
63
+            INTERFACE_INCLUDE_DIRECTORIES ${VORBIS_INCDIR})
64
+        endif()
65
+      endif()
66
    endif (MINGW OR MSVC)
67
    set(OGG_LIB ogg)
68
 
69
@@ -733,7 +765,7 @@
70
             )
71
     endif (GZIP_EXECUTABLE AND NOT CMAKE_SYSTEM_NAME MATCHES "OpenBSD")
72
     # Install man pages in either compressed or uncompressed form
73
-    install( FILES ${MAN_BUILD} DESTINATION share/man/man1 COMPONENT doc)
74
+    install( FILES ${MAN_BUILD} DESTINATION man/man1 COMPONENT doc)
75
     # Create symlink alias for man pages so `man musescore` = `man mscore`
76
     find_program( LN_EXECUTABLE ln DOC "A tool for creating symbolic link aliases (optional)." )
77
     if (LN_EXECUTABLE)
78
@@ -744,7 +776,7 @@
79
             COMMAND ${LN_EXECUTABLE} -sf "${MAN_FULL_NAME}" "${MAN_FULL_ALIAS}"
80
             COMMAND echo 'Symlink alias: ${MAN_FULL_ALIAS} -> ${MAN_FULL_NAME}'
81
             )
82
-        install( FILES ${PROJECT_BINARY_DIR}/${MAN_FULL_ALIAS} DESTINATION share/man/man1 COMPONENT doc)
83
+        install( FILES ${PROJECT_BINARY_DIR}/${MAN_FULL_ALIAS} DESTINATION man/man1 COMPONENT doc)
84
      else (LN_EXECUTABLE)
85
          message(STATUS "'ln' not found (it is optional). No symlink aliases will be created.")
86
      endif (LN_EXECUTABLE)
87
@@ -771,8 +803,8 @@
88
 # MSVC does not require these targets, as all.h is not copied and the
89
 #   PCH generation is done per-project
90
 if (NOT MSVC)
91
-   ADD_CUSTOM_TARGET(mops1 DEPENDS ${PROJECT_BINARY_DIR}/all.h)
92
-   ADD_CUSTOM_TARGET(mops2 DEPENDS ${PCH})
93
+   ADD_CUSTOM_TARGET(mops1 DEPENDS ) # ${PROJECT_BINARY_DIR}/all.h)
94
+   ADD_CUSTOM_TARGET(mops2 DEPENDS ) # ${PCH})
95
 endif (NOT MSVC)
96
 
97
 ##
(-)b/audio/musescore3/files/patch-aeolus_CMakeLists.txt (+18 lines)
Added Link Here
1
--- aeolus/CMakeLists.txt.orig	2021-01-27 17:12:14 UTC
2
+++ aeolus/CMakeLists.txt
3
@@ -43,13 +43,13 @@ if (NOT MSVC)
4
    set_target_properties (
5
       aeolus
6
       PROPERTIES
7
-         COMPILE_FLAGS "${PCH_INCLUDE} -g -Wall -Wextra -Winvalid-pch"
8
+         COMPILE_FLAGS "-include ${PROJECT_BINARY_DIR}/all.h -Wall -Wextra -Winvalid-pch"
9
       )
10
 else (NOT MSVC)
11
    set_target_properties (
12
       aeolus
13
       PROPERTIES
14
-         COMPILE_FLAGS "${PCH_INCLUDE} ${PCH_FORCE_USE}"
15
+         COMPILE_FLAGS "-include ${PROJECT_BINARY_DIR}/all.h ${PCH_FORCE_USE}"
16
       )
17
 endif (NOT MSVC)   
18
 
(-)b/audio/musescore3/files/patch-all.h (+27 lines)
Added Link Here
1
--- all.h.orig	2021-02-06 15:14:17 UTC
2
+++ all.h
3
@@ -34,12 +34,12 @@
4
    #define _HAS_AUTO_PTR_ETC 1
5
 #endif
6
 
7
-#include <stdio.h>
8
-#include <limits.h>
9
+#include <cstdio>
10
+#include <climits>
11
 #include <map>
12
 #include <set>
13
 #include <deque>
14
-#include <errno.h>
15
+#include <cerrno>
16
 #include <fcntl.h>
17
 // VStudio does not have <unistd.h>, <io.h> & <process.h> replace many functions from it...
18
 #if (defined (_MSCVER) || defined (_MSC_VER))
19
@@ -48,7 +48,7 @@
20
 #else
21
    #include <unistd.h>
22
 #endif
23
-#include <math.h>
24
+#include <cmath>
25
 #include <array>
26
 #include <functional>
27
 #include <memory>
(-)b/audio/musescore3/files/patch-audio_CMakeLists.txt (+11 lines)
Added Link Here
1
--- audio/CMakeLists.txt.orig	2021-01-27 17:12:14 UTC
2
+++ audio/CMakeLists.txt
3
@@ -61,7 +61,7 @@ if (NOT MSVC)
4
    set_target_properties (
5
       ${MODULE}
6
       PROPERTIES
7
-         COMPILE_FLAGS "${PCH_INCLUDE} -g -Wall -Wextra -Winvalid-pch"
8
+         COMPILE_FLAGS "-include ${PROJECT_BINARY_DIR}/all.h -Wall -Wextra -Winvalid-pch"
9
       )
10
 else (NOT MSVC)
11
    set_target_properties (
(-)b/audio/musescore3/files/patch-audio_drivers_alsa.cpp (+10 lines)
Added Link Here
1
--- audio/drivers/alsa.cpp.orig	2022-01-29 16:19:41 UTC
2
+++ audio/drivers/alsa.cpp
3
@@ -616,6 +616,7 @@ AlsaAudio::~AlsaAudio()
4
       {
5
       stop();
6
       delete alsa;
7
+      delete midiDriver;
8
       }
9
 
10
 //---------------------------------------------------------
(-)b/audio/musescore3/files/patch-audio_drivers_alsamidi.h (+11 lines)
Added Link Here
1
--- audio/drivers/alsamidi.h.orig	2022-01-29 22:16:06 UTC
2
+++ audio/drivers/alsamidi.h
3
@@ -47,7 +47,7 @@ class AlsaMidiDriver : public MidiDriver {
4
 
5
    public:
6
       AlsaMidiDriver(Seq* s);
7
-      virtual ~AlsaMidiDriver() {}
8
+      ~AlsaMidiDriver();
9
       virtual bool init();
10
       virtual Port registerOutPort(const QString& name);
11
       virtual Port registerInPort(const QString& name);
(-)b/audio/musescore3/files/patch-audio_drivers_mididriver.cpp (+18 lines)
Added Link Here
1
--- audio/drivers/mididriver.cpp.orig	2022-01-29 16:09:37 UTC
2
+++ audio/drivers/mididriver.cpp
3
@@ -112,8 +112,14 @@ static const unsigned int outCap = SND_SEQ_PORT_CAP_SU
4
 //---------------------------------------------------------
5
 
6
 AlsaMidiDriver::AlsaMidiDriver(Seq* s)
7
-   : MidiDriver(s)
8
+    : MidiDriver(s), alsaSeq(0)
9
       {
10
+      }
11
+
12
+AlsaMidiDriver::~AlsaMidiDriver()
13
+      {
14
+      if (alsaSeq)
15
+            snd_seq_close(alsaSeq);
16
       }
17
 
18
 //---------------------------------------------------------
(-)b/audio/musescore3/files/patch-audiofile_CMakeLists.txt (+11 lines)
Added Link Here
1
--- audiofile/CMakeLists.txt.orig	2021-01-27 17:12:14 UTC
2
+++ audiofile/CMakeLists.txt
3
@@ -40,7 +40,7 @@ if (NOT MSVC)
4
    set_target_properties (
5
       audiofile
6
       PROPERTIES
7
-         COMPILE_FLAGS "${PCH_INCLUDE} -g -Wall -Wextra -Winvalid-pch"
8
+         COMPILE_FLAGS "-include ${PROJECT_BINARY_DIR}/all.h -Wall -Wextra -Winvalid-pch"
9
       )
10
 else (NOT MSVC)
11
    set_target_properties (
(-)b/audio/musescore3/files/patch-avsomr_CMakeLists.txt (+11 lines)
Added Link Here
1
--- avsomr/CMakeLists.txt.orig	2021-01-27 17:12:14 UTC
2
+++ avsomr/CMakeLists.txt
3
@@ -72,7 +72,7 @@ if (NOT MSVC)
4
    set_target_properties (
5
       avsomr
6
       PROPERTIES
7
-         COMPILE_FLAGS "${PCH_INCLUDE} -g -Wall -Wextra -Winvalid-pch"
8
+         COMPILE_FLAGS "-include ${PROJECT_BINARY_DIR}/all.h -Wall -Wextra -Winvalid-pch"
9
       )
10
 else (NOT MSVC)
11
    set_target_properties (
(-)b/audio/musescore3/files/patch-awl_CMakeLists.txt (+20 lines)
Added Link Here
1
--- awl/CMakeLists.txt.orig	2021-01-27 17:12:14 UTC
2
+++ awl/CMakeLists.txt
3
@@ -51,7 +51,7 @@ if (NOT MSVC)
4
    set_target_properties (
5
       awl
6
       PROPERTIES
7
-         COMPILE_FLAGS "${PCH_INCLUDE} -g -Wall -Wextra -Winvalid-pch"
8
+         COMPILE_FLAGS "-include ${PROJECT_BINARY_DIR}/all.h -Wall -Wextra -Winvalid-pch"
9
       )
10
 else (NOT MSVC)
11
    set_target_properties (
12
@@ -107,7 +107,7 @@ else (NOT MSVC)
13
    set_target_properties (
14
       awlplugin
15
       PROPERTIES
16
-         COMPILE_FLAGS "${PCH_INCLUDE} -D_GNU_SOURCE -D_REENTRANT -DHAVE_CONFIG_H -DQT_PLUGIN -DQT_SHARED -DQT_NO_DEBUG"
17
+         COMPILE_FLAGS "-include ${PROJECT_BINARY_DIR}/all.h -D_GNU_SOURCE -D_REENTRANT -DHAVE_CONFIG_H -DQT_PLUGIN -DQT_SHARED -DQT_NO_DEBUG"
18
       )
19
 endif (NOT MSVC)   
20
 
(-)b/audio/musescore3/files/patch-bww2mxml_CMakeLists.txt (+11 lines)
Added Link Here
1
--- bww2mxml/CMakeLists.txt.orig	2021-01-27 17:12:14 UTC
2
+++ bww2mxml/CMakeLists.txt
3
@@ -47,7 +47,7 @@ if (NOT MINGW AND NOT APPLE AND NOT MSVC)
4
    set_target_properties (
5
          bww2mxml
6
          PROPERTIES
7
-            COMPILE_FLAGS "-x c++ -include ${PROJECT_BINARY_DIR}/all.h -g -Wall -Wextra -Winvalid-pch"
8
+            COMPILE_FLAGS "-x c++ -include ${PROJECT_BINARY_DIR}/all.h -Wall -Wextra -Winvalid-pch"
9
          )
10
 
11
    target_link_libraries(bww2mxml
(-)b/audio/musescore3/files/patch-effects_CMakeLists.txt (+11 lines)
Added Link Here
1
--- effects/CMakeLists.txt.orig	2021-01-27 17:12:14 UTC
2
+++ effects/CMakeLists.txt
3
@@ -52,7 +52,7 @@ if (NOT MSVC)
4
    set_target_properties (
5
       effects
6
       PROPERTIES
7
-         COMPILE_FLAGS "${PCH_INCLUDE} -g -Wall -Wextra -Winvalid-pch"
8
+         COMPILE_FLAGS "-include ${PROJECT_BINARY_DIR}/all.h -Wall -Wextra -Winvalid-pch"
9
       )
10
 else (NOT MSVC)
11
    set_target_properties (
(-)b/audio/musescore3/files/patch-fonttools_CMakeLists.txt (+11 lines)
Added Link Here
1
--- fonttools/CMakeLists.txt.orig	2021-01-27 17:12:14 UTC
2
+++ fonttools/CMakeLists.txt
3
@@ -20,7 +20,7 @@ add_executable(
4
 target_link_libraries(genft ${QT_LIBRARIES} -lfreetype)
5
 
6
 if (NOT MSVC)
7
-   set_target_properties(genft PROPERTIES COMPILE_FLAGS "-I/usr/include/freetype2 -g -Wall -Wextra -Winvalid-pch")
8
+   set_target_properties(genft PROPERTIES COMPILE_FLAGS "-I/usr/include/freetype2 -Wall -Wextra -Winvalid-pch")
9
 else (NOT MSVC)
10
    set_target_properties (
11
       genft
(-)b/audio/musescore3/files/patch-importexport_CMakeLists.txt (+11 lines)
Added Link Here
1
--- importexport/CMakeLists.txt.orig	2021-01-27 17:12:14 UTC
2
+++ importexport/CMakeLists.txt
3
@@ -69,7 +69,7 @@ if (NOT MSVC)
4
    set_target_properties (
5
       ${MODULE}
6
       PROPERTIES
7
-         COMPILE_FLAGS "${PCH_INCLUDE} -g -Wall -Wextra -Winvalid-pch"
8
+         COMPILE_FLAGS "-include ${PROJECT_BINARY_DIR}/all.h -Wall -Wextra -Winvalid-pch"
9
       )
10
 else (NOT MSVC)
11
    set_target_properties (
(-)b/audio/musescore3/files/patch-libmscore_CMakeLists.txt (+11 lines)
Added Link Here
1
--- libmscore/CMakeLists.txt.orig	2021-01-27 17:12:14 UTC
2
+++ libmscore/CMakeLists.txt
3
@@ -127,7 +127,7 @@ if (NOT MSVC)
4
    set_target_properties (
5
       libmscore
6
       PROPERTIES
7
-         COMPILE_FLAGS "-g ${PCH_INCLUDE} -Wall -Wextra -Winvalid-pch -Woverloaded-virtual ${COVERAGE_OPTIONS}"
8
+         COMPILE_FLAGS "-include ${PROJECT_BINARY_DIR}/all.h -Wall -Wextra -Winvalid-pch -Woverloaded-virtual ${COVERAGE_OPTIONS}"
9
       )
10
 else (NOT MSVC)
11
    set_target_properties (
(-)b/audio/musescore3/files/patch-main_CMakeLists.txt (+59 lines)
Added Link Here
1
--- main/CMakeLists.txt.orig	2021-01-27 17:12:14 UTC
2
+++ main/CMakeLists.txt
3
@@ -113,13 +113,13 @@ if (MINGW)
4
    if(CMAKE_BUILD_TYPE MATCHES "DEBUG")
5
      set_target_properties( mscore
6
         PROPERTIES
7
-           COMPILE_FLAGS "${PCH_INCLUDE} -g -Wall -Wextra -Winvalid-pch ${QT_DEFINITIONS} -DQT_SVG_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB"
8
+           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"
9
            LINK_FLAGS "-mwindows -mconsole -L ${QT_INSTALL_LIBS}"
10
         )
11
    else(CMAKE_BUILD_TYPE MATCHES "DEBUG")
12
      set_target_properties( mscore
13
           PROPERTIES
14
-             COMPILE_FLAGS "${PCH_INCLUDE} -Wall -Wextra -Winvalid-pch ${QT_DEFINITIONS} -DQT_SVG_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB"
15
+             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"
16
              LINK_FLAGS "-Wl,-S -mwindows -L ${QT_INSTALL_LIBS}"
17
           )
18
    endif(CMAKE_BUILD_TYPE MATCHES "DEBUG")
19
@@ -227,7 +227,7 @@ else (MINGW)
20
 
21
    if ( NOT MSVC )
22
       ## install qwebengine core
23
-      if (NOT APPLE AND USE_WEBENGINE)
24
+      if (YOU_CANT_SERIOUSLY_SUGGEST_TO_COPY_WEBENGINE_EXECUTABLES_AROUND)
25
          install(PROGRAMS
26
             ${QT_INSTALL_LIBEXECS}/QtWebEngineProcess
27
             DESTINATION bin
28
@@ -240,12 +240,12 @@ else (MINGW)
29
             ${QT_INSTALL_TRANSLATIONS}/qtwebengine_locales
30
             DESTINATION lib/qt5/translations
31
             )
32
-      endif(NOT APPLE AND USE_WEBENGINE)
33
+      endif(YOU_CANT_SERIOUSLY_SUGGEST_TO_COPY_WEBENGINE_EXECUTABLES_AROUND)
34
 
35
       set_target_properties (
36
          mscore
37
          PROPERTIES
38
-            COMPILE_FLAGS "${PCH_INCLUDE} -g -Wall -Wno-overloaded-virtual -Winvalid-pch"
39
+            COMPILE_FLAGS "-include ${PROJECT_BINARY_DIR}/all.h -Wall -Wno-overloaded-virtual -Winvalid-pch"
40
          )
41
 
42
       if (APPLE)
43
@@ -324,14 +324,14 @@ else (MINGW)
44
       if(CMAKE_BUILD_TYPE MATCHES "REL*")
45
         set_target_properties( mscore
46
            PROPERTIES
47
-              COMPILE_FLAGS "${PCH_INCLUDE} ${QT_DEFINITIONS} -DQT_SVG_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB"
48
+              COMPILE_FLAGS "-include ${PROJECT_BINARY_DIR}/all.h ${QT_DEFINITIONS} -DQT_SVG_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB"
49
               LINK_FLAGS    "/LIBPATH:${QT_INSTALL_LIBS} ${all_library_paths}"
50
               LINK_FLAGS "/SUBSYSTEM:WINDOWS /ENTRY:mainCRTStartup"
51
            )
52
       else(CMAKE_BUILD_TYPE MATCHES "REL*")
53
         set_target_properties( mscore
54
            PROPERTIES
55
-              COMPILE_FLAGS "${PCH_INCLUDE} ${QT_DEFINITIONS} /DQT_SVG_LIB /DQT_GUI_LIB /DQT_XML_LIB /DQT_CORE_LIB"
56
+              COMPILE_FLAGS "-include ${PROJECT_BINARY_DIR}/all.h ${QT_DEFINITIONS} /DQT_SVG_LIB /DQT_GUI_LIB /DQT_XML_LIB /DQT_CORE_LIB"
57
               LINK_FLAGS    "/LIBPATH:${QT_INSTALL_LIBS} ${all_library_paths}"
58
               LINK_FLAGS "/SUBSYSTEM:CONSOLE"
59
            )
(-)b/audio/musescore3/files/patch-miditools_CMakeLists.txt (+20 lines)
Added Link Here
1
--- miditools/CMakeLists.txt.orig	2021-01-27 17:12:14 UTC
2
+++ miditools/CMakeLists.txt
3
@@ -14,7 +14,7 @@ add_executable (smf2xml smf2xml.cpp xmlwriter.cpp midi
4
 
5
 if (NOT MSVC)
6
    set_target_properties(smf2xml
7
-      PROPERTIES COMPILE_FLAGS "-g -Wall -Wextra"
8
+      PROPERTIES COMPILE_FLAGS "-Wall -Wextra"
9
       )
10
 else (NOT MSVC)
11
    set_target_properties (smf2xml
12
@@ -31,7 +31,7 @@ add_executable (xml2smf xml2smf.cpp xmlreader.cpp midi
13
 if (NOT MSVC)
14
    set_target_properties (
15
       xml2smf
16
-      PROPERTIES COMPILE_FLAGS "-g -Wall -Wextra"
17
+      PROPERTIES COMPILE_FLAGS "-Wall -Wextra"
18
       )
19
 else (NOT MSVC)
20
    set_target_properties (
(-)b/audio/musescore3/files/patch-mscore_CMakeLists.txt (+70 lines)
Added Link Here
1
--- mscore/CMakeLists.txt.orig	2021-01-27 17:12:14 UTC
2
+++ mscore/CMakeLists.txt
3
@@ -147,7 +147,7 @@ if (APPLE)
4
       set_target_properties (
5
          cocoabridge
6
          PROPERTIES
7
-         COMPILE_FLAGS "-g -Wall -Wextra -Winvalid-pch  -include ${PROJECT_SOURCE_DIR}/all.h"
8
+         COMPILE_FLAGS "-Wall -Wextra -Winvalid-pch  -include ${PROJECT_SOURCE_DIR}/all.h"
9
          )
10
 else (APPLE)
11
       set(INCS "")
12
@@ -354,13 +354,13 @@ if (MINGW)
13
    if(CMAKE_BUILD_TYPE MATCHES "DEBUG")
14
      set_target_properties( mscoreapp
15
         PROPERTIES
16
-           COMPILE_FLAGS "${PCH_INCLUDE} -g -Wall -Wextra -Winvalid-pch ${QT_DEFINITIONS} -DQT_SVG_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB"
17
+           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"
18
            LINK_FLAGS "-mwindows -mconsole -L ${QT_INSTALL_LIBS}"
19
         )
20
    else(CMAKE_BUILD_TYPE MATCHES "DEBUG")
21
      set_target_properties( mscoreapp
22
           PROPERTIES
23
-             COMPILE_FLAGS "${PCH_INCLUDE} -Wall -Wextra -Winvalid-pch ${QT_DEFINITIONS} -DQT_SVG_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB"
24
+             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"
25
              LINK_FLAGS "-Wl,-S -mwindows -L ${QT_INSTALL_LIBS}"
26
           )
27
    endif(CMAKE_BUILD_TYPE MATCHES "DEBUG")
28
@@ -394,7 +394,7 @@ else (MINGW)
29
          )
30
 
31
        if (USE_SYSTEM_FREETYPE)
32
-            target_link_libraries(mscoreapp freetype)
33
+            target_link_libraries(mscoreapp ${FREETYPE_LIBRARIES})
34
        else (USE_SYSTEM_FREETYPE)
35
             target_link_libraries(mscoreapp mscore_freetype)
36
        endif (USE_SYSTEM_FREETYPE)
37
@@ -424,7 +424,7 @@ else (MINGW)
38
       set_target_properties (
39
          mscoreapp
40
          PROPERTIES
41
-            COMPILE_FLAGS "${PCH_INCLUDE} -g -Wall -Wno-overloaded-virtual -Winvalid-pch"
42
+            COMPILE_FLAGS "-include ${PROJECT_BINARY_DIR}/all.h -Wall -Wno-overloaded-virtual -Winvalid-pch"
43
          )
44
 
45
       if (OMR)
46
@@ -469,13 +469,13 @@ else (MINGW)
47
       if(CMAKE_BUILD_TYPE MATCHES "REL*")
48
         set_target_properties( mscoreapp
49
            PROPERTIES
50
-              COMPILE_FLAGS "${PCH_INCLUDE} ${QT_DEFINITIONS} -DQT_SVG_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB"
51
+              COMPILE_FLAGS "-include ${PROJECT_BINARY_DIR}/all.h ${QT_DEFINITIONS} -DQT_SVG_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB"
52
               LINK_FLAGS    "/LIBPATH:${QT_INSTALL_LIBS} ${all_library_paths}"
53
            )
54
       else(CMAKE_BUILD_TYPE MATCHES "REL*")
55
         set_target_properties( mscoreapp
56
            PROPERTIES
57
-              COMPILE_FLAGS "${PCH_INCLUDE} ${QT_DEFINITIONS} /DQT_SVG_LIB /DQT_GUI_LIB /DQT_XML_LIB /DQT_CORE_LIB"
58
+              COMPILE_FLAGS "-include ${PROJECT_BINARY_DIR}/all.h ${QT_DEFINITIONS} /DQT_SVG_LIB /DQT_GUI_LIB /DQT_XML_LIB /DQT_CORE_LIB"
59
               LINK_FLAGS    "/LIBPATH:${QT_INSTALL_LIBS} ${all_library_paths}"
60
            )
61
       endif(CMAKE_BUILD_TYPE MATCHES "REL*")
62
@@ -542,7 +542,7 @@ else (NOT MSVC)
63
    set_target_properties (
64
       inspectorplugin
65
       PROPERTIES
66
-         COMPILE_FLAGS "${PCH_INCLUDE} -D_GNU_SOURCE -D_REENTRANT -DHAVE_CONFIG_H -DQT_PLUGIN -DQT_SVG_LIB -DQT_SHARED -DQT_NO_DEBUG"
67
+         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"
68
       )
69
 endif (NOT MSVC)
70
 
(-)b/audio/musescore3/files/patch-mtest_CMakeLists.txt (+18 lines)
Added Link Here
1
--- mtest/CMakeLists.txt.orig	2021-01-27 17:12:14 UTC
2
+++ mtest/CMakeLists.txt
3
@@ -144,12 +144,12 @@ set(CMAKE_CXX_FLAGS         "${CMAKE_CXX_FLAGS} ${Qt5W
4
 string(REPLACE ";" ";-I" INC "${QT_INCLUDES}")
5
 
6
 if (APPLE AND (CMAKE_VERSION VERSION_LESS "3.5.0"))
7
-      set(TESTUTILS_COMPILE_FLAGS "-include all.h -D TESTROOT=\\\\\"${PROJECT_SOURCE_DIR}\\\\\" -g -Wall -Wextra")
8
+      set(TESTUTILS_COMPILE_FLAGS "-include all.h -D TESTROOT=\\\\\"${PROJECT_SOURCE_DIR}\\\\\" -Wall -Wextra")
9
 else (APPLE AND (CMAKE_VERSION VERSION_LESS "3.5.0"))
10
       if (MSVC)
11
-            set(TESTUTILS_COMPILE_FLAGS "${PCH_INCLUDE}  /D TESTROOT=\\\"${PROJECT_SOURCE_DIR}\\\"")
12
+            set(TESTUTILS_COMPILE_FLAGS "-include ${PROJECT_BINARY_DIR}/all.h  /D TESTROOT=\\\"${PROJECT_SOURCE_DIR}\\\"")
13
       else (MSVC)
14
-            set(TESTUTILS_COMPILE_FLAGS "-include all.h -D TESTROOT=\\\"${PROJECT_SOURCE_DIR}\\\" -g -Wall -Wextra")
15
+            set(TESTUTILS_COMPILE_FLAGS "-include all.h -D TESTROOT=\\\"${PROJECT_SOURCE_DIR}\\\" -Wall -Wextra")
16
       endif (MSVC)
17
 endif (APPLE AND (CMAKE_VERSION VERSION_LESS "3.5.0"))
18
 
(-)b/audio/musescore3/files/patch-omr_CMakeLists.txt (+11 lines)
Added Link Here
1
--- omr/CMakeLists.txt.orig	2021-01-27 17:12:14 UTC
2
+++ omr/CMakeLists.txt
3
@@ -48,7 +48,7 @@ if (NOT MSVC)
4
    set_target_properties (
5
       omr
6
       PROPERTIES
7
-         COMPILE_FLAGS "${PCH_INCLUDE} -g -Wall -Wextra -Winvalid-pch -Wno-unused-private-field"
8
+         COMPILE_FLAGS "-include ${PROJECT_BINARY_DIR}/all.h -Wall -Wextra -Winvalid-pch -Wno-unused-private-field"
9
       )
10
 else (NOT MSVC)
11
    set_target_properties (
(-)b/audio/musescore3/files/patch-thirdparty_beatroot_CMakeLists.txt (+17 lines)
Added Link Here
1
--- thirdparty/beatroot/CMakeLists.txt.orig	2021-01-27 17:12:14 UTC
2
+++ thirdparty/beatroot/CMakeLists.txt
3
@@ -15,12 +15,12 @@ add_library (
4
 if (NOT MSVC)
5
    set_target_properties( beatroot
6
       PROPERTIES
7
-         COMPILE_FLAGS "${PCH_INCLUDE} -g -Wall -Wextra -Winvalid-pch"
8
+         COMPILE_FLAGS "-include ${PROJECT_BINARY_DIR}/all.h -Wall -Wextra -Winvalid-pch"
9
       )
10
 else (NOT MSVC)
11
    set_target_properties ( beatroot
12
       PROPERTIES
13
-         COMPILE_FLAGS "${PCH_INCLUDE} /wd4267"
14
+         COMPILE_FLAGS "-include ${PROJECT_BINARY_DIR}/all.h /wd4267"
15
       )
16
 endif (NOT MSVC)   
17
 
(-)b/audio/musescore3/files/patch-thirdparty_ofqf_CMakeLists.txt (+11 lines)
Added Link Here
1
--- thirdparty/ofqf/CMakeLists.txt.orig	2021-01-27 17:12:14 UTC
2
+++ thirdparty/ofqf/CMakeLists.txt
3
@@ -42,7 +42,7 @@ if (NOT MSVC)
4
    set_target_properties (
5
       ofqf
6
       PROPERTIES
7
-         COMPILE_FLAGS "${PCH_INCLUDE} -g -Wall -Wextra -Winvalid-pch"
8
+         COMPILE_FLAGS "-include ${PROJECT_BINARY_DIR}/all.h -Wall -Wextra -Winvalid-pch"
9
       )
10
 else (NOT MSVC)
11
    set_target_properties (
(-)b/audio/musescore3/files/patch-thirdparty_qt-google-analytics_ganalytics.cpp (+11 lines)
Added Link Here
1
--- thirdparty/qt-google-analytics/ganalytics.cpp.orig	2021-01-27 17:12:14 UTC
2
+++ thirdparty/qt-google-analytics/ganalytics.cpp
3
@@ -381,7 +381,7 @@ QString GAnalytics::Private::getSystemInfo()
4
             .arg(QAndroidJniObject::getStaticObjectField<jstring>("android/os/Build", "ID").toString())
5
             .arg(QAndroidJniObject::getStaticObjectField<jstring>("android/os/Build", "BRAND").toString());
6
 }
7
-#elif defined(Q_OS_LINUX)
8
+#elif defined(Q_OS_UNIX)
9
 #include <sys/utsname.h>
10
 
11
 /**
(-)b/audio/musescore3/files/patch-thirdparty_qzip_CMakeLists.txt (+11 lines)
Added Link Here
1
--- thirdparty/qzip/CMakeLists.txt.orig	2021-01-27 17:12:14 UTC
2
+++ thirdparty/qzip/CMakeLists.txt
3
@@ -35,7 +35,7 @@ if (NOT MSVC)
4
    set_target_properties (
5
       qzip
6
       PROPERTIES
7
-         COMPILE_FLAGS "${PCH_INCLUDE} -g -Wall -Wextra -Winvalid-pch"
8
+         COMPILE_FLAGS "-include ${PROJECT_BINARY_DIR}/all.h -Wall -Wextra -Winvalid-pch"
9
       )
10
 else (NOT MSVC)
11
    set_target_properties (
(-)b/audio/musescore3/files/patch-thirdparty_rtf2html_CMakeLists.txt (+17 lines)
Added Link Here
1
--- thirdparty/rtf2html/CMakeLists.txt.orig	2021-01-27 17:12:14 UTC
2
+++ thirdparty/rtf2html/CMakeLists.txt
3
@@ -43,12 +43,12 @@ add_library (
4
 if (NOT MSVC)
5
    set_target_properties( rtf2html
6
       PROPERTIES
7
-         COMPILE_FLAGS "${PCH_INCLUDE} -g -Wall -Wextra -Winvalid-pch"
8
+         COMPILE_FLAGS "-include ${PROJECT_BINARY_DIR}/all.h -Wall -Wextra -Winvalid-pch"
9
       )
10
 else (NOT MSVC)
11
    set_target_properties ( rtf2html
12
       PROPERTIES
13
-         COMPILE_FLAGS "${PCH_INCLUDE} /wd4267"
14
+         COMPILE_FLAGS "-include ${PROJECT_BINARY_DIR}/all.h /wd4267"
15
       )
16
 endif (NOT MSVC)   
17
 
(-)b/audio/musescore3/files/patch-thirdparty_singleapp_src_CMakeLists.txt (+11 lines)
Added Link Here
1
--- thirdparty/singleapp/src/CMakeLists.txt.orig	2021-01-27 17:12:14 UTC
2
+++ thirdparty/singleapp/src/CMakeLists.txt
3
@@ -37,7 +37,7 @@ if (NOT MSVC)
4
    set_target_properties (
5
       qtsingleapp
6
       PROPERTIES
7
-         COMPILE_FLAGS "${PCH_INCLUDE} -g -Wall -Wextra -Winvalid-pch"
8
+         COMPILE_FLAGS "-include ${PROJECT_BINARY_DIR}/all.h -Wall -Wextra -Winvalid-pch"
9
       )
10
 else (NOT MSVC)
11
    set_target_properties (
(-)b/audio/musescore3/pkg-descr (+17 lines)
Added Link Here
1
MuseScore is a free cross-platform WYSIWYG music notation program
2
that offers a cost-effective alternative to commercial programs
3
such as Sibelius and Finale.
4
You can print beautifully engraved sheet music or save it as PDF
5
or MIDI file.
6
7
Some highlights:
8
9
 * WYSIWYG, notes are entered on a "virtual note sheet"
10
 * Unlimited number of staves
11
 * Up to four voices per staff
12
 * Easy and fast note entry with your keyboard, mouse, or MIDI keyboard
13
 * Integrated sequencer and FluidSynth software synthesizer
14
 * Import and export of MusicXML and Standard MIDI Files
15
 * Available for Windows, Mac and Linux
16
 * Translated in 43 languages
17
 * GNU GPL licensed
(-)b/audio/musescore3/pkg-plist (+345 lines)
Added Link Here
1
bin/mscore3
2
bin/musescore3
3
man/man1/mscore3.1.gz
4
man/man1/musescore3.1.gz
5
share/applications/mscore.desktop
6
share/icons/hicolor/128x128/apps/mscore.png
7
share/icons/hicolor/16x16/apps/mscore.png
8
share/icons/hicolor/24x24/apps/mscore.png
9
share/icons/hicolor/32x32/apps/mscore.png
10
share/icons/hicolor/48x48/apps/mscore.png
11
share/icons/hicolor/48x48/mimetypes/application-vnd.recordare.musicxml+xml.png
12
share/icons/hicolor/48x48/mimetypes/application-vnd.recordare.musicxml.png
13
share/icons/hicolor/48x48/mimetypes/application-x-musescore+xml.png
14
share/icons/hicolor/48x48/mimetypes/application-x-musescore.png
15
share/icons/hicolor/512x512/apps/mscore.png
16
share/icons/hicolor/64x64/apps/mscore.png
17
share/icons/hicolor/96x96/apps/mscore.png
18
share/icons/hicolor/scalable/apps/mscore.svg
19
share/icons/hicolor/scalable/mimetypes/application-vnd.recordare.musicxml+xml.svg
20
share/icons/hicolor/scalable/mimetypes/application-vnd.recordare.musicxml.svg
21
share/icons/hicolor/scalable/mimetypes/application-x-musescore+xml.svg
22
share/icons/hicolor/scalable/mimetypes/application-x-musescore.svg
23
share/metainfo/org.musescore.MuseScore.appdata.xml
24
share/mime/packages/musescore.xml
25
%%DATADIR%%/demos/Brassed_Up.mscx
26
%%DATADIR%%/demos/Dawn.mscx
27
%%DATADIR%%/demos/Dynamic_Strings.mscx
28
%%DATADIR%%/demos/Fugue_1.mscx
29
%%DATADIR%%/demos/Reunion.mscz
30
%%DATADIR%%/demos/Unclaimed_Gift.mscx
31
%%DATADIR%%/instruments/instruments.xml
32
%%DATADIR%%/instruments/orders.xml
33
%%DATADIR%%/locale/instruments_af.qm
34
%%DATADIR%%/locale/instruments_ar.qm
35
%%DATADIR%%/locale/instruments_ar_DZ.qm
36
%%DATADIR%%/locale/instruments_ar_EG.qm
37
%%DATADIR%%/locale/instruments_ar_SD.qm
38
%%DATADIR%%/locale/instruments_ast.qm
39
%%DATADIR%%/locale/instruments_be.qm
40
%%DATADIR%%/locale/instruments_bg.qm
41
%%DATADIR%%/locale/instruments_br.qm
42
%%DATADIR%%/locale/instruments_ca.qm
43
%%DATADIR%%/locale/instruments_ca@valencia.qm
44
%%DATADIR%%/locale/instruments_cs.qm
45
%%DATADIR%%/locale/instruments_cy.qm
46
%%DATADIR%%/locale/instruments_da.qm
47
%%DATADIR%%/locale/instruments_de.qm
48
%%DATADIR%%/locale/instruments_el.qm
49
%%DATADIR%%/locale/instruments_en_GB.qm
50
%%DATADIR%%/locale/instruments_en_US.qm
51
%%DATADIR%%/locale/instruments_eo.qm
52
%%DATADIR%%/locale/instruments_es.qm
53
%%DATADIR%%/locale/instruments_et.qm
54
%%DATADIR%%/locale/instruments_eu.qm
55
%%DATADIR%%/locale/instruments_fa.qm
56
%%DATADIR%%/locale/instruments_fi.qm
57
%%DATADIR%%/locale/instruments_fil.qm
58
%%DATADIR%%/locale/instruments_fo.qm
59
%%DATADIR%%/locale/instruments_fr.qm
60
%%DATADIR%%/locale/instruments_ga.qm
61
%%DATADIR%%/locale/instruments_gd.qm
62
%%DATADIR%%/locale/instruments_gl.qm
63
%%DATADIR%%/locale/instruments_he.qm
64
%%DATADIR%%/locale/instruments_hi_IN.qm
65
%%DATADIR%%/locale/instruments_hr.qm
66
%%DATADIR%%/locale/instruments_hu.qm
67
%%DATADIR%%/locale/instruments_hy.qm
68
%%DATADIR%%/locale/instruments_id.qm
69
%%DATADIR%%/locale/instruments_ig.qm
70
%%DATADIR%%/locale/instruments_it.qm
71
%%DATADIR%%/locale/instruments_ja.qm
72
%%DATADIR%%/locale/instruments_ka.qm
73
%%DATADIR%%/locale/instruments_kab.qm
74
%%DATADIR%%/locale/instruments_ko.qm
75
%%DATADIR%%/locale/instruments_lt.qm
76
%%DATADIR%%/locale/instruments_lv.qm
77
%%DATADIR%%/locale/instruments_ml.qm
78
%%DATADIR%%/locale/instruments_mn_MN.qm
79
%%DATADIR%%/locale/instruments_nb.qm
80
%%DATADIR%%/locale/instruments_nl.qm
81
%%DATADIR%%/locale/instruments_nn.qm
82
%%DATADIR%%/locale/instruments_pl.qm
83
%%DATADIR%%/locale/instruments_pt.qm
84
%%DATADIR%%/locale/instruments_pt_BR.qm
85
%%DATADIR%%/locale/instruments_ro.qm
86
%%DATADIR%%/locale/instruments_ru.qm
87
%%DATADIR%%/locale/instruments_scn.qm
88
%%DATADIR%%/locale/instruments_sk.qm
89
%%DATADIR%%/locale/instruments_sl.qm
90
%%DATADIR%%/locale/instruments_sr.qm
91
%%DATADIR%%/locale/instruments_sr_RS.qm
92
%%DATADIR%%/locale/instruments_sv.qm
93
%%DATADIR%%/locale/instruments_th.qm
94
%%DATADIR%%/locale/instruments_tr.qm
95
%%DATADIR%%/locale/instruments_uk.qm
96
%%DATADIR%%/locale/instruments_uz@Latn.qm
97
%%DATADIR%%/locale/instruments_vi.qm
98
%%DATADIR%%/locale/instruments_zh_CN.qm
99
%%DATADIR%%/locale/instruments_zh_HK.qm
100
%%DATADIR%%/locale/instruments_zh_TW.qm
101
%%DATADIR%%/locale/languages.xml
102
%%DATADIR%%/locale/mscore_af.qm
103
%%DATADIR%%/locale/mscore_ar.qm
104
%%DATADIR%%/locale/mscore_ar_DZ.qm
105
%%DATADIR%%/locale/mscore_ar_EG.qm
106
%%DATADIR%%/locale/mscore_ar_SD.qm
107
%%DATADIR%%/locale/mscore_ast.qm
108
%%DATADIR%%/locale/mscore_be.qm
109
%%DATADIR%%/locale/mscore_bg.qm
110
%%DATADIR%%/locale/mscore_br.qm
111
%%DATADIR%%/locale/mscore_ca.qm
112
%%DATADIR%%/locale/mscore_ca@valencia.qm
113
%%DATADIR%%/locale/mscore_cs.qm
114
%%DATADIR%%/locale/mscore_cy.qm
115
%%DATADIR%%/locale/mscore_da.qm
116
%%DATADIR%%/locale/mscore_de.qm
117
%%DATADIR%%/locale/mscore_el.qm
118
%%DATADIR%%/locale/mscore_en_GB.qm
119
%%DATADIR%%/locale/mscore_en_US.qm
120
%%DATADIR%%/locale/mscore_eo.qm
121
%%DATADIR%%/locale/mscore_es.qm
122
%%DATADIR%%/locale/mscore_et.qm
123
%%DATADIR%%/locale/mscore_eu.qm
124
%%DATADIR%%/locale/mscore_fa.qm
125
%%DATADIR%%/locale/mscore_fi.qm
126
%%DATADIR%%/locale/mscore_fil.qm
127
%%DATADIR%%/locale/mscore_fo.qm
128
%%DATADIR%%/locale/mscore_fr.qm
129
%%DATADIR%%/locale/mscore_ga.qm
130
%%DATADIR%%/locale/mscore_gd.qm
131
%%DATADIR%%/locale/mscore_gl.qm
132
%%DATADIR%%/locale/mscore_he.qm
133
%%DATADIR%%/locale/mscore_hi_IN.qm
134
%%DATADIR%%/locale/mscore_hr.qm
135
%%DATADIR%%/locale/mscore_hu.qm
136
%%DATADIR%%/locale/mscore_hy.qm
137
%%DATADIR%%/locale/mscore_id.qm
138
%%DATADIR%%/locale/mscore_ig.qm
139
%%DATADIR%%/locale/mscore_it.qm
140
%%DATADIR%%/locale/mscore_ja.qm
141
%%DATADIR%%/locale/mscore_ka.qm
142
%%DATADIR%%/locale/mscore_kab.qm
143
%%DATADIR%%/locale/mscore_ko.qm
144
%%DATADIR%%/locale/mscore_lt.qm
145
%%DATADIR%%/locale/mscore_lv.qm
146
%%DATADIR%%/locale/mscore_ml.qm
147
%%DATADIR%%/locale/mscore_mn_MN.qm
148
%%DATADIR%%/locale/mscore_nb.qm
149
%%DATADIR%%/locale/mscore_nl.qm
150
%%DATADIR%%/locale/mscore_nn.qm
151
%%DATADIR%%/locale/mscore_pl.qm
152
%%DATADIR%%/locale/mscore_pt.qm
153
%%DATADIR%%/locale/mscore_pt_BR.qm
154
%%DATADIR%%/locale/mscore_ro.qm
155
%%DATADIR%%/locale/mscore_ru.qm
156
%%DATADIR%%/locale/mscore_scn.qm
157
%%DATADIR%%/locale/mscore_sk.qm
158
%%DATADIR%%/locale/mscore_sl.qm
159
%%DATADIR%%/locale/mscore_sr.qm
160
%%DATADIR%%/locale/mscore_sr_RS.qm
161
%%DATADIR%%/locale/mscore_sv.qm
162
%%DATADIR%%/locale/mscore_th.qm
163
%%DATADIR%%/locale/mscore_tr.qm
164
%%DATADIR%%/locale/mscore_uk.qm
165
%%DATADIR%%/locale/mscore_uz@Latn.qm
166
%%DATADIR%%/locale/mscore_vi.qm
167
%%DATADIR%%/locale/mscore_zh_CN.qm
168
%%DATADIR%%/locale/mscore_zh_HK.qm
169
%%DATADIR%%/locale/mscore_zh_TW.qm
170
%%DATADIR%%/locale/qt_bg.qm
171
%%DATADIR%%/locale/qt_el.qm
172
%%DATADIR%%/locale/qt_eu.qm
173
%%DATADIR%%/locale/qt_gd.qm
174
%%DATADIR%%/locale/qt_id.qm
175
%%DATADIR%%/locale/qt_lv.qm
176
%%DATADIR%%/locale/qt_nb.qm
177
%%DATADIR%%/locale/qt_nl.qm
178
%%DATADIR%%/locale/qt_nl_BE.qm
179
%%DATADIR%%/locale/qt_pt_BR.qm
180
%%DATADIR%%/locale/qt_ro.qm
181
%%DATADIR%%/locale/qt_tr.qm
182
%%DATADIR%%/locale/qt_vi.qm
183
%%DATADIR%%/locale/tours_af.qm
184
%%DATADIR%%/locale/tours_ar.qm
185
%%DATADIR%%/locale/tours_ar_DZ.qm
186
%%DATADIR%%/locale/tours_ar_EG.qm
187
%%DATADIR%%/locale/tours_ar_SD.qm
188
%%DATADIR%%/locale/tours_ast.qm
189
%%DATADIR%%/locale/tours_be.qm
190
%%DATADIR%%/locale/tours_bg.qm
191
%%DATADIR%%/locale/tours_br.qm
192
%%DATADIR%%/locale/tours_ca.qm
193
%%DATADIR%%/locale/tours_ca@valencia.qm
194
%%DATADIR%%/locale/tours_cs.qm
195
%%DATADIR%%/locale/tours_cy.qm
196
%%DATADIR%%/locale/tours_da.qm
197
%%DATADIR%%/locale/tours_de.qm
198
%%DATADIR%%/locale/tours_el.qm
199
%%DATADIR%%/locale/tours_en_GB.qm
200
%%DATADIR%%/locale/tours_en_US.qm
201
%%DATADIR%%/locale/tours_eo.qm
202
%%DATADIR%%/locale/tours_es.qm
203
%%DATADIR%%/locale/tours_et.qm
204
%%DATADIR%%/locale/tours_eu.qm
205
%%DATADIR%%/locale/tours_fa.qm
206
%%DATADIR%%/locale/tours_fi.qm
207
%%DATADIR%%/locale/tours_fil.qm
208
%%DATADIR%%/locale/tours_fo.qm
209
%%DATADIR%%/locale/tours_fr.qm
210
%%DATADIR%%/locale/tours_ga.qm
211
%%DATADIR%%/locale/tours_gd.qm
212
%%DATADIR%%/locale/tours_gl.qm
213
%%DATADIR%%/locale/tours_he.qm
214
%%DATADIR%%/locale/tours_hi_IN.qm
215
%%DATADIR%%/locale/tours_hr.qm
216
%%DATADIR%%/locale/tours_hu.qm
217
%%DATADIR%%/locale/tours_hy.qm
218
%%DATADIR%%/locale/tours_id.qm
219
%%DATADIR%%/locale/tours_ig.qm
220
%%DATADIR%%/locale/tours_it.qm
221
%%DATADIR%%/locale/tours_ja.qm
222
%%DATADIR%%/locale/tours_ka.qm
223
%%DATADIR%%/locale/tours_kab.qm
224
%%DATADIR%%/locale/tours_ko.qm
225
%%DATADIR%%/locale/tours_lt.qm
226
%%DATADIR%%/locale/tours_lv.qm
227
%%DATADIR%%/locale/tours_ml.qm
228
%%DATADIR%%/locale/tours_mn_MN.qm
229
%%DATADIR%%/locale/tours_nb.qm
230
%%DATADIR%%/locale/tours_nl.qm
231
%%DATADIR%%/locale/tours_nn.qm
232
%%DATADIR%%/locale/tours_pl.qm
233
%%DATADIR%%/locale/tours_pt.qm
234
%%DATADIR%%/locale/tours_pt_BR.qm
235
%%DATADIR%%/locale/tours_ro.qm
236
%%DATADIR%%/locale/tours_ru.qm
237
%%DATADIR%%/locale/tours_scn.qm
238
%%DATADIR%%/locale/tours_sk.qm
239
%%DATADIR%%/locale/tours_sl.qm
240
%%DATADIR%%/locale/tours_sr.qm
241
%%DATADIR%%/locale/tours_sr_RS.qm
242
%%DATADIR%%/locale/tours_sv.qm
243
%%DATADIR%%/locale/tours_th.qm
244
%%DATADIR%%/locale/tours_tr.qm
245
%%DATADIR%%/locale/tours_uk.qm
246
%%DATADIR%%/locale/tours_uz@Latn.qm
247
%%DATADIR%%/locale/tours_vi.qm
248
%%DATADIR%%/locale/tours_zh_CN.qm
249
%%DATADIR%%/locale/tours_zh_HK.qm
250
%%DATADIR%%/locale/tours_zh_TW.qm
251
%%DATADIR%%/plugins/abc_import.qml
252
%%DATADIR%%/plugins/colornotes.qml
253
%%DATADIR%%/plugins/createscore.qml
254
%%DATADIR%%/plugins/helloqml/helloqml.qml
255
%%DATADIR%%/plugins/helloqml/translations/locale_de.qm
256
%%DATADIR%%/plugins/helloqml/translations/locale_de.ts
257
%%DATADIR%%/plugins/notenames-interactive.qml
258
%%DATADIR%%/plugins/notenames.qml
259
%%DATADIR%%/plugins/panel.qml
260
%%DATADIR%%/plugins/random.qml
261
%%DATADIR%%/plugins/random2.qml
262
%%DATADIR%%/plugins/run.qml
263
%%DATADIR%%/plugins/scorelist.qml
264
%%DATADIR%%/plugins/view.qml
265
%%DATADIR%%/plugins/walk.qml
266
%%DATADIR%%/sound/MuseScore_General.sf3
267
%%DATADIR%%/sound/MuseScore_General_License.md
268
%%DATADIR%%/styles/Leland.mss
269
%%DATADIR%%/styles/MuseJazz.mss
270
%%DATADIR%%/styles/cchords_muse.xml
271
%%DATADIR%%/styles/cchords_nrb.xml
272
%%DATADIR%%/styles/cchords_rb.xml
273
%%DATADIR%%/styles/cchords_sym.xml
274
%%DATADIR%%/styles/chords.xml
275
%%DATADIR%%/styles/chords_jazz.xml
276
%%DATADIR%%/styles/chords_std.xml
277
%%DATADIR%%/styles/jazzchords.xml
278
%%DATADIR%%/styles/legacy-style-defaults-v1.mss
279
%%DATADIR%%/styles/legacy-style-defaults-v2.mss
280
%%DATADIR%%/styles/legacy-style-defaults-v3.mss
281
%%DATADIR%%/styles/stdchords.xml
282
%%DATADIR%%/templates/01-General/00-Blank.mscx
283
%%DATADIR%%/templates/01-General/01-Treble_Clef.mscx
284
%%DATADIR%%/templates/01-General/02-Bass_Clef.mscx
285
%%DATADIR%%/templates/01-General/03-Grand_Staff.mscx
286
%%DATADIR%%/templates/02-Choral/01-SATB.mscx
287
%%DATADIR%%/templates/02-Choral/02-SATB_+_Organ.mscx
288
%%DATADIR%%/templates/02-Choral/03-SATB_+_Piano.mscx
289
%%DATADIR%%/templates/02-Choral/04-SATB_Closed_Score.mscx
290
%%DATADIR%%/templates/02-Choral/05-SATB_Closed_Score_+_Organ.mscx
291
%%DATADIR%%/templates/02-Choral/06-SATB_Closed_Score_+_Piano.mscx
292
%%DATADIR%%/templates/02-Choral/07-Voice_+_Piano.mscx
293
%%DATADIR%%/templates/02-Choral/08-Barbershop_Quartet_(Men).mscx
294
%%DATADIR%%/templates/02-Choral/09-Barbershop_Quartet_(Women).mscx
295
%%DATADIR%%/templates/02-Choral/10-Liturgical_Unmetrical.mscx
296
%%DATADIR%%/templates/02-Choral/11-Liturgical_Unmetrical_+_Organ.mscx
297
%%DATADIR%%/templates/03-Chamber_Music/01-String_Quartet.mscx
298
%%DATADIR%%/templates/03-Chamber_Music/02-Wind_Quartet.mscx
299
%%DATADIR%%/templates/03-Chamber_Music/03-Wind_Quintet.mscx
300
%%DATADIR%%/templates/03-Chamber_Music/04-Saxophone_Quartet.mscx
301
%%DATADIR%%/templates/03-Chamber_Music/05-Brass_Quartet.mscx
302
%%DATADIR%%/templates/03-Chamber_Music/06-Brass_Quintet.mscx
303
%%DATADIR%%/templates/04-Solo/01-Guitar.mscx
304
%%DATADIR%%/templates/04-Solo/02-Guitar_+_Tablature.mscx
305
%%DATADIR%%/templates/04-Solo/03-Guitar_Tablature.mscx
306
%%DATADIR%%/templates/04-Solo/04-Piano.mscx
307
%%DATADIR%%/templates/05-Jazz/01-Jazz_Lead_Sheet.mscx
308
%%DATADIR%%/templates/05-Jazz/02-Big_Band.mscx
309
%%DATADIR%%/templates/05-Jazz/03-Jazz_Combo.mscx
310
%%DATADIR%%/templates/06-Popular/01-Rock_Band.mscx
311
%%DATADIR%%/templates/06-Popular/02-Bluegrass_Band.mscx
312
%%DATADIR%%/templates/07-Band_and_Percussion/01-Concert_Band.mscx
313
%%DATADIR%%/templates/07-Band_and_Percussion/02-Small_Concert_Band.mscx
314
%%DATADIR%%/templates/07-Band_and_Percussion/03-Brass_Band.mscx
315
%%DATADIR%%/templates/07-Band_and_Percussion/04-Marching_Band.mscx
316
%%DATADIR%%/templates/07-Band_and_Percussion/05-Small_Marching_Band.mscx
317
%%DATADIR%%/templates/07-Band_and_Percussion/06-Battery_Percussion.mscx
318
%%DATADIR%%/templates/07-Band_and_Percussion/07-Large_Pit_Percussion.mscx
319
%%DATADIR%%/templates/07-Band_and_Percussion/08-Small_Pit_Percussion.mscx
320
%%DATADIR%%/templates/07-Band_and_Percussion/09-European_Concert_Band.mscx
321
%%DATADIR%%/templates/08-Orchestral/01-Classical_Orchestra.mscx
322
%%DATADIR%%/templates/08-Orchestral/02-Symphony_Orchestra.mscx
323
%%DATADIR%%/templates/08-Orchestral/03-String_Orchestra.mscx
324
%%DATADIR%%/templates/drumset_fr.drm
325
%%DATADIR%%/templates/orchestral.drm
326
%%DATADIR%%/tours/autoplace.tour
327
%%DATADIR%%/tours/inspector.tour
328
%%DATADIR%%/tours/mmrest.tour
329
%%DATADIR%%/tours/navigate.tour
330
%%DATADIR%%/tours/noteinput.tour
331
%%DATADIR%%/tours/palette.tour
332
%%DATADIR%%/tours/select.tour
333
%%DATADIR%%/tours/spanner-drop-apply.tour
334
%%DATADIR%%/tours/timeline.tour
335
%%DATADIR%%/tours/welcome.tour
336
%%DATADIR%%/wallpaper/background1.png
337
%%DATADIR%%/wallpaper/paper1.png
338
%%DATADIR%%/wallpaper/paper2.png
339
%%DATADIR%%/wallpaper/paper3.png
340
%%DATADIR%%/wallpaper/paper4.png
341
%%DATADIR%%/wallpaper/paper5.png
342
%%DATADIR%%/wallpaper/paper6.png
343
%%DATADIR%%/wallpaper/paper7.png
344
%%DATADIR%%/workspaces/Advanced.workspace
345
%%DATADIR%%/workspaces/Basic.workspace

Return to bug 273965