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

(-)audio/musescore/Makefile (-11 / +21 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	musescore
4
PORTNAME=	musescore
5
PORTVERSION=	2.0.2
5
PORTVERSION=	2.1
6
PORTREVISION=	2
7
CATEGORIES=	audio
6
CATEGORIES=	audio
8
MASTER_SITES=	http://ftp.osuosl.org/pub/musescore/releases/MuseScore-${PORTVERSION}/
7
MASTER_SITES=	http://ftp.osuosl.org/pub/musescore/releases/MuseScore-${PORTVERSION}/
9
DISTNAME=	MuseScore-${PORTVERSION}
8
DISTNAME=	MuseScore-${PORTVERSION}
Lines 14-36 Link Here
14
LICENSE=	GPLv2
13
LICENSE=	GPLv2
15
LICENSE_FILE=	${WRKSRC}/LICENSE.GPL
14
LICENSE_FILE=	${WRKSRC}/LICENSE.GPL
16
15
16
BROKEN_aarch64=		Fails to compile: error: constant expression evaluates to -1
17
17
LIB_DEPENDS=	libmp3lame.so:audio/lame \
18
LIB_DEPENDS=	libmp3lame.so:audio/lame \
18
		libsndfile.so:audio/libsndfile \
19
		libsndfile.so:audio/libsndfile \
19
		libvorbis.so:audio/libvorbis
20
		libvorbis.so:audio/libvorbis \
21
		libogg.so:audio/libogg \
22
		libfreetype.so:print/freetype2
20
23
21
USES=		cmake:outsource compiler:c++11-lib desktop-file-utils \
24
USES=		cmake:outsource compiler:c++11-lib desktop-file-utils \
22
		pkgconfig shared-mime-info zip
25
		pkgconfig shared-mime-info zip
23
USE_QT5=	concurrent designer help network scripttools svg \
26
USE_QT5=	core gui widgets opengl concurrent designer help network \
24
		webkit xml xmlpatterns \
27
		scripttools qml quick svg sql printsupport testlib webkit \
28
		xml xmlpatterns \
25
		buildtools_build linguisttools_build qmake_build uitools_build
29
		buildtools_build linguisttools_build qmake_build uitools_build
26
ALL_TARGET=	lrelease manpages all
30
ALL_TARGET=	lrelease manpages all
31
INSTALLS_ICONS=	yes
32
CMAKE_ARGS+=	-DUSE_SYSTEM_FREETYPE="ON"
27
33
28
DATADIR=	${PREFIX}/share/mscore-${PORTVERSION:R}
34
DATADIR=	${PREFIX}/share/mscore-${PORTVERSION}
29
35
30
BROKEN_aarch64=		Fails to compile: error: constant expression evaluates to -1
36
OPTIONS_DEFINE=		ALSA JACK PORTAUDIO PULSEAUDIO OCR
31
32
OPTIONS_DEFINE=		ALSA JACK PORTAUDIO PULSEAUDIO
33
OPTIONS_DEFAULT=	PORTAUDIO
37
OPTIONS_DEFAULT=	PORTAUDIO
38
OCR_DESC=		Optical Character Recognition
34
39
35
ALSA_LIB_DEPENDS=	libasound.so:audio/alsa-lib
40
ALSA_LIB_DEPENDS=	libasound.so:audio/alsa-lib
36
ALSA_CMAKE_BOOL=	BUILD_ALSA
41
ALSA_CMAKE_BOOL=	BUILD_ALSA
Lines 40-45 Link Here
40
PORTAUDIO_CMAKE_BOOL=	BUILD_PORTAUDIO
45
PORTAUDIO_CMAKE_BOOL=	BUILD_PORTAUDIO
41
PULSEAUDIO_LIB_DEPENDS=	libpulse.so:audio/pulseaudio
46
PULSEAUDIO_LIB_DEPENDS=	libpulse.so:audio/pulseaudio
42
PULSEAUDIO_CMAKE_BOOL=	BUILD_PULSEAUDIO
47
PULSEAUDIO_CMAKE_BOOL=	BUILD_PULSEAUDIO
48
OCR_CMAKE_BOOL=		OCR
43
49
44
.include <bsd.port.pre.mk>
50
.include <bsd.port.pre.mk>
45
51
Lines 47-57 Link Here
47
CXXFLAGS+=	-Wno-inconsistent-missing-override
53
CXXFLAGS+=	-Wno-inconsistent-missing-override
48
.endif
54
.endif
49
55
56
post-extract:
57
	@${RM} -r ${WRKSRC}/thirdparty/freetype
58
50
post-patch:
59
post-patch:
51
	@${FIND} ${WRKSRC} -name "CMakeLists.txt" -print0 | ${XARGS} -0 \
60
	@${FIND} ${WRKSRC} -name "CMakeLists.txt" -print0 | ${XARGS} -0 \
52
		${REINPLACE_CMD} -e \
61
		${REINPLACE_CMD} -e \
53
		'/RELEASE/s|-O2 || ; \
62
		'/RELEASE/s|-O2 ||; \
54
		 /COMPILE_FLAGS/s|-g || ; \
63
		 /COMPILE_FLAGS/s|-g ||; \
64
		 s|share/man|man|; \
55
		 /COMPILE_FLAGS/s|$${PCH_INCLUDE} |-include $${PROJECT_BINARY_DIR}/all.h |'
65
		 /COMPILE_FLAGS/s|$${PCH_INCLUDE} |-include $${PROJECT_BINARY_DIR}/all.h |'
56
	@${REINPLACE_CMD} -e \
66
	@${REINPLACE_CMD} -e \
57
		's|<errno.h>|<cerrno>| ; \
67
		's|<errno.h>|<cerrno>| ; \
(-)audio/musescore/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (MuseScore-2.0.2.zip) = 21d5339a2a5fa15af6f085a52d3484d2e0d7aee697933150848d19ba6f4764d5
1
TIMESTAMP = 1502602140
2
SIZE (MuseScore-2.0.2.zip) = 47590201
2
SHA256 (MuseScore-2.1.zip) = 51b2fd09d8d0afff84ce6aee0e14854465462616b0ef92ad8dd2325257d3bc12
3
SIZE (MuseScore-2.1.zip) = 55072555
(-)audio/musescore/files/patch-CMakeLists.txt (-79 lines)
Lines 1-79 Link Here
1
--- CMakeLists.txt.orig	2015-07-16 21:02:34 UTC
2
+++ CMakeLists.txt
3
@@ -74,6 +74,10 @@ option(HAS_AUDIOFILE "enable audio expor
4
 option(USE_SYSTEM_QTSINGLEAPPLICATION "Use system QtSingleApplication" OFF)
5
 option(BUILD_LAME    "enable mp3 export" ON)                   # requires libmp3lame
6
 
7
+option(BUILD_ALSA    "Build with support for ALSA." ON)
8
+option(BUILD_PORTAUDIO "Build with support for portaudio." ON)
9
+option(BUILD_PULSEAUDIO "Build with support for PulseAudio." ON)
10
+
11
 SET(JACK_LONGNAME "jack (jack audio connection kit)")
12
 SET(JACK_MIN_VERSION "0.98.0")
13
 option(BUILD_JACK    "Build with support for ${JACK_LONGNAME}. jack >= ${JACK_MIN_VERSION} will be needed." ON)
14
@@ -194,6 +198,7 @@ endif (APPLE)
15
 ## alsa >= 1.0.0
16
 ##
17
 
18
+if (BUILD_ALSA)
19
 if (APPLE OR MINGW)
20
       message("Disabling ALSA support due to OS X or MINGW build.")
21
       set (USE_ALSA 0)
22
@@ -208,11 +213,17 @@ else (APPLE OR MINGW)
23
             set (HAS_MIDI 1)
24
       endif (NOT ALSA_INCDIR)
25
 endif (APPLE OR MINGW)
26
+else (BUILD_ALSA)
27
+      MESSAGE(STATUS "alsa support disabled")
28
+      set (USE_ALSA 0)
29
+      set (HAS_MIDI 1)
30
+endif (BUILD_ALSA)
31
 
32
 ##
33
 ## pulseaudio
34
 ##
35
 
36
+if (BUILD_PULSEAUDIO)
37
 if (APPLE OR MINGW)
38
       set (USE_PULSEAUDIO 0)
39
 else (APPLE OR MINGW)
40
@@ -224,6 +235,10 @@ else (APPLE OR MINGW)
41
             message("Pulseaudio not found.")
42
       endif (PULSEAUDIO_FOUND)
43
 endif (APPLE OR MINGW)
44
+else (BUILD_PULSEAUDIO)
45
+      MESSAGE(STATUS "PulseAudio support disabled")
46
+      set (USE_PULSEAUDIO 0)
47
+endif (BUILD_PULSEAUDIO)
48
 
49
 ##
50
 ## lame
51
@@ -296,6 +311,7 @@ ENDIF(BUILD_JACK)
52
 ## portaudio
53
 ##
54
 
55
+if (BUILD_PORTAUDIO)
56
 if (MINGW)
57
     set ( USE_PORTAUDIO 1 )
58
     set ( USE_PORTMIDI  1 )
59
@@ -314,6 +330,11 @@ else (MINGW)
60
       set (USE_PORTMIDI   0)
61
     endif (APPLE)
62
 endif (MINGW)
63
+else (BUILD_PORTAUDIO)
64
+       MESSAGE(STATUS "portaudio support disabled")
65
+       set (USE_PORTAUDIO 0)
66
+       set (USE_PORTMIDI  0)
67
+endif (BUILD_PORTAUDIO)
68
 
69
 
70
 if (APPLE)
71
@@ -431,7 +452,7 @@ if (NOT MINGW AND NOT APPLE)
72
             )
73
     endif (GZIP_EXECUTABLE AND NOT CMAKE_SYSTEM_NAME MATCHES "OpenBSD")
74
     # install man pages in either compressed or uncompressed form
75
-    install( FILES ${MAN_TARGET} DESTINATION share/man/man1 COMPONENT doc)
76
+    install( FILES ${MAN_TARGET} DESTINATION man/man1 COMPONENT doc)
77
     # add .MSCZ and .MSCX to MIME database (informs system that filetypes .MSCZ & .MSCX are MuseScore files)
78
     install( FILES ${PROJECT_SOURCE_DIR}/build/musescore.xml DESTINATION share/mime/packages COMPONENT doc)
79
     # Note: must now run "update-mime-database" to apply changes. This is done in the Makefile.
(-)audio/musescore/files/patch-mscore_CMakeLists.txt (-17 / +17 lines)
Lines 1-20 Link Here
1
--- mscore/CMakeLists.txt.orig	2015-07-16 21:02:34 UTC
1
--- mscore/CMakeLists.txt.orig	2017-04-27 04:14:22 UTC
2
+++ mscore/CMakeLists.txt
2
+++ mscore/CMakeLists.txt
3
@@ -474,7 +474,6 @@ else (MINGW)
3
@@ -493,7 +493,6 @@ else (MINGW)
4
       ${ALSA_LIB}
4
             ${ALSA_LIB}
5
       ${QT_LIBRARIES}
5
             ${QT_LIBRARIES}
6
       z
6
             z
7
-      dl
7
-            dl
8
       pthread
8
             pthread
9
       )
9
             )
10
     if (USE_PORTAUDIO)
11
@@ -509,9 +508,6 @@ else (MINGW)
12
 
10
 
13
    # gold does not use indirect shared libraries for symbol resolution, Linux only
11
@@ -550,9 +549,6 @@ else (MINGW)
14
    if (NOT APPLE)
15
-      if(USE_JACK)
16
-         target_link_libraries(mscore dl)
17
-      endif(USE_JACK)
18
       target_link_libraries(mscore rt)
19
    endif (NOT APPLE)
20
 
12
 
13
       # gold does not use indirect shared libraries for symbol resolution, Linux only
14
       if (NOT APPLE)
15
-            if (USE_JACK)
16
-                  target_link_libraries(mscore dl)
17
-            endif (USE_JACK)
18
                   target_link_libraries(mscore rt)
19
       endif (NOT APPLE)
20
 
(-)audio/musescore/pkg-plist (-2 / +34 lines)
Lines 1-11 Link Here
1
bin/mscore
1
bin/mscore
2
bin/musescore
2
man/man1/mscore.1.gz
3
man/man1/mscore.1.gz
4
man/man1/musescore.1.gz
3
share/applications/mscore.desktop
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
4
share/icons/hicolor/48x48/mimetypes/application-vnd.recordare.musicxml+xml.png
11
share/icons/hicolor/48x48/mimetypes/application-vnd.recordare.musicxml+xml.png
5
share/icons/hicolor/48x48/mimetypes/application-vnd.recordare.musicxml.png
12
share/icons/hicolor/48x48/mimetypes/application-vnd.recordare.musicxml.png
6
share/icons/hicolor/48x48/mimetypes/application-x-musescore+xml.png
13
share/icons/hicolor/48x48/mimetypes/application-x-musescore+xml.png
7
share/icons/hicolor/48x48/mimetypes/application-x-musescore.png
14
share/icons/hicolor/48x48/mimetypes/application-x-musescore.png
15
share/icons/hicolor/512x512/apps/mscore.png
8
share/icons/hicolor/64x64/apps/mscore.png
16
share/icons/hicolor/64x64/apps/mscore.png
17
share/icons/hicolor/96x96/apps/mscore.png
9
share/icons/hicolor/scalable/apps/mscore.svg
18
share/icons/hicolor/scalable/apps/mscore.svg
10
share/icons/hicolor/scalable/mimetypes/application-vnd.recordare.musicxml+xml.svg
19
share/icons/hicolor/scalable/mimetypes/application-vnd.recordare.musicxml+xml.svg
11
share/icons/hicolor/scalable/mimetypes/application-vnd.recordare.musicxml.svg
20
share/icons/hicolor/scalable/mimetypes/application-vnd.recordare.musicxml.svg
Lines 18-23 Link Here
18
%%DATADIR%%/instruments/instruments.xml
27
%%DATADIR%%/instruments/instruments.xml
19
%%DATADIR%%/locale/instruments_af.qm
28
%%DATADIR%%/locale/instruments_af.qm
20
%%DATADIR%%/locale/instruments_ar.qm
29
%%DATADIR%%/locale/instruments_ar.qm
30
%%DATADIR%%/locale/instruments_ar_DZ.qm
31
%%DATADIR%%/locale/instruments_ar_EG.qm
32
%%DATADIR%%/locale/instruments_ar_SD.qm
21
%%DATADIR%%/locale/instruments_ast.qm
33
%%DATADIR%%/locale/instruments_ast.qm
22
%%DATADIR%%/locale/instruments_be.qm
34
%%DATADIR%%/locale/instruments_be.qm
23
%%DATADIR%%/locale/instruments_bg.qm
35
%%DATADIR%%/locale/instruments_bg.qm
Lines 38-43 Link Here
38
%%DATADIR%%/locale/instruments_fi.qm
50
%%DATADIR%%/locale/instruments_fi.qm
39
%%DATADIR%%/locale/instruments_fo.qm
51
%%DATADIR%%/locale/instruments_fo.qm
40
%%DATADIR%%/locale/instruments_fr.qm
52
%%DATADIR%%/locale/instruments_fr.qm
53
%%DATADIR%%/locale/instruments_ga.qm
54
%%DATADIR%%/locale/instruments_gd.qm
41
%%DATADIR%%/locale/instruments_gl.qm
55
%%DATADIR%%/locale/instruments_gl.qm
42
%%DATADIR%%/locale/instruments_he.qm
56
%%DATADIR%%/locale/instruments_he.qm
43
%%DATADIR%%/locale/instruments_hi_IN.qm
57
%%DATADIR%%/locale/instruments_hi_IN.qm
Lines 50-55 Link Here
50
%%DATADIR%%/locale/instruments_ko.qm
64
%%DATADIR%%/locale/instruments_ko.qm
51
%%DATADIR%%/locale/instruments_lt.qm
65
%%DATADIR%%/locale/instruments_lt.qm
52
%%DATADIR%%/locale/instruments_lv.qm
66
%%DATADIR%%/locale/instruments_lv.qm
67
%%DATADIR%%/locale/instruments_ml.qm
53
%%DATADIR%%/locale/instruments_mn_MN.qm
68
%%DATADIR%%/locale/instruments_mn_MN.qm
54
%%DATADIR%%/locale/instruments_nb.qm
69
%%DATADIR%%/locale/instruments_nb.qm
55
%%DATADIR%%/locale/instruments_nl.qm
70
%%DATADIR%%/locale/instruments_nl.qm
Lines 62-67 Link Here
62
%%DATADIR%%/locale/instruments_sk.qm
77
%%DATADIR%%/locale/instruments_sk.qm
63
%%DATADIR%%/locale/instruments_sl.qm
78
%%DATADIR%%/locale/instruments_sl.qm
64
%%DATADIR%%/locale/instruments_sr.qm
79
%%DATADIR%%/locale/instruments_sr.qm
80
%%DATADIR%%/locale/instruments_sr_RS.qm
65
%%DATADIR%%/locale/instruments_sv.qm
81
%%DATADIR%%/locale/instruments_sv.qm
66
%%DATADIR%%/locale/instruments_th.qm
82
%%DATADIR%%/locale/instruments_th.qm
67
%%DATADIR%%/locale/instruments_tr.qm
83
%%DATADIR%%/locale/instruments_tr.qm
Lines 73-78 Link Here
73
%%DATADIR%%/locale/languages.xml
89
%%DATADIR%%/locale/languages.xml
74
%%DATADIR%%/locale/mscore_af.qm
90
%%DATADIR%%/locale/mscore_af.qm
75
%%DATADIR%%/locale/mscore_ar.qm
91
%%DATADIR%%/locale/mscore_ar.qm
92
%%DATADIR%%/locale/mscore_ar_DZ.qm
93
%%DATADIR%%/locale/mscore_ar_EG.qm
94
%%DATADIR%%/locale/mscore_ar_SD.qm
76
%%DATADIR%%/locale/mscore_ast.qm
95
%%DATADIR%%/locale/mscore_ast.qm
77
%%DATADIR%%/locale/mscore_be.qm
96
%%DATADIR%%/locale/mscore_be.qm
78
%%DATADIR%%/locale/mscore_bg.qm
97
%%DATADIR%%/locale/mscore_bg.qm
Lines 93-98 Link Here
93
%%DATADIR%%/locale/mscore_fi.qm
112
%%DATADIR%%/locale/mscore_fi.qm
94
%%DATADIR%%/locale/mscore_fo.qm
113
%%DATADIR%%/locale/mscore_fo.qm
95
%%DATADIR%%/locale/mscore_fr.qm
114
%%DATADIR%%/locale/mscore_fr.qm
115
%%DATADIR%%/locale/mscore_ga.qm
116
%%DATADIR%%/locale/mscore_gd.qm
96
%%DATADIR%%/locale/mscore_gl.qm
117
%%DATADIR%%/locale/mscore_gl.qm
97
%%DATADIR%%/locale/mscore_he.qm
118
%%DATADIR%%/locale/mscore_he.qm
98
%%DATADIR%%/locale/mscore_hi_IN.qm
119
%%DATADIR%%/locale/mscore_hi_IN.qm
Lines 105-110 Link Here
105
%%DATADIR%%/locale/mscore_ko.qm
126
%%DATADIR%%/locale/mscore_ko.qm
106
%%DATADIR%%/locale/mscore_lt.qm
127
%%DATADIR%%/locale/mscore_lt.qm
107
%%DATADIR%%/locale/mscore_lv.qm
128
%%DATADIR%%/locale/mscore_lv.qm
129
%%DATADIR%%/locale/mscore_ml.qm
108
%%DATADIR%%/locale/mscore_mn_MN.qm
130
%%DATADIR%%/locale/mscore_mn_MN.qm
109
%%DATADIR%%/locale/mscore_nb.qm
131
%%DATADIR%%/locale/mscore_nb.qm
110
%%DATADIR%%/locale/mscore_nl.qm
132
%%DATADIR%%/locale/mscore_nl.qm
Lines 117-122 Link Here
117
%%DATADIR%%/locale/mscore_sk.qm
139
%%DATADIR%%/locale/mscore_sk.qm
118
%%DATADIR%%/locale/mscore_sl.qm
140
%%DATADIR%%/locale/mscore_sl.qm
119
%%DATADIR%%/locale/mscore_sr.qm
141
%%DATADIR%%/locale/mscore_sr.qm
142
%%DATADIR%%/locale/mscore_sr_RS.qm
120
%%DATADIR%%/locale/mscore_sv.qm
143
%%DATADIR%%/locale/mscore_sv.qm
121
%%DATADIR%%/locale/mscore_th.qm
144
%%DATADIR%%/locale/mscore_th.qm
122
%%DATADIR%%/locale/mscore_tr.qm
145
%%DATADIR%%/locale/mscore_tr.qm
Lines 146-151 Link Here
146
%%DATADIR%%/locale/qt_lt.qm
169
%%DATADIR%%/locale/qt_lt.qm
147
%%DATADIR%%/locale/qt_nb.qm
170
%%DATADIR%%/locale/qt_nb.qm
148
%%DATADIR%%/locale/qt_nl.qm
171
%%DATADIR%%/locale/qt_nl.qm
172
%%DATADIR%%/locale/qt_nl_BE.qm
149
%%DATADIR%%/locale/qt_pl.qm
173
%%DATADIR%%/locale/qt_pl.qm
150
%%DATADIR%%/locale/qt_pt.qm
174
%%DATADIR%%/locale/qt_pt.qm
151
%%DATADIR%%/locale/qt_pt_BR.qm
175
%%DATADIR%%/locale/qt_pt_BR.qm
Lines 208-213 Link Here
208
%%DATADIR%%/manual/plugins/measure.html
232
%%DATADIR%%/manual/plugins/measure.html
209
%%DATADIR%%/manual/plugins/measurebase.html
233
%%DATADIR%%/manual/plugins/measurebase.html
210
%%DATADIR%%/manual/plugins/mscore.png
234
%%DATADIR%%/manual/plugins/mscore.png
235
%%DATADIR%%/manual/plugins/mtext.html
211
%%DATADIR%%/manual/plugins/musescore.html
236
%%DATADIR%%/manual/plugins/musescore.html
212
%%DATADIR%%/manual/plugins/note.html
237
%%DATADIR%%/manual/plugins/note.html
213
%%DATADIR%%/manual/plugins/notedot.html
238
%%DATADIR%%/manual/plugins/notedot.html
Lines 246-252 Link Here
246
%%DATADIR%%/manual/plugins/system.html
271
%%DATADIR%%/manual/plugins/system.html
247
%%DATADIR%%/manual/plugins/tbox.html
272
%%DATADIR%%/manual/plugins/tbox.html
248
%%DATADIR%%/manual/plugins/tempotext.html
273
%%DATADIR%%/manual/plugins/tempotext.html
249
%%DATADIR%%/manual/plugins/text.html
250
%%DATADIR%%/manual/plugins/textline.html
274
%%DATADIR%%/manual/plugins/textline.html
251
%%DATADIR%%/manual/plugins/textlinesegment.html
275
%%DATADIR%%/manual/plugins/textlinesegment.html
252
%%DATADIR%%/manual/plugins/tie.html
276
%%DATADIR%%/manual/plugins/tie.html
Lines 313-319 Link Here
313
%%DATADIR%%/templates/05-Jazz/02-Big_Band.mscz
337
%%DATADIR%%/templates/05-Jazz/02-Big_Band.mscz
314
%%DATADIR%%/templates/05-Jazz/03-Jazz_Combo.mscz
338
%%DATADIR%%/templates/05-Jazz/03-Jazz_Combo.mscz
315
%%DATADIR%%/templates/06-Popular/01-Rock_Band.mscz
339
%%DATADIR%%/templates/06-Popular/01-Rock_Band.mscz
316
%%DATADIR%%/templates/07-Band/01-Concert_Band.mscz
340
%%DATADIR%%/templates/06-Popular/02-Bluegrass_Band.mscz
341
%%DATADIR%%/templates/07-Band_and_Percussion/01-Concert_Band.mscz
342
%%DATADIR%%/templates/07-Band_and_Percussion/02-Small_Concert_Band.mscz
343
%%DATADIR%%/templates/07-Band_and_Percussion/03-Brass_Band.mscz
344
%%DATADIR%%/templates/07-Band_and_Percussion/04-Marching_Band.mscz
345
%%DATADIR%%/templates/07-Band_and_Percussion/05-Small_Marching_Band.mscz
346
%%DATADIR%%/templates/07-Band_and_Percussion/06-Battery_Percussion.mscz
347
%%DATADIR%%/templates/07-Band_and_Percussion/07-Large_Pit_Percussion.mscz
348
%%DATADIR%%/templates/07-Band_and_Percussion/08-Small_Pit_Percussion.mscz
317
%%DATADIR%%/templates/08-Orchestral/01-Classical_Orchestra.mscz
349
%%DATADIR%%/templates/08-Orchestral/01-Classical_Orchestra.mscz
318
%%DATADIR%%/templates/08-Orchestral/02-Concert_Orchestra.mscz
350
%%DATADIR%%/templates/08-Orchestral/02-Concert_Orchestra.mscz
319
%%DATADIR%%/templates/08-Orchestral/03-String_Orchestra.mscz
351
%%DATADIR%%/templates/08-Orchestral/03-String_Orchestra.mscz

Return to bug 221873