Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id ED6551A923B for ; Wed, 27 Jan 2021 23:04:25 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 8FDA384DC5; Wed, 27 Jan 2021 23:04:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C843984DA5 for ; Wed, 27 Jan 2021 23:04:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id uAvomKHhDlDu for ; Wed, 27 Jan 2021 23:04:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 04B3784D75 for ; Wed, 27 Jan 2021 23:04:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id ED0A9FA90; Wed, 27 Jan 2021 23:04:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1611788662257190" MIME-Version: 1.0 Date: Wed, 27 Jan 2021 23:04:22 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/audio/musescore To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20210127230422.ED0A9FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1611788662257190 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Wed Jan 27 23:04:22 UTC 2021 Modified Files: pkgsrc/audio/musescore: Makefile PLIST distinfo Removed Files: pkgsrc/audio/musescore/patches: patch-build_FindQt5.cmake patch-libmscore_measure.cpp Log Message: musescore: update to 3.6.1 Fixes #315529 Fixed a crash on open of a file with start repeat in continuous view #315237 Fixed an issue with tab switch when opening a score when "Score migration dialog" is opened #315599 Fi MuseScore 3.6 crashes when rearranging instrument positions and changing Ordering Fixed an issue when window marked as modified, even when the last score is closed #315627 Fixed a crash during openning large orchestration created in older versions of MuseScore #315553 Fixed an issue with incorrect order of Violins in Orchestra template #309333 Fixed a crash during hiding palettes #316224 Fixed an export fail when part name contains slash #316025 Fixed an issue with spacers do not function with vertical justification enabled #316071 Added an option to Copy SMuFL Symbol Code for symbols in Master Palette #315861 Clef changes are no more visible on hidden staves #315841 Fixed an issue when "first system indent" can cause measures to not fit on system #315638 Fixed an issue with wrong key signature on "reset styles" with concert pitch #316071 Display sym smufl name in symbols palette #315671 Corner radius from "default rehearsal mark style" is removed #315503 Fixed an issue with ignored custom style defaults when creating new score from template #315726 Fixed an issue when applying key change to a selection causes crash if transposing instrument is involved #284796 Fixed an issue when incomplete voice in local time signature leads to corruption upon import #315067 Fixed an issue with swapping notes in a two-note tremolo causes corrupt tremolo (and crash) #315147 Fixed an issue with two-note tremolos displaying incorrectly when the stave has custom scale #315781 Fixed an issue when measure number offset changes on reload #290356 Now it's possible to copy-paste the LetRing, PalmMute and Vibrato elements The link at "Score migration dialog" now leads to Bilibili if using Chinese To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/audio/musescore/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/audio/musescore/PLIST cvs rdiff -u -r1.8 -r1.9 pkgsrc/audio/musescore/distinfo cvs rdiff -u -r1.1 -r0 \ pkgsrc/audio/musescore/patches/patch-build_FindQt5.cmake \ pkgsrc/audio/musescore/patches/patch-libmscore_measure.cpp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1611788662257190 Content-Disposition: inline Content-Length: 24199 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/musescore/Makefile diff -u pkgsrc/audio/musescore/Makefile:1.18 pkgsrc/audio/musescore/Makefile:1.19 --- pkgsrc/audio/musescore/Makefile:1.18 Mon Jan 25 02:42:44 2021 +++ pkgsrc/audio/musescore/Makefile Wed Jan 27 23:04:22 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2021/01/25 02:42:44 gutteridge Exp $ +# $NetBSD: Makefile,v 1.19 2021/01/27 23:04:22 gutteridge Exp $ -DISTNAME= musescore-3.6 +DISTNAME= musescore-3.6.1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_GITHUB:=musescore/} GITHUB_PROJECT= MuseScore Index: pkgsrc/audio/musescore/PLIST diff -u pkgsrc/audio/musescore/PLIST:1.6 pkgsrc/audio/musescore/PLIST:1.7 --- pkgsrc/audio/musescore/PLIST:1.6 Mon Jan 25 02:42:44 2021 +++ pkgsrc/audio/musescore/PLIST Wed Jan 27 23:04:22 2021 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2021/01/25 02:42:44 gutteridge Exp $ +@comment $NetBSD: PLIST,v 1.7 2021/01/27 23:04:22 gutteridge Exp $ bin/mscore bin/musescore man/man1/mscore.1 @@ -23,217 +23,217 @@ share/icons/hicolor/scalable/mimetypes/a share/icons/hicolor/scalable/mimetypes/application-x-musescore.svg share/metainfo/org.musescore.MuseScore.appdata.xml share/mime/packages/musescore.xml -share/mscore-${PKGVERSION}/demos/Brassed_Up.mscx -share/mscore-${PKGVERSION}/demos/Dawn.mscx -share/mscore-${PKGVERSION}/demos/Dynamic_Strings.mscx -share/mscore-${PKGVERSION}/demos/Fugue_1.mscx -share/mscore-${PKGVERSION}/demos/Reunion.mscz -share/mscore-${PKGVERSION}/demos/Unclaimed_Gift.mscx -share/mscore-${PKGVERSION}/instruments/instruments.xml -share/mscore-${PKGVERSION}/instruments/orders.xml -share/mscore-${PKGVERSION}/locale/languages.xml -share/mscore-${PKGVERSION}/locale/qt_ar.qm -share/mscore-${PKGVERSION}/locale/qt_bg.qm -share/mscore-${PKGVERSION}/locale/qt_ca.qm -share/mscore-${PKGVERSION}/locale/qt_cs.qm -share/mscore-${PKGVERSION}/locale/qt_da.qm -share/mscore-${PKGVERSION}/locale/qt_de.qm -share/mscore-${PKGVERSION}/locale/qt_es.qm -share/mscore-${PKGVERSION}/locale/qt_fa.qm -share/mscore-${PKGVERSION}/locale/qt_fi.qm -share/mscore-${PKGVERSION}/locale/qt_fr.qm -share/mscore-${PKGVERSION}/locale/qt_gd.qm -share/mscore-${PKGVERSION}/locale/qt_gl.qm -share/mscore-${PKGVERSION}/locale/qt_he.qm -share/mscore-${PKGVERSION}/locale/qt_hu.qm -share/mscore-${PKGVERSION}/locale/qt_it.qm -share/mscore-${PKGVERSION}/locale/qt_ja.qm -share/mscore-${PKGVERSION}/locale/qt_ko.qm -share/mscore-${PKGVERSION}/locale/qt_lt.qm -share/mscore-${PKGVERSION}/locale/qt_lv.qm -share/mscore-${PKGVERSION}/locale/qt_pl.qm -share/mscore-${PKGVERSION}/locale/qt_pt.qm -share/mscore-${PKGVERSION}/locale/qt_ru.qm -share/mscore-${PKGVERSION}/locale/qt_sk.qm -share/mscore-${PKGVERSION}/locale/qt_sl.qm -share/mscore-${PKGVERSION}/locale/qt_sv.qm -share/mscore-${PKGVERSION}/locale/qt_tr.qm -share/mscore-${PKGVERSION}/locale/qt_uk.qm -share/mscore-${PKGVERSION}/locale/qt_zh_CN.qm -share/mscore-${PKGVERSION}/locale/qt_zh_TW.qm -share/mscore-${PKGVERSION}/locale/qtbase_ar.qm -share/mscore-${PKGVERSION}/locale/qtbase_bg.qm -share/mscore-${PKGVERSION}/locale/qtbase_ca.qm -share/mscore-${PKGVERSION}/locale/qtbase_cs.qm -share/mscore-${PKGVERSION}/locale/qtbase_da.qm -share/mscore-${PKGVERSION}/locale/qtbase_de.qm -share/mscore-${PKGVERSION}/locale/qtbase_en.qm -share/mscore-${PKGVERSION}/locale/qtbase_es.qm -share/mscore-${PKGVERSION}/locale/qtbase_fi.qm -share/mscore-${PKGVERSION}/locale/qtbase_fr.qm -share/mscore-${PKGVERSION}/locale/qtbase_gd.qm -share/mscore-${PKGVERSION}/locale/qtbase_he.qm -share/mscore-${PKGVERSION}/locale/qtbase_hu.qm -share/mscore-${PKGVERSION}/locale/qtbase_it.qm -share/mscore-${PKGVERSION}/locale/qtbase_ja.qm -share/mscore-${PKGVERSION}/locale/qtbase_ko.qm -share/mscore-${PKGVERSION}/locale/qtbase_lv.qm -share/mscore-${PKGVERSION}/locale/qtbase_pl.qm -share/mscore-${PKGVERSION}/locale/qtbase_ru.qm -share/mscore-${PKGVERSION}/locale/qtbase_sk.qm -share/mscore-${PKGVERSION}/locale/qtbase_tr.qm -share/mscore-${PKGVERSION}/locale/qtbase_uk.qm -share/mscore-${PKGVERSION}/locale/qtbase_zh_TW.qm -share/mscore-${PKGVERSION}/locale/qtmultimedia_ar.qm -share/mscore-${PKGVERSION}/locale/qtmultimedia_bg.qm -share/mscore-${PKGVERSION}/locale/qtmultimedia_ca.qm -share/mscore-${PKGVERSION}/locale/qtmultimedia_cs.qm -share/mscore-${PKGVERSION}/locale/qtmultimedia_da.qm -share/mscore-${PKGVERSION}/locale/qtmultimedia_de.qm -share/mscore-${PKGVERSION}/locale/qtmultimedia_en.qm -share/mscore-${PKGVERSION}/locale/qtmultimedia_es.qm -share/mscore-${PKGVERSION}/locale/qtmultimedia_fi.qm -share/mscore-${PKGVERSION}/locale/qtmultimedia_fr.qm -share/mscore-${PKGVERSION}/locale/qtmultimedia_hu.qm -share/mscore-${PKGVERSION}/locale/qtmultimedia_it.qm -share/mscore-${PKGVERSION}/locale/qtmultimedia_ja.qm -share/mscore-${PKGVERSION}/locale/qtmultimedia_ko.qm -share/mscore-${PKGVERSION}/locale/qtmultimedia_pl.qm -share/mscore-${PKGVERSION}/locale/qtmultimedia_ru.qm -share/mscore-${PKGVERSION}/locale/qtmultimedia_sk.qm -share/mscore-${PKGVERSION}/locale/qtmultimedia_tr.qm -share/mscore-${PKGVERSION}/locale/qtmultimedia_uk.qm -share/mscore-${PKGVERSION}/locale/qtmultimedia_zh_TW.qm -share/mscore-${PKGVERSION}/locale/qtscript_ar.qm -share/mscore-${PKGVERSION}/locale/qtscript_bg.qm -share/mscore-${PKGVERSION}/locale/qtscript_ca.qm -share/mscore-${PKGVERSION}/locale/qtscript_cs.qm -share/mscore-${PKGVERSION}/locale/qtscript_da.qm -share/mscore-${PKGVERSION}/locale/qtscript_de.qm -share/mscore-${PKGVERSION}/locale/qtscript_en.qm -share/mscore-${PKGVERSION}/locale/qtscript_es.qm -share/mscore-${PKGVERSION}/locale/qtscript_fi.qm -share/mscore-${PKGVERSION}/locale/qtscript_fr.qm -share/mscore-${PKGVERSION}/locale/qtscript_he.qm -share/mscore-${PKGVERSION}/locale/qtscript_hu.qm -share/mscore-${PKGVERSION}/locale/qtscript_it.qm -share/mscore-${PKGVERSION}/locale/qtscript_ja.qm -share/mscore-${PKGVERSION}/locale/qtscript_ko.qm -share/mscore-${PKGVERSION}/locale/qtscript_lv.qm -share/mscore-${PKGVERSION}/locale/qtscript_pl.qm -share/mscore-${PKGVERSION}/locale/qtscript_ru.qm -share/mscore-${PKGVERSION}/locale/qtscript_sk.qm -share/mscore-${PKGVERSION}/locale/qtscript_tr.qm -share/mscore-${PKGVERSION}/locale/qtscript_uk.qm -share/mscore-${PKGVERSION}/locale/qtxmlpatterns_bg.qm -share/mscore-${PKGVERSION}/locale/qtxmlpatterns_ca.qm -share/mscore-${PKGVERSION}/locale/qtxmlpatterns_cs.qm -share/mscore-${PKGVERSION}/locale/qtxmlpatterns_da.qm -share/mscore-${PKGVERSION}/locale/qtxmlpatterns_de.qm -share/mscore-${PKGVERSION}/locale/qtxmlpatterns_en.qm -share/mscore-${PKGVERSION}/locale/qtxmlpatterns_es.qm -share/mscore-${PKGVERSION}/locale/qtxmlpatterns_fr.qm -share/mscore-${PKGVERSION}/locale/qtxmlpatterns_hu.qm -share/mscore-${PKGVERSION}/locale/qtxmlpatterns_it.qm -share/mscore-${PKGVERSION}/locale/qtxmlpatterns_ja.qm -share/mscore-${PKGVERSION}/locale/qtxmlpatterns_ko.qm -share/mscore-${PKGVERSION}/locale/qtxmlpatterns_pl.qm -share/mscore-${PKGVERSION}/locale/qtxmlpatterns_ru.qm -share/mscore-${PKGVERSION}/locale/qtxmlpatterns_sk.qm -share/mscore-${PKGVERSION}/locale/qtxmlpatterns_uk.qm -share/mscore-${PKGVERSION}/locale/qtxmlpatterns_zh_TW.qm -share/mscore-${PKGVERSION}/plugins/abc_import.qml -share/mscore-${PKGVERSION}/plugins/colornotes.qml -share/mscore-${PKGVERSION}/plugins/createscore.qml -share/mscore-${PKGVERSION}/plugins/helloqml/helloqml.qml -share/mscore-${PKGVERSION}/plugins/helloqml/translations/locale_de.qm -share/mscore-${PKGVERSION}/plugins/helloqml/translations/locale_de.ts -share/mscore-${PKGVERSION}/plugins/notenames-interactive.qml -share/mscore-${PKGVERSION}/plugins/notenames.qml -share/mscore-${PKGVERSION}/plugins/panel.qml -share/mscore-${PKGVERSION}/plugins/random.qml -share/mscore-${PKGVERSION}/plugins/random2.qml -share/mscore-${PKGVERSION}/plugins/run.qml -share/mscore-${PKGVERSION}/plugins/scorelist.qml -share/mscore-${PKGVERSION}/plugins/view.qml -share/mscore-${PKGVERSION}/plugins/walk.qml -share/mscore-${PKGVERSION}/sound/MuseScore_General.sf3 -share/mscore-${PKGVERSION}/sound/MuseScore_General_License.md -share/mscore-${PKGVERSION}/styles/Leland.mss -share/mscore-${PKGVERSION}/styles/MuseJazz.mss -share/mscore-${PKGVERSION}/styles/cchords_muse.xml -share/mscore-${PKGVERSION}/styles/cchords_nrb.xml -share/mscore-${PKGVERSION}/styles/cchords_rb.xml -share/mscore-${PKGVERSION}/styles/cchords_sym.xml -share/mscore-${PKGVERSION}/styles/chords.xml -share/mscore-${PKGVERSION}/styles/chords_jazz.xml -share/mscore-${PKGVERSION}/styles/chords_std.xml -share/mscore-${PKGVERSION}/styles/jazzchords.xml -share/mscore-${PKGVERSION}/styles/legacy-style-defaults-v1.mss -share/mscore-${PKGVERSION}/styles/legacy-style-defaults-v2.mss -share/mscore-${PKGVERSION}/styles/legacy-style-defaults-v3.mss -share/mscore-${PKGVERSION}/styles/stdchords.xml -share/mscore-${PKGVERSION}/templates/01-General/00-Blank.mscx -share/mscore-${PKGVERSION}/templates/01-General/01-Treble_Clef.mscx -share/mscore-${PKGVERSION}/templates/01-General/02-Bass_Clef.mscx -share/mscore-${PKGVERSION}/templates/01-General/03-Grand_Staff.mscx -share/mscore-${PKGVERSION}/templates/02-Choral/01-SATB.mscx -share/mscore-${PKGVERSION}/templates/02-Choral/02-SATB_+_Organ.mscx -share/mscore-${PKGVERSION}/templates/02-Choral/03-SATB_+_Piano.mscx -share/mscore-${PKGVERSION}/templates/02-Choral/04-SATB_Closed_Score.mscx -share/mscore-${PKGVERSION}/templates/02-Choral/05-SATB_Closed_Score_+_Organ.mscx -share/mscore-${PKGVERSION}/templates/02-Choral/06-SATB_Closed_Score_+_Piano.mscx -share/mscore-${PKGVERSION}/templates/02-Choral/07-Voice_+_Piano.mscx -share/mscore-${PKGVERSION}/templates/02-Choral/08-Barbershop_Quartet_(Men).mscx -share/mscore-${PKGVERSION}/templates/02-Choral/09-Barbershop_Quartet_(Women).mscx -share/mscore-${PKGVERSION}/templates/02-Choral/10-Liturgical_Unmetrical.mscx -share/mscore-${PKGVERSION}/templates/02-Choral/11-Liturgical_Unmetrical_+_Organ.mscx -share/mscore-${PKGVERSION}/templates/03-Chamber_Music/01-String_Quartet.mscx -share/mscore-${PKGVERSION}/templates/03-Chamber_Music/02-Wind_Quartet.mscx -share/mscore-${PKGVERSION}/templates/03-Chamber_Music/03-Wind_Quintet.mscx -share/mscore-${PKGVERSION}/templates/03-Chamber_Music/04-Saxophone_Quartet.mscx -share/mscore-${PKGVERSION}/templates/03-Chamber_Music/05-Brass_Quartet.mscx -share/mscore-${PKGVERSION}/templates/03-Chamber_Music/06-Brass_Quintet.mscx -share/mscore-${PKGVERSION}/templates/04-Solo/01-Guitar.mscx -share/mscore-${PKGVERSION}/templates/04-Solo/02-Guitar_+_Tablature.mscx -share/mscore-${PKGVERSION}/templates/04-Solo/03-Guitar_Tablature.mscx -share/mscore-${PKGVERSION}/templates/04-Solo/04-Piano.mscx -share/mscore-${PKGVERSION}/templates/05-Jazz/01-Jazz_Lead_Sheet.mscx -share/mscore-${PKGVERSION}/templates/05-Jazz/02-Big_Band.mscx -share/mscore-${PKGVERSION}/templates/05-Jazz/03-Jazz_Combo.mscx -share/mscore-${PKGVERSION}/templates/06-Popular/01-Rock_Band.mscx -share/mscore-${PKGVERSION}/templates/06-Popular/02-Bluegrass_Band.mscx -share/mscore-${PKGVERSION}/templates/07-Band_and_Percussion/01-Concert_Band.mscx -share/mscore-${PKGVERSION}/templates/07-Band_and_Percussion/02-Small_Concert_Band.mscx -share/mscore-${PKGVERSION}/templates/07-Band_and_Percussion/03-Brass_Band.mscx -share/mscore-${PKGVERSION}/templates/07-Band_and_Percussion/04-Marching_Band.mscx -share/mscore-${PKGVERSION}/templates/07-Band_and_Percussion/05-Small_Marching_Band.mscx -share/mscore-${PKGVERSION}/templates/07-Band_and_Percussion/06-Battery_Percussion.mscx -share/mscore-${PKGVERSION}/templates/07-Band_and_Percussion/07-Large_Pit_Percussion.mscx -share/mscore-${PKGVERSION}/templates/07-Band_and_Percussion/08-Small_Pit_Percussion.mscx -share/mscore-${PKGVERSION}/templates/07-Band_and_Percussion/09-European_Concert_Band.mscx -share/mscore-${PKGVERSION}/templates/08-Orchestral/01-Classical_Orchestra.mscx -share/mscore-${PKGVERSION}/templates/08-Orchestral/02-Symphony_Orchestra.mscx -share/mscore-${PKGVERSION}/templates/08-Orchestral/03-String_Orchestra.mscx -share/mscore-${PKGVERSION}/templates/drumset_fr.drm -share/mscore-${PKGVERSION}/templates/orchestral.drm -share/mscore-${PKGVERSION}/tours/autoplace.tour -share/mscore-${PKGVERSION}/tours/inspector.tour -share/mscore-${PKGVERSION}/tours/mmrest.tour -share/mscore-${PKGVERSION}/tours/navigate.tour -share/mscore-${PKGVERSION}/tours/noteinput.tour -share/mscore-${PKGVERSION}/tours/palette.tour -share/mscore-${PKGVERSION}/tours/select.tour -share/mscore-${PKGVERSION}/tours/spanner-drop-apply.tour -share/mscore-${PKGVERSION}/tours/timeline.tour -share/mscore-${PKGVERSION}/tours/welcome.tour -share/mscore-${PKGVERSION}/wallpaper/background1.png -share/mscore-${PKGVERSION}/wallpaper/paper1.png -share/mscore-${PKGVERSION}/wallpaper/paper2.png -share/mscore-${PKGVERSION}/wallpaper/paper3.png -share/mscore-${PKGVERSION}/wallpaper/paper4.png -share/mscore-${PKGVERSION}/wallpaper/paper5.png -share/mscore-${PKGVERSION}/wallpaper/paper6.png -share/mscore-${PKGVERSION}/wallpaper/paper7.png -share/mscore-${PKGVERSION}/workspaces/Advanced.workspace -share/mscore-${PKGVERSION}/workspaces/Basic.workspace +share/mscore-3.6/demos/Brassed_Up.mscx +share/mscore-3.6/demos/Dawn.mscx +share/mscore-3.6/demos/Dynamic_Strings.mscx +share/mscore-3.6/demos/Fugue_1.mscx +share/mscore-3.6/demos/Reunion.mscz +share/mscore-3.6/demos/Unclaimed_Gift.mscx +share/mscore-3.6/instruments/instruments.xml +share/mscore-3.6/instruments/orders.xml +share/mscore-3.6/locale/languages.xml +share/mscore-3.6/locale/qt_ar.qm +share/mscore-3.6/locale/qt_bg.qm +share/mscore-3.6/locale/qt_ca.qm +share/mscore-3.6/locale/qt_cs.qm +share/mscore-3.6/locale/qt_da.qm +share/mscore-3.6/locale/qt_de.qm +share/mscore-3.6/locale/qt_es.qm +share/mscore-3.6/locale/qt_fa.qm +share/mscore-3.6/locale/qt_fi.qm +share/mscore-3.6/locale/qt_fr.qm +share/mscore-3.6/locale/qt_gd.qm +share/mscore-3.6/locale/qt_gl.qm +share/mscore-3.6/locale/qt_he.qm +share/mscore-3.6/locale/qt_hu.qm +share/mscore-3.6/locale/qt_it.qm +share/mscore-3.6/locale/qt_ja.qm +share/mscore-3.6/locale/qt_ko.qm +share/mscore-3.6/locale/qt_lt.qm +share/mscore-3.6/locale/qt_lv.qm +share/mscore-3.6/locale/qt_pl.qm +share/mscore-3.6/locale/qt_pt.qm +share/mscore-3.6/locale/qt_ru.qm +share/mscore-3.6/locale/qt_sk.qm +share/mscore-3.6/locale/qt_sl.qm +share/mscore-3.6/locale/qt_sv.qm +share/mscore-3.6/locale/qt_tr.qm +share/mscore-3.6/locale/qt_uk.qm +share/mscore-3.6/locale/qt_zh_CN.qm +share/mscore-3.6/locale/qt_zh_TW.qm +share/mscore-3.6/locale/qtbase_ar.qm +share/mscore-3.6/locale/qtbase_bg.qm +share/mscore-3.6/locale/qtbase_ca.qm +share/mscore-3.6/locale/qtbase_cs.qm +share/mscore-3.6/locale/qtbase_da.qm +share/mscore-3.6/locale/qtbase_de.qm +share/mscore-3.6/locale/qtbase_en.qm +share/mscore-3.6/locale/qtbase_es.qm +share/mscore-3.6/locale/qtbase_fi.qm +share/mscore-3.6/locale/qtbase_fr.qm +share/mscore-3.6/locale/qtbase_gd.qm +share/mscore-3.6/locale/qtbase_he.qm +share/mscore-3.6/locale/qtbase_hu.qm +share/mscore-3.6/locale/qtbase_it.qm +share/mscore-3.6/locale/qtbase_ja.qm +share/mscore-3.6/locale/qtbase_ko.qm +share/mscore-3.6/locale/qtbase_lv.qm +share/mscore-3.6/locale/qtbase_pl.qm +share/mscore-3.6/locale/qtbase_ru.qm +share/mscore-3.6/locale/qtbase_sk.qm +share/mscore-3.6/locale/qtbase_tr.qm +share/mscore-3.6/locale/qtbase_uk.qm +share/mscore-3.6/locale/qtbase_zh_TW.qm +share/mscore-3.6/locale/qtmultimedia_ar.qm +share/mscore-3.6/locale/qtmultimedia_bg.qm +share/mscore-3.6/locale/qtmultimedia_ca.qm +share/mscore-3.6/locale/qtmultimedia_cs.qm +share/mscore-3.6/locale/qtmultimedia_da.qm +share/mscore-3.6/locale/qtmultimedia_de.qm +share/mscore-3.6/locale/qtmultimedia_en.qm +share/mscore-3.6/locale/qtmultimedia_es.qm +share/mscore-3.6/locale/qtmultimedia_fi.qm +share/mscore-3.6/locale/qtmultimedia_fr.qm +share/mscore-3.6/locale/qtmultimedia_hu.qm +share/mscore-3.6/locale/qtmultimedia_it.qm +share/mscore-3.6/locale/qtmultimedia_ja.qm +share/mscore-3.6/locale/qtmultimedia_ko.qm +share/mscore-3.6/locale/qtmultimedia_pl.qm +share/mscore-3.6/locale/qtmultimedia_ru.qm +share/mscore-3.6/locale/qtmultimedia_sk.qm +share/mscore-3.6/locale/qtmultimedia_tr.qm +share/mscore-3.6/locale/qtmultimedia_uk.qm +share/mscore-3.6/locale/qtmultimedia_zh_TW.qm +share/mscore-3.6/locale/qtscript_ar.qm +share/mscore-3.6/locale/qtscript_bg.qm +share/mscore-3.6/locale/qtscript_ca.qm +share/mscore-3.6/locale/qtscript_cs.qm +share/mscore-3.6/locale/qtscript_da.qm +share/mscore-3.6/locale/qtscript_de.qm +share/mscore-3.6/locale/qtscript_en.qm +share/mscore-3.6/locale/qtscript_es.qm +share/mscore-3.6/locale/qtscript_fi.qm +share/mscore-3.6/locale/qtscript_fr.qm +share/mscore-3.6/locale/qtscript_he.qm +share/mscore-3.6/locale/qtscript_hu.qm +share/mscore-3.6/locale/qtscript_it.qm +share/mscore-3.6/locale/qtscript_ja.qm +share/mscore-3.6/locale/qtscript_ko.qm +share/mscore-3.6/locale/qtscript_lv.qm +share/mscore-3.6/locale/qtscript_pl.qm +share/mscore-3.6/locale/qtscript_ru.qm +share/mscore-3.6/locale/qtscript_sk.qm +share/mscore-3.6/locale/qtscript_tr.qm +share/mscore-3.6/locale/qtscript_uk.qm +share/mscore-3.6/locale/qtxmlpatterns_bg.qm +share/mscore-3.6/locale/qtxmlpatterns_ca.qm +share/mscore-3.6/locale/qtxmlpatterns_cs.qm +share/mscore-3.6/locale/qtxmlpatterns_da.qm +share/mscore-3.6/locale/qtxmlpatterns_de.qm +share/mscore-3.6/locale/qtxmlpatterns_en.qm +share/mscore-3.6/locale/qtxmlpatterns_es.qm +share/mscore-3.6/locale/qtxmlpatterns_fr.qm +share/mscore-3.6/locale/qtxmlpatterns_hu.qm +share/mscore-3.6/locale/qtxmlpatterns_it.qm +share/mscore-3.6/locale/qtxmlpatterns_ja.qm +share/mscore-3.6/locale/qtxmlpatterns_ko.qm +share/mscore-3.6/locale/qtxmlpatterns_pl.qm +share/mscore-3.6/locale/qtxmlpatterns_ru.qm +share/mscore-3.6/locale/qtxmlpatterns_sk.qm +share/mscore-3.6/locale/qtxmlpatterns_uk.qm +share/mscore-3.6/locale/qtxmlpatterns_zh_TW.qm +share/mscore-3.6/plugins/abc_import.qml +share/mscore-3.6/plugins/colornotes.qml +share/mscore-3.6/plugins/createscore.qml +share/mscore-3.6/plugins/helloqml/helloqml.qml +share/mscore-3.6/plugins/helloqml/translations/locale_de.qm +share/mscore-3.6/plugins/helloqml/translations/locale_de.ts +share/mscore-3.6/plugins/notenames-interactive.qml +share/mscore-3.6/plugins/notenames.qml +share/mscore-3.6/plugins/panel.qml +share/mscore-3.6/plugins/random.qml +share/mscore-3.6/plugins/random2.qml +share/mscore-3.6/plugins/run.qml +share/mscore-3.6/plugins/scorelist.qml +share/mscore-3.6/plugins/view.qml +share/mscore-3.6/plugins/walk.qml +share/mscore-3.6/sound/MuseScore_General.sf3 +share/mscore-3.6/sound/MuseScore_General_License.md +share/mscore-3.6/styles/Leland.mss +share/mscore-3.6/styles/MuseJazz.mss +share/mscore-3.6/styles/cchords_muse.xml +share/mscore-3.6/styles/cchords_nrb.xml +share/mscore-3.6/styles/cchords_rb.xml +share/mscore-3.6/styles/cchords_sym.xml +share/mscore-3.6/styles/chords.xml +share/mscore-3.6/styles/chords_jazz.xml +share/mscore-3.6/styles/chords_std.xml +share/mscore-3.6/styles/jazzchords.xml +share/mscore-3.6/styles/legacy-style-defaults-v1.mss +share/mscore-3.6/styles/legacy-style-defaults-v2.mss +share/mscore-3.6/styles/legacy-style-defaults-v3.mss +share/mscore-3.6/styles/stdchords.xml +share/mscore-3.6/templates/01-General/00-Blank.mscx +share/mscore-3.6/templates/01-General/01-Treble_Clef.mscx +share/mscore-3.6/templates/01-General/02-Bass_Clef.mscx +share/mscore-3.6/templates/01-General/03-Grand_Staff.mscx +share/mscore-3.6/templates/02-Choral/01-SATB.mscx +share/mscore-3.6/templates/02-Choral/02-SATB_+_Organ.mscx +share/mscore-3.6/templates/02-Choral/03-SATB_+_Piano.mscx +share/mscore-3.6/templates/02-Choral/04-SATB_Closed_Score.mscx +share/mscore-3.6/templates/02-Choral/05-SATB_Closed_Score_+_Organ.mscx +share/mscore-3.6/templates/02-Choral/06-SATB_Closed_Score_+_Piano.mscx +share/mscore-3.6/templates/02-Choral/07-Voice_+_Piano.mscx +share/mscore-3.6/templates/02-Choral/08-Barbershop_Quartet_(Men).mscx +share/mscore-3.6/templates/02-Choral/09-Barbershop_Quartet_(Women).mscx +share/mscore-3.6/templates/02-Choral/10-Liturgical_Unmetrical.mscx +share/mscore-3.6/templates/02-Choral/11-Liturgical_Unmetrical_+_Organ.mscx +share/mscore-3.6/templates/03-Chamber_Music/01-String_Quartet.mscx +share/mscore-3.6/templates/03-Chamber_Music/02-Wind_Quartet.mscx +share/mscore-3.6/templates/03-Chamber_Music/03-Wind_Quintet.mscx +share/mscore-3.6/templates/03-Chamber_Music/04-Saxophone_Quartet.mscx +share/mscore-3.6/templates/03-Chamber_Music/05-Brass_Quartet.mscx +share/mscore-3.6/templates/03-Chamber_Music/06-Brass_Quintet.mscx +share/mscore-3.6/templates/04-Solo/01-Guitar.mscx +share/mscore-3.6/templates/04-Solo/02-Guitar_+_Tablature.mscx +share/mscore-3.6/templates/04-Solo/03-Guitar_Tablature.mscx +share/mscore-3.6/templates/04-Solo/04-Piano.mscx +share/mscore-3.6/templates/05-Jazz/01-Jazz_Lead_Sheet.mscx +share/mscore-3.6/templates/05-Jazz/02-Big_Band.mscx +share/mscore-3.6/templates/05-Jazz/03-Jazz_Combo.mscx +share/mscore-3.6/templates/06-Popular/01-Rock_Band.mscx +share/mscore-3.6/templates/06-Popular/02-Bluegrass_Band.mscx +share/mscore-3.6/templates/07-Band_and_Percussion/01-Concert_Band.mscx +share/mscore-3.6/templates/07-Band_and_Percussion/02-Small_Concert_Band.mscx +share/mscore-3.6/templates/07-Band_and_Percussion/03-Brass_Band.mscx +share/mscore-3.6/templates/07-Band_and_Percussion/04-Marching_Band.mscx +share/mscore-3.6/templates/07-Band_and_Percussion/05-Small_Marching_Band.mscx +share/mscore-3.6/templates/07-Band_and_Percussion/06-Battery_Percussion.mscx +share/mscore-3.6/templates/07-Band_and_Percussion/07-Large_Pit_Percussion.mscx +share/mscore-3.6/templates/07-Band_and_Percussion/08-Small_Pit_Percussion.mscx +share/mscore-3.6/templates/07-Band_and_Percussion/09-European_Concert_Band.mscx +share/mscore-3.6/templates/08-Orchestral/01-Classical_Orchestra.mscx +share/mscore-3.6/templates/08-Orchestral/02-Symphony_Orchestra.mscx +share/mscore-3.6/templates/08-Orchestral/03-String_Orchestra.mscx +share/mscore-3.6/templates/drumset_fr.drm +share/mscore-3.6/templates/orchestral.drm +share/mscore-3.6/tours/autoplace.tour +share/mscore-3.6/tours/inspector.tour +share/mscore-3.6/tours/mmrest.tour +share/mscore-3.6/tours/navigate.tour +share/mscore-3.6/tours/noteinput.tour +share/mscore-3.6/tours/palette.tour +share/mscore-3.6/tours/select.tour +share/mscore-3.6/tours/spanner-drop-apply.tour +share/mscore-3.6/tours/timeline.tour +share/mscore-3.6/tours/welcome.tour +share/mscore-3.6/wallpaper/background1.png +share/mscore-3.6/wallpaper/paper1.png +share/mscore-3.6/wallpaper/paper2.png +share/mscore-3.6/wallpaper/paper3.png +share/mscore-3.6/wallpaper/paper4.png +share/mscore-3.6/wallpaper/paper5.png +share/mscore-3.6/wallpaper/paper6.png +share/mscore-3.6/wallpaper/paper7.png +share/mscore-3.6/workspaces/Advanced.workspace +share/mscore-3.6/workspaces/Basic.workspace Index: pkgsrc/audio/musescore/distinfo diff -u pkgsrc/audio/musescore/distinfo:1.8 pkgsrc/audio/musescore/distinfo:1.9 --- pkgsrc/audio/musescore/distinfo:1.8 Mon Jan 25 02:42:44 2021 +++ pkgsrc/audio/musescore/distinfo Wed Jan 27 23:04:22 2021 @@ -1,10 +1,8 @@ -$NetBSD: distinfo,v 1.8 2021/01/25 02:42:44 gutteridge Exp $ +$NetBSD: distinfo,v 1.9 2021/01/27 23:04:22 gutteridge Exp $ -SHA1 (musescore-3.6.tar.gz) = 51889db0ca0418362490be1982d880384207e991 -RMD160 (musescore-3.6.tar.gz) = 14a7740804f72a955f590ffad6ad282946f0129f -SHA512 (musescore-3.6.tar.gz) = 7c2ee80239bb42581cabd92e47ac8654c65542297a58659a65543350784aed22ee90231ebd0f9c43140f67427690ade2e71fa4b6391d5fc9bb1fb14ba8790d19 -Size (musescore-3.6.tar.gz) = 67835667 bytes +SHA1 (musescore-3.6.1.tar.gz) = a4787e1265509fb2d193a41f2e09221daaee89f9 +RMD160 (musescore-3.6.1.tar.gz) = 0f7f810a6a79bcaf4bea1e36f37d5441a6cb64b9 +SHA512 (musescore-3.6.1.tar.gz) = 8e486ea08f8ad6b8238ca400475b9108955ff200221c9ba694e42e20e373c43f7dfd89933ca3887de26cefa547d0e1d792922c685a9d16eaefc9293f72a6fe2d +Size (musescore-3.6.1.tar.gz) = 68754499 bytes SHA1 (patch-CMakeLists.txt) = 6685df7bb24d994ddc41c677b981f6abc44c8db1 -SHA1 (patch-build_FindQt5.cmake) = f764df0ce15eb0772ff671b2bef49fabee309be6 SHA1 (patch-build_Linux+BSD_portable_portable-utils.in) = e608e0fb055671f863e24906ffffbe75a29948c4 -SHA1 (patch-libmscore_measure.cpp) = 86d3316ebd2a2c1001ed820a96ae8fcf2a306cab --_----------=_1611788662257190--