Sun Oct 18 03:33:13 2020 UTC ()
musescore: update to 3.5.2

Release notes for MuseScore 3.5.2 (October 16, 2020)

Fixes

    Fixed an unexpected page stretching in "Edit style" dialog.
    #311520: Fixed an issue of harmony playback preferences. Previously, the real value of "Chord symbol playback" was not taken into account until the first toggle of this setting.
    #311621: Fixed an issue with audio export on Windows, previously exporting to .FLAC or .OGG could result in an empty file that cannot be played.
    #311661: Fixed a potential crash that could occur when resizing the Piano Roll.
    #311695: Edits to system text/tempo marking after save and reload of score did not propagate to all parts.

Release notes for MuseScore 3.5.1 (October 9, 2020)

Fixes

    Fixed a crash during voice changing of chord with tied grace note
    Fixed crashes when using hbox within vbox
    Fixed a crash when deleting all measures
    Fixed a crash when changing Common time to Cut time in parts
    Fixed a crash on playback of score with MM rest at the end
    Fixed a crash when drag-and-dropping a breath & pause or rest symbol from the score to a custom palette
    Fixed a crash on flipping beam across system break
    Fixed crashes when pasting fret diagram without chord symbol in score with parts
    Fixed a crash when doing file operations after changing translations in preferences
    Fixed an issue of corruption caused by editing certain tuplets
    Fixed a crash caused by Start Center if there is no Internet connection
    Fixed a crash on DPI change in preferences
    Fixed a crash when inserting a new measure within a melisma
    Fixed multiple issues with Jumps and repeats

Complete list of issues resolved and improvements implemented

    #310349: Fixed a crash during voice changing of chord with tied grace note
    #311084: Fixed an issue with curly bracket scaling when using MuseJazz
    #308589: Fixed an issue with scaling of tuplet number
    #310906: Fixed an issue of Staff/Part dialog not becoming dirty after changes if activated via double click
    #309857: Fixed an issue of divider not being removed after undo of deleting a vertical frame
    #310570: Fixed an issue of triple and quadruple dots not being exported correctly
    #310603: Fixed an issue of tremolo customizations lost on second save/reload
    Fixed various issues with the handling of title frame on MusicXML import
    #301395: Fixed an issue of decrescendo not working on tied notes with subchannels
    #308469: Fixed an issue of changing portaudio preferences not working
    Fixed an issue with loudness of accents
    #302714: Chord symbol playback settings are now available in Edit Style dialog
    #257581: Fixed an issue of changes to Measure properties not being propagated between score and parts (fix got reverted for 3.5.2, will get looked at again for 3.6)
    #306950: Fixed an issue of Ctrl+Delete command not allowed in note input mode
    Added preferences to disable chord symbol playback when opening old scores, or creating new ones
    #185056: Fixed an issue with entering notes above/below staff
    #307720: Fixed an assertion failure when adding image to vertical frame
    #153686: Fixed issues with voice and chords with drum input
    #307841: Fixed crashes when using hbox within vbox
    #307991: Fixed a crash when deleting all measures
    #308077: Added the guitar "Solo" templates with default guitar sound
    #298779: Fix invisible elements not getting displayed after turning "Show invisible" on
    #308562: Fixed an issue of 1-line staves showing unexpected vertical offset
    #308568: Fixed an issue of bad selection and corruption on delete
    #308947: Fixed a crash when changing Common time to Cut time in parts
    #308951: Fixed a crash on playback of score with MM rest at the end
    #309005: Updated extra navigation shortcuts to handle MMRests appropriately
    #308661: Updated offsets of Gonville's top & bottom bracket glyphs
    #309032: "Add clef" shortcuts are now allowed to also work in normal mode
    #309066: Fixed an issue of clicking footer text corrupting parts
    #308698: Fixed an issue of continuous view stopping repeats from working in playback
    #308860: Fixed a crash when drag-and-dropping a breath & pause or rest symbol from the score to a custom palette
    #309273: Fixed a crash on flipping beam across system break
    #309369: Fixed an issue of status bar not showing concert pitch of octave transposing instruments
    #284357: Fixed an issue of ambitus not being correctly calculated for (octave) transposing instruments
    #309380: Fixed crashes when pasting fret diagram without chord symbol in score with parts
    #309419: Fixed an issue of instrument change data not being properly saved in linked staves
    #309592: Fixed an issue of flipping ���above��� breaths/pauses to ���below��� when pasting a measure with them
    #309594: Now possible to flip breaths/pauses using X
    #309665: Fixed an issue of alpha (transparency) not showing on several symbols and Elements
    #309754: Create Time Signature dialog now doesn't add unnecessary special text whenever the internal value of nominator or denominator is changed
    #308821: Added fractional Time Signatures Support
    #308139: Fixed an issue of unintended loss of denominator in Time Signatures
    #308694: Fixed an issue of exporting to WAV, OGG, FLAC files with path name that contains non-ASCII characters
    #309025: Fixed crashes after updating due to qmlcache
    #304834: Adjusted the size of a settings field for multimeasure rests
    #309456: Fixed an issue of workspace being changed to Basic when changing language settings
    #309872: Fixed a crash when doing file operations after changing translations in preferences
    #309874: Fixed an issue of corruption caused by editing certain tuplets
    #278817: Fixed a crash caused by Start Center if there is no Internet connection
    #310869: Fixed a crash on DPI change in preferences
    #311289: Fixed a crash when inserting a new measure within a melisma
    #310969: Fixed an issue of a pair of acciaccaturas showing two slashes instead of one
    #274690: Fixed crash on playback when score starts with a volta
    #279040 and #300362: Fixed bugs with "play repeats" in combination with a D.S.
    #287447: Fixed mismatch between segno and end location for multiple jumps
    #299320: Fixed D.S. when segno is preceded by a repeat
    #299137 and #304795: Fixed interpretation of start repeat and volta in the same measure
    #284887: Fixed crash on end of score playback some scenarios


(gutteridge)
diff -r1.13 -r1.14 pkgsrc/audio/musescore/Makefile
diff -r1.4 -r1.5 pkgsrc/audio/musescore/PLIST
diff -r1.6 -r1.7 pkgsrc/audio/musescore/distinfo

cvs diff -r1.13 -r1.14 pkgsrc/audio/musescore/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/musescore/Makefile 2020/09/15 11:44:08 1.13
+++ pkgsrc/audio/musescore/Makefile 2020/10/18 03:33:13 1.14
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.13 2020/09/15 11:44:08 wiz Exp $ 1# $NetBSD: Makefile,v 1.14 2020/10/18 03:33:13 gutteridge Exp $
2 2
3DISTNAME= musescore-3.5 3DISTNAME= musescore-3.5.2
4PKGREVISION= 4 
5CATEGORIES= audio 4CATEGORIES= audio
6MASTER_SITES= ${MASTER_SITE_GITHUB:=musescore/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=musescore/}
7GITHUB_PROJECT= MuseScore 6GITHUB_PROJECT= MuseScore
8GITHUB_TAG= v${PKGVERSION_NOREV} 7GITHUB_TAG= v${PKGVERSION_NOREV}
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= https://musescore.org/ 10HOMEPAGE= https://musescore.org/
12COMMENT= Music notation and composition software 11COMMENT= Music notation and composition software
13LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
14 13
15USE_CMAKE= yes 14USE_CMAKE= yes
16USE_TOOLS+= pkg-config 15USE_TOOLS+= pkg-config
17USE_LANGUAGES= c c++11 16USE_LANGUAGES= c c++11

cvs diff -r1.4 -r1.5 pkgsrc/audio/musescore/PLIST (expand / switch to unified diff)

--- pkgsrc/audio/musescore/PLIST 2020/09/15 11:44:08 1.4
+++ pkgsrc/audio/musescore/PLIST 2020/10/18 03:33:13 1.5
@@ -1,234 +1,233 @@ @@ -1,234 +1,233 @@
1@comment $NetBSD: PLIST,v 1.4 2020/09/15 11:44:08 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.5 2020/10/18 03:33:13 gutteridge Exp $
2bin/mscore 2bin/mscore
3bin/musescore 3bin/musescore
4man/man1/mscore.1 4man/man1/mscore.1
5man/man1/musescore.1 5man/man1/musescore.1
6share/applications/mscore.desktop 6share/applications/mscore.desktop
7share/icons/hicolor/128x128/apps/mscore.png 7share/icons/hicolor/128x128/apps/mscore.png
8share/icons/hicolor/16x16/apps/mscore.png 8share/icons/hicolor/16x16/apps/mscore.png
9share/icons/hicolor/24x24/apps/mscore.png 9share/icons/hicolor/24x24/apps/mscore.png
10share/icons/hicolor/32x32/apps/mscore.png 10share/icons/hicolor/32x32/apps/mscore.png
11share/icons/hicolor/48x48/apps/mscore.png 11share/icons/hicolor/48x48/apps/mscore.png
12share/icons/hicolor/48x48/mimetypes/application-vnd.recordare.musicxml+xml.png 12share/icons/hicolor/48x48/mimetypes/application-vnd.recordare.musicxml+xml.png
13share/icons/hicolor/48x48/mimetypes/application-vnd.recordare.musicxml.png 13share/icons/hicolor/48x48/mimetypes/application-vnd.recordare.musicxml.png
14share/icons/hicolor/48x48/mimetypes/application-x-musescore+xml.png 14share/icons/hicolor/48x48/mimetypes/application-x-musescore+xml.png
15share/icons/hicolor/48x48/mimetypes/application-x-musescore.png 15share/icons/hicolor/48x48/mimetypes/application-x-musescore.png
16share/icons/hicolor/512x512/apps/mscore.png 16share/icons/hicolor/512x512/apps/mscore.png
17share/icons/hicolor/64x64/apps/mscore.png 17share/icons/hicolor/64x64/apps/mscore.png
18share/icons/hicolor/96x96/apps/mscore.png 18share/icons/hicolor/96x96/apps/mscore.png
19share/icons/hicolor/scalable/apps/mscore.svg 19share/icons/hicolor/scalable/apps/mscore.svg
20share/icons/hicolor/scalable/mimetypes/application-vnd.recordare.musicxml+xml.svg 20share/icons/hicolor/scalable/mimetypes/application-vnd.recordare.musicxml+xml.svg
21share/icons/hicolor/scalable/mimetypes/application-vnd.recordare.musicxml.svg 21share/icons/hicolor/scalable/mimetypes/application-vnd.recordare.musicxml.svg
22share/icons/hicolor/scalable/mimetypes/application-x-musescore+xml.svg 22share/icons/hicolor/scalable/mimetypes/application-x-musescore+xml.svg
23share/icons/hicolor/scalable/mimetypes/application-x-musescore.svg 23share/icons/hicolor/scalable/mimetypes/application-x-musescore.svg
24share/metainfo/org.musescore.MuseScore.appdata.xml 24share/metainfo/org.musescore.MuseScore.appdata.xml
25share/mime/packages/musescore.xml 25share/mime/packages/musescore.xml
26share/mscore-${PKGVERSION}/demos/Brassed_Up.mscx 26share/mscore-3.5/demos/Brassed_Up.mscx
27share/mscore-${PKGVERSION}/demos/Dynamic_Strings.mscx 27share/mscore-3.5/demos/Dynamic_Strings.mscx
28share/mscore-${PKGVERSION}/demos/Fugue_1.mscx 28share/mscore-3.5/demos/Fugue_1.mscx
29share/mscore-${PKGVERSION}/demos/Reunion.mscz 29share/mscore-3.5/demos/Reunion.mscz
30share/mscore-${PKGVERSION}/demos/Unclaimed_Gift.mscx 30share/mscore-3.5/demos/Unclaimed_Gift.mscx
31share/mscore-${PKGVERSION}/instruments/instruments.xml 31share/mscore-3.5/instruments/instruments.xml
32share/mscore-${PKGVERSION}/locale/languages.xml 32share/mscore-3.5/locale/languages.xml
33share/mscore-${PKGVERSION}/locale/qt_ar.qm 33share/mscore-3.5/locale/qt_ar.qm
34share/mscore-${PKGVERSION}/locale/qt_bg.qm 34share/mscore-3.5/locale/qt_bg.qm
35share/mscore-${PKGVERSION}/locale/qt_ca.qm 35share/mscore-3.5/locale/qt_ca.qm
36share/mscore-${PKGVERSION}/locale/qt_cs.qm 36share/mscore-3.5/locale/qt_cs.qm
37share/mscore-${PKGVERSION}/locale/qt_da.qm 37share/mscore-3.5/locale/qt_da.qm
38share/mscore-${PKGVERSION}/locale/qt_de.qm 38share/mscore-3.5/locale/qt_de.qm
39share/mscore-${PKGVERSION}/locale/qt_en.qm 39share/mscore-3.5/locale/qt_es.qm
40share/mscore-${PKGVERSION}/locale/qt_es.qm 40share/mscore-3.5/locale/qt_fa.qm
41share/mscore-${PKGVERSION}/locale/qt_fa.qm 41share/mscore-3.5/locale/qt_fi.qm
42share/mscore-${PKGVERSION}/locale/qt_fi.qm 42share/mscore-3.5/locale/qt_fr.qm
43share/mscore-${PKGVERSION}/locale/qt_fr.qm 43share/mscore-3.5/locale/qt_gd.qm
44share/mscore-${PKGVERSION}/locale/qt_gd.qm 44share/mscore-3.5/locale/qt_gl.qm
45share/mscore-${PKGVERSION}/locale/qt_gl.qm 45share/mscore-3.5/locale/qt_he.qm
46share/mscore-${PKGVERSION}/locale/qt_he.qm 46share/mscore-3.5/locale/qt_hu.qm
47share/mscore-${PKGVERSION}/locale/qt_hu.qm 47share/mscore-3.5/locale/qt_it.qm
48share/mscore-${PKGVERSION}/locale/qt_it.qm 48share/mscore-3.5/locale/qt_ja.qm
49share/mscore-${PKGVERSION}/locale/qt_ja.qm 49share/mscore-3.5/locale/qt_ko.qm
50share/mscore-${PKGVERSION}/locale/qt_ko.qm 50share/mscore-3.5/locale/qt_lt.qm
51share/mscore-${PKGVERSION}/locale/qt_lt.qm 51share/mscore-3.5/locale/qt_lv.qm
52share/mscore-${PKGVERSION}/locale/qt_lv.qm 52share/mscore-3.5/locale/qt_pl.qm
53share/mscore-${PKGVERSION}/locale/qt_pl.qm 53share/mscore-3.5/locale/qt_pt.qm
54share/mscore-${PKGVERSION}/locale/qt_pt.qm 54share/mscore-3.5/locale/qt_ru.qm
55share/mscore-${PKGVERSION}/locale/qt_ru.qm 55share/mscore-3.5/locale/qt_sk.qm
56share/mscore-${PKGVERSION}/locale/qt_sk.qm 56share/mscore-3.5/locale/qt_sl.qm
57share/mscore-${PKGVERSION}/locale/qt_sl.qm 57share/mscore-3.5/locale/qt_sv.qm
58share/mscore-${PKGVERSION}/locale/qt_sv.qm 58share/mscore-3.5/locale/qt_tr.qm
59share/mscore-${PKGVERSION}/locale/qt_tr.qm 59share/mscore-3.5/locale/qt_uk.qm
60share/mscore-${PKGVERSION}/locale/qt_uk.qm 60share/mscore-3.5/locale/qt_zh_CN.qm
61share/mscore-${PKGVERSION}/locale/qt_zh_CN.qm 61share/mscore-3.5/locale/qt_zh_TW.qm
62share/mscore-${PKGVERSION}/locale/qt_zh_TW.qm 62share/mscore-3.5/locale/qtbase_ar.qm
63share/mscore-${PKGVERSION}/locale/qtbase_ar.qm 63share/mscore-3.5/locale/qtbase_bg.qm
64share/mscore-${PKGVERSION}/locale/qtbase_bg.qm 64share/mscore-3.5/locale/qtbase_ca.qm
65share/mscore-${PKGVERSION}/locale/qtbase_ca.qm 65share/mscore-3.5/locale/qtbase_cs.qm
66share/mscore-${PKGVERSION}/locale/qtbase_cs.qm 66share/mscore-3.5/locale/qtbase_da.qm
67share/mscore-${PKGVERSION}/locale/qtbase_da.qm 67share/mscore-3.5/locale/qtbase_de.qm
68share/mscore-${PKGVERSION}/locale/qtbase_de.qm 68share/mscore-3.5/locale/qtbase_en.qm
69share/mscore-${PKGVERSION}/locale/qtbase_en.qm 69share/mscore-3.5/locale/qtbase_es.qm
70share/mscore-${PKGVERSION}/locale/qtbase_es.qm 70share/mscore-3.5/locale/qtbase_fi.qm
71share/mscore-${PKGVERSION}/locale/qtbase_fi.qm 71share/mscore-3.5/locale/qtbase_fr.qm
72share/mscore-${PKGVERSION}/locale/qtbase_fr.qm 72share/mscore-3.5/locale/qtbase_gd.qm
73share/mscore-${PKGVERSION}/locale/qtbase_gd.qm 73share/mscore-3.5/locale/qtbase_he.qm
74share/mscore-${PKGVERSION}/locale/qtbase_he.qm 74share/mscore-3.5/locale/qtbase_hu.qm
75share/mscore-${PKGVERSION}/locale/qtbase_hu.qm 75share/mscore-3.5/locale/qtbase_it.qm
76share/mscore-${PKGVERSION}/locale/qtbase_it.qm 76share/mscore-3.5/locale/qtbase_ja.qm
77share/mscore-${PKGVERSION}/locale/qtbase_ja.qm 77share/mscore-3.5/locale/qtbase_ko.qm
78share/mscore-${PKGVERSION}/locale/qtbase_ko.qm 78share/mscore-3.5/locale/qtbase_lv.qm
79share/mscore-${PKGVERSION}/locale/qtbase_lv.qm 79share/mscore-3.5/locale/qtbase_pl.qm
80share/mscore-${PKGVERSION}/locale/qtbase_pl.qm 80share/mscore-3.5/locale/qtbase_ru.qm
81share/mscore-${PKGVERSION}/locale/qtbase_ru.qm 81share/mscore-3.5/locale/qtbase_sk.qm
82share/mscore-${PKGVERSION}/locale/qtbase_sk.qm 82share/mscore-3.5/locale/qtbase_tr.qm
83share/mscore-${PKGVERSION}/locale/qtbase_tr.qm 83share/mscore-3.5/locale/qtbase_uk.qm
84share/mscore-${PKGVERSION}/locale/qtbase_uk.qm 84share/mscore-3.5/locale/qtbase_zh_TW.qm
85share/mscore-${PKGVERSION}/locale/qtbase_zh_TW.qm 85share/mscore-3.5/locale/qtmultimedia_ar.qm
86share/mscore-${PKGVERSION}/locale/qtmultimedia_ar.qm 86share/mscore-3.5/locale/qtmultimedia_bg.qm
87share/mscore-${PKGVERSION}/locale/qtmultimedia_bg.qm 87share/mscore-3.5/locale/qtmultimedia_ca.qm
88share/mscore-${PKGVERSION}/locale/qtmultimedia_ca.qm 88share/mscore-3.5/locale/qtmultimedia_cs.qm
89share/mscore-${PKGVERSION}/locale/qtmultimedia_cs.qm 89share/mscore-3.5/locale/qtmultimedia_da.qm
90share/mscore-${PKGVERSION}/locale/qtmultimedia_da.qm 90share/mscore-3.5/locale/qtmultimedia_de.qm
91share/mscore-${PKGVERSION}/locale/qtmultimedia_de.qm 91share/mscore-3.5/locale/qtmultimedia_en.qm
92share/mscore-${PKGVERSION}/locale/qtmultimedia_en.qm 92share/mscore-3.5/locale/qtmultimedia_es.qm
93share/mscore-${PKGVERSION}/locale/qtmultimedia_es.qm 93share/mscore-3.5/locale/qtmultimedia_fi.qm
94share/mscore-${PKGVERSION}/locale/qtmultimedia_fi.qm 94share/mscore-3.5/locale/qtmultimedia_fr.qm
95share/mscore-${PKGVERSION}/locale/qtmultimedia_fr.qm 95share/mscore-3.5/locale/qtmultimedia_hu.qm
96share/mscore-${PKGVERSION}/locale/qtmultimedia_hu.qm 96share/mscore-3.5/locale/qtmultimedia_it.qm
97share/mscore-${PKGVERSION}/locale/qtmultimedia_it.qm 97share/mscore-3.5/locale/qtmultimedia_ja.qm
98share/mscore-${PKGVERSION}/locale/qtmultimedia_ja.qm 98share/mscore-3.5/locale/qtmultimedia_ko.qm
99share/mscore-${PKGVERSION}/locale/qtmultimedia_ko.qm 99share/mscore-3.5/locale/qtmultimedia_pl.qm
100share/mscore-${PKGVERSION}/locale/qtmultimedia_pl.qm 100share/mscore-3.5/locale/qtmultimedia_ru.qm
101share/mscore-${PKGVERSION}/locale/qtmultimedia_ru.qm 101share/mscore-3.5/locale/qtmultimedia_sk.qm
102share/mscore-${PKGVERSION}/locale/qtmultimedia_sk.qm 102share/mscore-3.5/locale/qtmultimedia_tr.qm
103share/mscore-${PKGVERSION}/locale/qtmultimedia_tr.qm 103share/mscore-3.5/locale/qtmultimedia_uk.qm
104share/mscore-${PKGVERSION}/locale/qtmultimedia_uk.qm 104share/mscore-3.5/locale/qtmultimedia_zh_TW.qm
105share/mscore-${PKGVERSION}/locale/qtmultimedia_zh_TW.qm 105share/mscore-3.5/locale/qtscript_ar.qm
106share/mscore-${PKGVERSION}/locale/qtscript_ar.qm 106share/mscore-3.5/locale/qtscript_bg.qm
107share/mscore-${PKGVERSION}/locale/qtscript_bg.qm 107share/mscore-3.5/locale/qtscript_ca.qm
108share/mscore-${PKGVERSION}/locale/qtscript_ca.qm 108share/mscore-3.5/locale/qtscript_cs.qm
109share/mscore-${PKGVERSION}/locale/qtscript_cs.qm 109share/mscore-3.5/locale/qtscript_da.qm
110share/mscore-${PKGVERSION}/locale/qtscript_da.qm 110share/mscore-3.5/locale/qtscript_de.qm
111share/mscore-${PKGVERSION}/locale/qtscript_de.qm 111share/mscore-3.5/locale/qtscript_en.qm
112share/mscore-${PKGVERSION}/locale/qtscript_en.qm 112share/mscore-3.5/locale/qtscript_es.qm
113share/mscore-${PKGVERSION}/locale/qtscript_es.qm 113share/mscore-3.5/locale/qtscript_fi.qm
114share/mscore-${PKGVERSION}/locale/qtscript_fi.qm 114share/mscore-3.5/locale/qtscript_fr.qm
115share/mscore-${PKGVERSION}/locale/qtscript_fr.qm 115share/mscore-3.5/locale/qtscript_he.qm
116share/mscore-${PKGVERSION}/locale/qtscript_he.qm 116share/mscore-3.5/locale/qtscript_hu.qm
117share/mscore-${PKGVERSION}/locale/qtscript_hu.qm 117share/mscore-3.5/locale/qtscript_it.qm
118share/mscore-${PKGVERSION}/locale/qtscript_it.qm 118share/mscore-3.5/locale/qtscript_ja.qm
119share/mscore-${PKGVERSION}/locale/qtscript_ja.qm 119share/mscore-3.5/locale/qtscript_ko.qm
120share/mscore-${PKGVERSION}/locale/qtscript_ko.qm 120share/mscore-3.5/locale/qtscript_lv.qm
121share/mscore-${PKGVERSION}/locale/qtscript_lv.qm 121share/mscore-3.5/locale/qtscript_pl.qm
122share/mscore-${PKGVERSION}/locale/qtscript_pl.qm 122share/mscore-3.5/locale/qtscript_ru.qm
123share/mscore-${PKGVERSION}/locale/qtscript_ru.qm 123share/mscore-3.5/locale/qtscript_sk.qm
124share/mscore-${PKGVERSION}/locale/qtscript_sk.qm 124share/mscore-3.5/locale/qtscript_tr.qm
125share/mscore-${PKGVERSION}/locale/qtscript_tr.qm 125share/mscore-3.5/locale/qtscript_uk.qm
126share/mscore-${PKGVERSION}/locale/qtscript_uk.qm 126share/mscore-3.5/locale/qtxmlpatterns_bg.qm
127share/mscore-${PKGVERSION}/locale/qtxmlpatterns_bg.qm 127share/mscore-3.5/locale/qtxmlpatterns_ca.qm
128share/mscore-${PKGVERSION}/locale/qtxmlpatterns_ca.qm 128share/mscore-3.5/locale/qtxmlpatterns_cs.qm
129share/mscore-${PKGVERSION}/locale/qtxmlpatterns_cs.qm 129share/mscore-3.5/locale/qtxmlpatterns_da.qm
130share/mscore-${PKGVERSION}/locale/qtxmlpatterns_da.qm 130share/mscore-3.5/locale/qtxmlpatterns_de.qm
131share/mscore-${PKGVERSION}/locale/qtxmlpatterns_de.qm 131share/mscore-3.5/locale/qtxmlpatterns_en.qm
132share/mscore-${PKGVERSION}/locale/qtxmlpatterns_en.qm 132share/mscore-3.5/locale/qtxmlpatterns_es.qm
133share/mscore-${PKGVERSION}/locale/qtxmlpatterns_es.qm 133share/mscore-3.5/locale/qtxmlpatterns_fr.qm
134share/mscore-${PKGVERSION}/locale/qtxmlpatterns_fr.qm 134share/mscore-3.5/locale/qtxmlpatterns_hu.qm
135share/mscore-${PKGVERSION}/locale/qtxmlpatterns_hu.qm 135share/mscore-3.5/locale/qtxmlpatterns_it.qm
136share/mscore-${PKGVERSION}/locale/qtxmlpatterns_it.qm 136share/mscore-3.5/locale/qtxmlpatterns_ja.qm
137share/mscore-${PKGVERSION}/locale/qtxmlpatterns_ja.qm 137share/mscore-3.5/locale/qtxmlpatterns_ko.qm
138share/mscore-${PKGVERSION}/locale/qtxmlpatterns_ko.qm 138share/mscore-3.5/locale/qtxmlpatterns_pl.qm
139share/mscore-${PKGVERSION}/locale/qtxmlpatterns_pl.qm 139share/mscore-3.5/locale/qtxmlpatterns_ru.qm
140share/mscore-${PKGVERSION}/locale/qtxmlpatterns_ru.qm 140share/mscore-3.5/locale/qtxmlpatterns_sk.qm
141share/mscore-${PKGVERSION}/locale/qtxmlpatterns_sk.qm 141share/mscore-3.5/locale/qtxmlpatterns_uk.qm
142share/mscore-${PKGVERSION}/locale/qtxmlpatterns_uk.qm 142share/mscore-3.5/locale/qtxmlpatterns_zh_TW.qm
143share/mscore-${PKGVERSION}/locale/qtxmlpatterns_zh_TW.qm 143share/mscore-3.5/plugins/abc_import.qml
144share/mscore-${PKGVERSION}/plugins/abc_import.qml 144share/mscore-3.5/plugins/colornotes.qml
145share/mscore-${PKGVERSION}/plugins/colornotes.qml 145share/mscore-3.5/plugins/createscore.qml
146share/mscore-${PKGVERSION}/plugins/createscore.qml 146share/mscore-3.5/plugins/helloqml/helloqml.qml
147share/mscore-${PKGVERSION}/plugins/helloqml/helloqml.qml 147share/mscore-3.5/plugins/helloqml/translations/locale_de.qm
148share/mscore-${PKGVERSION}/plugins/helloqml/translations/locale_de.qm 148share/mscore-3.5/plugins/helloqml/translations/locale_de.ts
149share/mscore-${PKGVERSION}/plugins/helloqml/translations/locale_de.ts 149share/mscore-3.5/plugins/notenames-interactive.qml
150share/mscore-${PKGVERSION}/plugins/notenames-interactive.qml 150share/mscore-3.5/plugins/notenames.qml
151share/mscore-${PKGVERSION}/plugins/notenames.qml 151share/mscore-3.5/plugins/panel.qml
152share/mscore-${PKGVERSION}/plugins/panel.qml 152share/mscore-3.5/plugins/random.qml
153share/mscore-${PKGVERSION}/plugins/random.qml 153share/mscore-3.5/plugins/random2.qml
154share/mscore-${PKGVERSION}/plugins/random2.qml 154share/mscore-3.5/plugins/run.qml
155share/mscore-${PKGVERSION}/plugins/run.qml 155share/mscore-3.5/plugins/scorelist.qml
156share/mscore-${PKGVERSION}/plugins/scorelist.qml 156share/mscore-3.5/plugins/view.qml
157share/mscore-${PKGVERSION}/plugins/view.qml 157share/mscore-3.5/plugins/walk.qml
158share/mscore-${PKGVERSION}/plugins/walk.qml 158share/mscore-3.5/sound/MuseScore_General.sf3
159share/mscore-${PKGVERSION}/sound/MuseScore_General.sf3 159share/mscore-3.5/sound/MuseScore_General_License.md
160share/mscore-${PKGVERSION}/sound/MuseScore_General_License.md 160share/mscore-3.5/styles/MuseJazz.mss
161share/mscore-${PKGVERSION}/styles/MuseJazz.mss 161share/mscore-3.5/styles/cchords_muse.xml
162share/mscore-${PKGVERSION}/styles/cchords_muse.xml 162share/mscore-3.5/styles/cchords_nrb.xml
163share/mscore-${PKGVERSION}/styles/cchords_nrb.xml 163share/mscore-3.5/styles/cchords_rb.xml
164share/mscore-${PKGVERSION}/styles/cchords_rb.xml 164share/mscore-3.5/styles/cchords_sym.xml
165share/mscore-${PKGVERSION}/styles/cchords_sym.xml 165share/mscore-3.5/styles/chords.xml
166share/mscore-${PKGVERSION}/styles/chords.xml 166share/mscore-3.5/styles/chords_jazz.xml
167share/mscore-${PKGVERSION}/styles/chords_jazz.xml 167share/mscore-3.5/styles/chords_std.xml
168share/mscore-${PKGVERSION}/styles/chords_std.xml 168share/mscore-3.5/styles/jazzchords.xml
169share/mscore-${PKGVERSION}/styles/jazzchords.xml 169share/mscore-3.5/styles/stdchords.xml
170share/mscore-${PKGVERSION}/styles/stdchords.xml 170share/mscore-3.5/templates/01-General/00-Blank.mscx
171share/mscore-${PKGVERSION}/templates/01-General/00-Blank.mscx 171share/mscore-3.5/templates/01-General/01-Treble_Clef.mscx
172share/mscore-${PKGVERSION}/templates/01-General/01-Treble_Clef.mscx 172share/mscore-3.5/templates/01-General/02-Bass_Clef.mscx
173share/mscore-${PKGVERSION}/templates/01-General/02-Bass_Clef.mscx 173share/mscore-3.5/templates/01-General/03-Grand_Staff.mscx
174share/mscore-${PKGVERSION}/templates/01-General/03-Grand_Staff.mscx 174share/mscore-3.5/templates/02-Choral/01-SATB.mscx
175share/mscore-${PKGVERSION}/templates/02-Choral/01-SATB.mscx 175share/mscore-3.5/templates/02-Choral/02-SATB_+_Organ.mscx
176share/mscore-${PKGVERSION}/templates/02-Choral/02-SATB_+_Organ.mscx 176share/mscore-3.5/templates/02-Choral/03-SATB_+_Piano.mscx
177share/mscore-${PKGVERSION}/templates/02-Choral/03-SATB_+_Piano.mscx 177share/mscore-3.5/templates/02-Choral/04-SATB_Closed_Score.mscx
178share/mscore-${PKGVERSION}/templates/02-Choral/04-SATB_Closed_Score.mscx 178share/mscore-3.5/templates/02-Choral/05-SATB_Closed_Score_+_Organ.mscx
179share/mscore-${PKGVERSION}/templates/02-Choral/05-SATB_Closed_Score_+_Organ.mscx 179share/mscore-3.5/templates/02-Choral/06-SATB_Closed_Score_+_Piano.mscx
180share/mscore-${PKGVERSION}/templates/02-Choral/06-SATB_Closed_Score_+_Piano.mscx 180share/mscore-3.5/templates/02-Choral/07-Voice_+_Piano.mscx
181share/mscore-${PKGVERSION}/templates/02-Choral/07-Voice_+_Piano.mscx 181share/mscore-3.5/templates/02-Choral/08-Barbershop_Quartet_(Men).mscx
182share/mscore-${PKGVERSION}/templates/02-Choral/08-Barbershop_Quartet_(Men).mscx 182share/mscore-3.5/templates/02-Choral/09-Barbershop_Quartet_(Women).mscx
183share/mscore-${PKGVERSION}/templates/02-Choral/09-Barbershop_Quartet_(Women).mscx 183share/mscore-3.5/templates/02-Choral/10-Liturgical_Unmetrical.mscx
184share/mscore-${PKGVERSION}/templates/02-Choral/10-Liturgical_Unmetrical.mscx 184share/mscore-3.5/templates/02-Choral/11-Liturgical_Unmetrical_+_Organ.mscx
185share/mscore-${PKGVERSION}/templates/02-Choral/11-Liturgical_Unmetrical_+_Organ.mscx 185share/mscore-3.5/templates/03-Chamber_Music/01-String_Quartet.mscx
186share/mscore-${PKGVERSION}/templates/03-Chamber_Music/01-String_Quartet.mscx 186share/mscore-3.5/templates/03-Chamber_Music/02-Wind_Quartet.mscx
187share/mscore-${PKGVERSION}/templates/03-Chamber_Music/02-Wind_Quartet.mscx 187share/mscore-3.5/templates/03-Chamber_Music/03-Wind_Quintet.mscx
188share/mscore-${PKGVERSION}/templates/03-Chamber_Music/03-Wind_Quintet.mscx 188share/mscore-3.5/templates/03-Chamber_Music/04-Saxophone_Quartet.mscx
189share/mscore-${PKGVERSION}/templates/03-Chamber_Music/04-Saxophone_Quartet.mscx 189share/mscore-3.5/templates/03-Chamber_Music/05-Brass_Quartet.mscx
190share/mscore-${PKGVERSION}/templates/03-Chamber_Music/05-Brass_Quartet.mscx 190share/mscore-3.5/templates/03-Chamber_Music/06-Brass_Quintet.mscx
191share/mscore-${PKGVERSION}/templates/03-Chamber_Music/06-Brass_Quintet.mscx 191share/mscore-3.5/templates/04-Solo/01-Guitar.mscx
192share/mscore-${PKGVERSION}/templates/04-Solo/01-Guitar.mscx 192share/mscore-3.5/templates/04-Solo/02-Guitar_+_Tablature.mscx
193share/mscore-${PKGVERSION}/templates/04-Solo/02-Guitar_+_Tablature.mscx 193share/mscore-3.5/templates/04-Solo/03-Guitar_Tablature.mscx
194share/mscore-${PKGVERSION}/templates/04-Solo/03-Guitar_Tablature.mscx 194share/mscore-3.5/templates/04-Solo/04-Piano.mscx
195share/mscore-${PKGVERSION}/templates/04-Solo/04-Piano.mscx 195share/mscore-3.5/templates/05-Jazz/01-Jazz_Lead_Sheet.mscx
196share/mscore-${PKGVERSION}/templates/05-Jazz/01-Jazz_Lead_Sheet.mscx 196share/mscore-3.5/templates/05-Jazz/02-Big_Band.mscx
197share/mscore-${PKGVERSION}/templates/05-Jazz/02-Big_Band.mscx 197share/mscore-3.5/templates/05-Jazz/03-Jazz_Combo.mscx
198share/mscore-${PKGVERSION}/templates/05-Jazz/03-Jazz_Combo.mscx 198share/mscore-3.5/templates/06-Popular/01-Rock_Band.mscx
199share/mscore-${PKGVERSION}/templates/06-Popular/01-Rock_Band.mscx 199share/mscore-3.5/templates/06-Popular/02-Bluegrass_Band.mscx
200share/mscore-${PKGVERSION}/templates/06-Popular/02-Bluegrass_Band.mscx 200share/mscore-3.5/templates/07-Band_and_Percussion/01-Concert_Band.mscx
201share/mscore-${PKGVERSION}/templates/07-Band_and_Percussion/01-Concert_Band.mscx 201share/mscore-3.5/templates/07-Band_and_Percussion/02-Small_Concert_Band.mscx
202share/mscore-${PKGVERSION}/templates/07-Band_and_Percussion/02-Small_Concert_Band.mscx 202share/mscore-3.5/templates/07-Band_and_Percussion/03-Brass_Band.mscx
203share/mscore-${PKGVERSION}/templates/07-Band_and_Percussion/03-Brass_Band.mscx 203share/mscore-3.5/templates/07-Band_and_Percussion/04-Marching_Band.mscx
204share/mscore-${PKGVERSION}/templates/07-Band_and_Percussion/04-Marching_Band.mscx 204share/mscore-3.5/templates/07-Band_and_Percussion/05-Small_Marching_Band.mscx
205share/mscore-${PKGVERSION}/templates/07-Band_and_Percussion/05-Small_Marching_Band.mscx 205share/mscore-3.5/templates/07-Band_and_Percussion/06-Battery_Percussion.mscx
206share/mscore-${PKGVERSION}/templates/07-Band_and_Percussion/06-Battery_Percussion.mscx 206share/mscore-3.5/templates/07-Band_and_Percussion/07-Large_Pit_Percussion.mscx
207share/mscore-${PKGVERSION}/templates/07-Band_and_Percussion/07-Large_Pit_Percussion.mscx 207share/mscore-3.5/templates/07-Band_and_Percussion/08-Small_Pit_Percussion.mscx
208share/mscore-${PKGVERSION}/templates/07-Band_and_Percussion/08-Small_Pit_Percussion.mscx 208share/mscore-3.5/templates/07-Band_and_Percussion/09-European_Concert_Band.mscx
209share/mscore-${PKGVERSION}/templates/07-Band_and_Percussion/09-European_Concert_Band.mscx 209share/mscore-3.5/templates/08-Orchestral/01-Classical_Orchestra.mscx
210share/mscore-${PKGVERSION}/templates/08-Orchestral/01-Classical_Orchestra.mscx 210share/mscore-3.5/templates/08-Orchestral/02-Symphony_Orchestra.mscx
211share/mscore-${PKGVERSION}/templates/08-Orchestral/02-Symphony_Orchestra.mscx 211share/mscore-3.5/templates/08-Orchestral/03-String_Orchestra.mscx
212share/mscore-${PKGVERSION}/templates/08-Orchestral/03-String_Orchestra.mscx 212share/mscore-3.5/templates/drumset_fr.drm
213share/mscore-${PKGVERSION}/templates/drumset_fr.drm 213share/mscore-3.5/templates/orchestral.drm
214share/mscore-${PKGVERSION}/templates/orchestral.drm 214share/mscore-3.5/tours/autoplace.tour
215share/mscore-${PKGVERSION}/tours/autoplace.tour 215share/mscore-3.5/tours/inspector.tour
216share/mscore-${PKGVERSION}/tours/inspector.tour 216share/mscore-3.5/tours/mmrest.tour
217share/mscore-${PKGVERSION}/tours/mmrest.tour 217share/mscore-3.5/tours/navigate.tour
218share/mscore-${PKGVERSION}/tours/navigate.tour 218share/mscore-3.5/tours/noteinput.tour
219share/mscore-${PKGVERSION}/tours/noteinput.tour 219share/mscore-3.5/tours/palette.tour
220share/mscore-${PKGVERSION}/tours/palette.tour 220share/mscore-3.5/tours/select.tour
221share/mscore-${PKGVERSION}/tours/select.tour 221share/mscore-3.5/tours/spanner-drop-apply.tour
222share/mscore-${PKGVERSION}/tours/spanner-drop-apply.tour 222share/mscore-3.5/tours/timeline.tour
223share/mscore-${PKGVERSION}/tours/timeline.tour 223share/mscore-3.5/tours/welcome.tour
224share/mscore-${PKGVERSION}/tours/welcome.tour 224share/mscore-3.5/wallpaper/background1.png
225share/mscore-${PKGVERSION}/wallpaper/background1.png 225share/mscore-3.5/wallpaper/paper1.png
226share/mscore-${PKGVERSION}/wallpaper/paper1.png 226share/mscore-3.5/wallpaper/paper2.png
227share/mscore-${PKGVERSION}/wallpaper/paper2.png 227share/mscore-3.5/wallpaper/paper3.png
228share/mscore-${PKGVERSION}/wallpaper/paper3.png 228share/mscore-3.5/wallpaper/paper4.png
229share/mscore-${PKGVERSION}/wallpaper/paper4.png 229share/mscore-3.5/wallpaper/paper5.png
230share/mscore-${PKGVERSION}/wallpaper/paper5.png 230share/mscore-3.5/wallpaper/paper6.png
231share/mscore-${PKGVERSION}/wallpaper/paper6.png 231share/mscore-3.5/wallpaper/paper7.png
232share/mscore-${PKGVERSION}/wallpaper/paper7.png 232share/mscore-3.5/workspaces/Advanced.workspace
233share/mscore-${PKGVERSION}/workspaces/Advanced.workspace 233share/mscore-3.5/workspaces/Basic.workspace
234share/mscore-${PKGVERSION}/workspaces/Basic.workspace 

cvs diff -r1.6 -r1.7 pkgsrc/audio/musescore/distinfo (expand / switch to unified diff)

--- pkgsrc/audio/musescore/distinfo 2020/08/13 04:27:38 1.6
+++ pkgsrc/audio/musescore/distinfo 2020/10/18 03:33:13 1.7
@@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
1$NetBSD: distinfo,v 1.6 2020/08/13 04:27:38 gutteridge Exp $ 1$NetBSD: distinfo,v 1.7 2020/10/18 03:33:13 gutteridge Exp $
2 2
3SHA1 (musescore-3.5.tar.gz) = 099b591205363f274cfbe695ca3f7d5d6640c975 3SHA1 (musescore-3.5.2.tar.gz) = 3ecd3da7a09911de675c084b85c4d7985ccabb1f
4RMD160 (musescore-3.5.tar.gz) = 66c7a8a17e4b6487eb1f30e97ad98d1541d0ec2c 4RMD160 (musescore-3.5.2.tar.gz) = f429f54822d6b1828d1b6f496d677255b0cdf5d1
5SHA512 (musescore-3.5.tar.gz) = db2d22abf1b53e37ea5e3b2f367dc945afa3bab7fb4c5b3b5c172498060170a3b0a96767584c0959b29c412729eb059917b98058c6b11e30f54ec4047a775e96 5SHA512 (musescore-3.5.2.tar.gz) = 4e98bebaa43abcb692969bd3272c64b6a8ff8e794c54ca8d4ed7dcb8059f4adbe498491f21b3b6d90e6495d4f44166747e1c1869617eba82af6db1aea6b06d38
6Size (musescore-3.5.tar.gz) = 66798006 bytes 6Size (musescore-3.5.2.tar.gz) = 66326638 bytes
7SHA1 (patch-CMakeLists.txt) = 6685df7bb24d994ddc41c677b981f6abc44c8db1 7SHA1 (patch-CMakeLists.txt) = 6685df7bb24d994ddc41c677b981f6abc44c8db1
8SHA1 (patch-build_Linux+BSD_portable_portable-utils.in) = a2af39d397a0be4ceb8f97fa7742a67d35d43f4c 8SHA1 (patch-build_Linux+BSD_portable_portable-utils.in) = a2af39d397a0be4ceb8f97fa7742a67d35d43f4c