pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/musescore musescore: update to 3.5.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6fb4c7dcc02f
branches:  trunk
changeset: 440757:6fb4c7dcc02f
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Sun Oct 18 03:33:13 2020 +0000

description:
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

diffstat:

 audio/musescore/Makefile |    5 +-
 audio/musescore/PLIST    |  419 +++++++++++++++++++++++-----------------------
 audio/musescore/distinfo |   10 +-
 3 files changed, 216 insertions(+), 218 deletions(-)

diffs (truncated from 460 to 300 lines):

diff -r b30fb9e7e937 -r 6fb4c7dcc02f audio/musescore/Makefile
--- a/audio/musescore/Makefile  Sat Oct 17 22:39:12 2020 +0000
+++ b/audio/musescore/Makefile  Sun Oct 18 03:33:13 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2020/09/15 11:44:08 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2020/10/18 03:33:13 gutteridge Exp $
 
-DISTNAME=      musescore-3.5
-PKGREVISION=   4
+DISTNAME=      musescore-3.5.2
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=musescore/}
 GITHUB_PROJECT=        MuseScore
diff -r b30fb9e7e937 -r 6fb4c7dcc02f audio/musescore/PLIST
--- a/audio/musescore/PLIST     Sat Oct 17 22:39:12 2020 +0000
+++ b/audio/musescore/PLIST     Sun Oct 18 03:33:13 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2020/09/15 11:44:08 wiz Exp $
+@comment $NetBSD: PLIST,v 1.5 2020/10/18 03:33:13 gutteridge Exp $
 bin/mscore
 bin/musescore
 man/man1/mscore.1
@@ -23,212 +23,211 @@
 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/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}/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_en.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/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/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.5/demos/Brassed_Up.mscx
+share/mscore-3.5/demos/Dynamic_Strings.mscx
+share/mscore-3.5/demos/Fugue_1.mscx
+share/mscore-3.5/demos/Reunion.mscz
+share/mscore-3.5/demos/Unclaimed_Gift.mscx
+share/mscore-3.5/instruments/instruments.xml
+share/mscore-3.5/locale/languages.xml
+share/mscore-3.5/locale/qt_ar.qm
+share/mscore-3.5/locale/qt_bg.qm
+share/mscore-3.5/locale/qt_ca.qm
+share/mscore-3.5/locale/qt_cs.qm
+share/mscore-3.5/locale/qt_da.qm
+share/mscore-3.5/locale/qt_de.qm
+share/mscore-3.5/locale/qt_es.qm
+share/mscore-3.5/locale/qt_fa.qm
+share/mscore-3.5/locale/qt_fi.qm
+share/mscore-3.5/locale/qt_fr.qm
+share/mscore-3.5/locale/qt_gd.qm
+share/mscore-3.5/locale/qt_gl.qm
+share/mscore-3.5/locale/qt_he.qm
+share/mscore-3.5/locale/qt_hu.qm
+share/mscore-3.5/locale/qt_it.qm
+share/mscore-3.5/locale/qt_ja.qm
+share/mscore-3.5/locale/qt_ko.qm
+share/mscore-3.5/locale/qt_lt.qm
+share/mscore-3.5/locale/qt_lv.qm
+share/mscore-3.5/locale/qt_pl.qm
+share/mscore-3.5/locale/qt_pt.qm
+share/mscore-3.5/locale/qt_ru.qm
+share/mscore-3.5/locale/qt_sk.qm
+share/mscore-3.5/locale/qt_sl.qm
+share/mscore-3.5/locale/qt_sv.qm
+share/mscore-3.5/locale/qt_tr.qm
+share/mscore-3.5/locale/qt_uk.qm
+share/mscore-3.5/locale/qt_zh_CN.qm
+share/mscore-3.5/locale/qt_zh_TW.qm
+share/mscore-3.5/locale/qtbase_ar.qm
+share/mscore-3.5/locale/qtbase_bg.qm
+share/mscore-3.5/locale/qtbase_ca.qm
+share/mscore-3.5/locale/qtbase_cs.qm
+share/mscore-3.5/locale/qtbase_da.qm
+share/mscore-3.5/locale/qtbase_de.qm
+share/mscore-3.5/locale/qtbase_en.qm
+share/mscore-3.5/locale/qtbase_es.qm
+share/mscore-3.5/locale/qtbase_fi.qm
+share/mscore-3.5/locale/qtbase_fr.qm
+share/mscore-3.5/locale/qtbase_gd.qm
+share/mscore-3.5/locale/qtbase_he.qm
+share/mscore-3.5/locale/qtbase_hu.qm
+share/mscore-3.5/locale/qtbase_it.qm
+share/mscore-3.5/locale/qtbase_ja.qm
+share/mscore-3.5/locale/qtbase_ko.qm
+share/mscore-3.5/locale/qtbase_lv.qm
+share/mscore-3.5/locale/qtbase_pl.qm
+share/mscore-3.5/locale/qtbase_ru.qm
+share/mscore-3.5/locale/qtbase_sk.qm
+share/mscore-3.5/locale/qtbase_tr.qm
+share/mscore-3.5/locale/qtbase_uk.qm
+share/mscore-3.5/locale/qtbase_zh_TW.qm
+share/mscore-3.5/locale/qtmultimedia_ar.qm
+share/mscore-3.5/locale/qtmultimedia_bg.qm
+share/mscore-3.5/locale/qtmultimedia_ca.qm
+share/mscore-3.5/locale/qtmultimedia_cs.qm
+share/mscore-3.5/locale/qtmultimedia_da.qm
+share/mscore-3.5/locale/qtmultimedia_de.qm


Home | Main Index | Thread Index | Old Index