pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/musescore



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Thu Aug 13 04:27:38 UTC 2020

Modified Files:
        pkgsrc/audio/musescore: Makefile PLIST distinfo
        pkgsrc/audio/musescore/patches: patch-CMakeLists.txt

Log Message:
musescore: update to version 3.5

New features

    Option available in Preferences for playback of chord symbols
    Mid-staff instrument changes now do almost everything automatically (see below)
    Support for Orca (Linux) screenreader
    Hairpins, voltas, and other lines now adapt anchor points when dragged
    Much more functional piano roll editor (see below)
    Splash screen displays progress messages while loading MuseScore
    Diatonic pitch up/down (keep degree alterations) shortcuts
    Select Similar Elements: Same Beat
    #293113: New Score Wizard automatically numbers instruments
    #18897: Property for beam style of tremolo (all strokes attached to stem)
    #296075: Style for hiding brackets which span to a single staff when empty staves are hidden
    #203026: Properties and styles for measure number positioning, including centered and below staff
    #65241: Property and style for position of multimeasure rest numbers
    #299644: Property for fretboard diagram rotation

Improvements

    #16077: Double-click a header, footer, or instrument name to access the dialog for editing it
    #27371: Score tabs can now be closed using mouse middle button
    Improved layout of two-note and single-note tremolos, with and without stem
    #93376: Smooth scrolling during playback in Continuous view
    Various improvements to simplify searching and loading backup files
    #303617: Metric modulation for dotted eighth to quarter
    Automatic collision avoidance between rests and notes/rests in other voices
    Staff property to automatically merge rests between voices
    Allow selection of multiple similar items with shift+click
    Allow "repeating a note" by clicking a notehead then pressing "R" in normal mode
    Changes made in Preferences are applied significantly faster
    Style options to align chord symbols within systems
    More zoom controls
    Additional plugin capabilities
    Altered keyboard and mouse zoom precision and consistency
    Improved performance of applying preferences
    Chords playback is on by default (untick the "play" property to disable it)
    Adding notes to a tuplet now adds them with respect to the tuplet's space
    MuseScore 3 is now available as a Windows PortableApp
    Altered Shift+L/R for leading space while in edit mode upon notehead
    All symbols are now available for the plugins

Fixes

    JACK audio/MIDI worked incorrectly on some platforms
    #148311: Loop playback skipped final rests in the last measure
    MIDI note-off events were not sent in some cases
    Undoing slur addition to a range only removed one slur
    Canceling a selection worked incorrectly in some cases
    macOS package was not notarized in Apple
    Various fixes for the text editing process
    Fixed an issue when hiding notes or rests in a voice > 1 causes stems/beams to flip in a bad and unexpected way
    Fixed an issue when two grace notes disabling vertical chord alignment (Maximum Shift Above)
    Fixed an issue when "maximum shift above" leading to layout weirdness if measure has rhythm slashes and rests
    Fixed an issue with inactive "Realize chord symbols" command
    Fixed an issue when key signature appears in multiple places on the single staff
    Fixed an issue with missing grid of measures in the "timeline" view
    Fixed an issue with appearing of empty dialog during the "Save Online"
    Fixed an crash during the drag & drop of volta in continuous view
    Brackets were displaced in Continuous View
    Nested tuplets in linked staves led to corruption
    Octave selection was inconsistent in note input mode
    Voices worked incorrectly in the parts dialog in some cases
    Misclicking when attempting to create a range selection caused the current selection to be lost
    On-screen rendering of synthetically emboldened fonts was broken in some cases
    Smooth scrolling worked wrong in Continuous view when dealing with repeats
    Saving Online a yet unsaved or uncompressed (mscx) file didn't work
    Fixed zoom-box 100% selection bug.
    Fixed a bug with ignoring of blank lines at top of text elements
    Fixed an issue when cut/paste, drag/drop in Piano Roll Editor does not preserve NoteEvent values
    Fixed a playback of chord symbols attached to fret diagrams
    Fixed a note entry suggested position with no selection and last selected note in voice > 1
    Fixed a display of the bold and underlined texts
    Fixed the "Save Online" on AppImages

Complete list of issues resolved and improvements implemented

    #307433: Fixed crash when adding voltas in continuous view and improved behaviour when there are repeats
    #308023: Nothing happens when select Realize chord symbols via tools->Realize chord symbols
    #308281: Fixed blank upload dialog on Mac
    #307883: Key Signature appears too many times in Parts
    #308145: Fixed a missing grid in timeline view
    #308371: Fixed the bad stem directions on tab staves
    #307945: Two Grace Notes Disable Vertical Chord Alignment (Maximum Shift Above)
    #307946: Chord Symbols > Maximum Shift Above is weird if measure has rhythm slashes and rests


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/audio/musescore/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/audio/musescore/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/audio/musescore/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/audio/musescore/patches/patch-CMakeLists.txt

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/musescore/Makefile
diff -u pkgsrc/audio/musescore/Makefile:1.8 pkgsrc/audio/musescore/Makefile:1.9
--- pkgsrc/audio/musescore/Makefile:1.8 Tue Jun  2 08:23:13 2020
+++ pkgsrc/audio/musescore/Makefile     Thu Aug 13 04:27:38 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2020/06/02 08:23:13 adam Exp $
+# $NetBSD: Makefile,v 1.9 2020/08/13 04:27:38 gutteridge Exp $
 
-DISTNAME=      musescore-3.4.2
-PKGREVISION=   5
+DISTNAME=      musescore-3.5
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=musescore/}
 GITHUB_PROJECT=        MuseScore

Index: pkgsrc/audio/musescore/PLIST
diff -u pkgsrc/audio/musescore/PLIST:1.2 pkgsrc/audio/musescore/PLIST:1.3
--- pkgsrc/audio/musescore/PLIST:1.2    Sun Feb 16 20:00:47 2020
+++ pkgsrc/audio/musescore/PLIST        Thu Aug 13 04:27:38 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2020/02/16 20:00:47 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.3 2020/08/13 04:27:38 gutteridge Exp $
 bin/mscore
 bin/musescore
 man/man1/mscore.1
@@ -23,101 +23,208 @@ 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-3.4/demos/Brassed_Up.mscx
-share/mscore-3.4/demos/Dynamic_Strings.mscx
-share/mscore-3.4/demos/Fugue_1.mscx
-share/mscore-3.4/demos/Reunion.mscz
-share/mscore-3.4/demos/Unclaimed_Gift.mscx
-share/mscore-3.4/instruments/instruments.xml
-share/mscore-3.4/locale/languages.xml
-share/mscore-3.4/manual/plugins/manual.css
-share/mscore-3.4/manual/plugins/plugins3.html
-share/mscore-3.4/plugins/abc_import.qml
-share/mscore-3.4/plugins/colornotes.qml
-share/mscore-3.4/plugins/createscore.qml
-share/mscore-3.4/plugins/helloqml/helloqml.qml
-share/mscore-3.4/plugins/helloqml/translations/locale_de.qm
-share/mscore-3.4/plugins/helloqml/translations/locale_de.ts
-share/mscore-3.4/plugins/notenames.qml
-share/mscore-3.4/plugins/panel.qml
-share/mscore-3.4/plugins/random.qml
-share/mscore-3.4/plugins/random2.qml
-share/mscore-3.4/plugins/run.qml
-share/mscore-3.4/plugins/scorelist.qml
-share/mscore-3.4/plugins/view.qml
-share/mscore-3.4/plugins/walk.qml
-share/mscore-3.4/sound/MuseScore_General.sf3
-share/mscore-3.4/sound/MuseScore_General_License.md
-share/mscore-3.4/styles/MuseJazz.mss
-share/mscore-3.4/styles/cchords_muse.xml
-share/mscore-3.4/styles/cchords_nrb.xml
-share/mscore-3.4/styles/cchords_rb.xml
-share/mscore-3.4/styles/cchords_sym.xml
-share/mscore-3.4/styles/chords.xml
-share/mscore-3.4/styles/chords_jazz.xml
-share/mscore-3.4/styles/chords_std.xml
-share/mscore-3.4/styles/jazzchords.xml
-share/mscore-3.4/styles/stdchords.xml
-share/mscore-3.4/templates/01-General/00-Blank.mscx
-share/mscore-3.4/templates/01-General/01-Treble_Clef.mscx
-share/mscore-3.4/templates/01-General/02-Bass_Clef.mscx
-share/mscore-3.4/templates/01-General/03-Grand_Staff.mscx
-share/mscore-3.4/templates/02-Choral/01-SATB.mscx
-share/mscore-3.4/templates/02-Choral/02-SATB_+_Organ.mscx
-share/mscore-3.4/templates/02-Choral/03-SATB_+_Piano.mscx
-share/mscore-3.4/templates/02-Choral/04-SATB_Closed_Score.mscx
-share/mscore-3.4/templates/02-Choral/05-SATB_Closed_Score_+_Organ.mscx
-share/mscore-3.4/templates/02-Choral/06-SATB_Closed_Score_+_Piano.mscx
-share/mscore-3.4/templates/02-Choral/07-Voice_+_Piano.mscx
-share/mscore-3.4/templates/02-Choral/08-Barbershop_Quartet.mscx
-share/mscore-3.4/templates/02-Choral/09-Liturgical_Unmetrical.mscx
-share/mscore-3.4/templates/02-Choral/10-Liturgical_Unmetrical_+_Organ.mscx
-share/mscore-3.4/templates/03-Chamber_Music/01-String_Quartet.mscx
-share/mscore-3.4/templates/03-Chamber_Music/02-Wind_Quartet.mscx
-share/mscore-3.4/templates/03-Chamber_Music/03-Wind_Quintet.mscx
-share/mscore-3.4/templates/03-Chamber_Music/04-Saxophone_Quartet.mscx
-share/mscore-3.4/templates/03-Chamber_Music/05-Brass_Quartet.mscx
-share/mscore-3.4/templates/03-Chamber_Music/06-Brass_Quintet.mscx
-share/mscore-3.4/templates/04-Solo/01-Guitar.mscx
-share/mscore-3.4/templates/04-Solo/02-Guitar_+_Tablature.mscx
-share/mscore-3.4/templates/04-Solo/03-Guitar_Tablature.mscx
-share/mscore-3.4/templates/04-Solo/04-Piano.mscx
-share/mscore-3.4/templates/05-Jazz/01-Jazz_Lead_Sheet.mscx
-share/mscore-3.4/templates/05-Jazz/02-Big_Band.mscx
-share/mscore-3.4/templates/05-Jazz/03-Jazz_Combo.mscx
-share/mscore-3.4/templates/06-Popular/01-Rock_Band.mscx
-share/mscore-3.4/templates/06-Popular/02-Bluegrass_Band.mscx
-share/mscore-3.4/templates/07-Band_and_Percussion/01-Concert_Band.mscx
-share/mscore-3.4/templates/07-Band_and_Percussion/02-Small_Concert_Band.mscx
-share/mscore-3.4/templates/07-Band_and_Percussion/03-Brass_Band.mscx
-share/mscore-3.4/templates/07-Band_and_Percussion/04-Marching_Band.mscx
-share/mscore-3.4/templates/07-Band_and_Percussion/05-Small_Marching_Band.mscx
-share/mscore-3.4/templates/07-Band_and_Percussion/06-Battery_Percussion.mscx
-share/mscore-3.4/templates/07-Band_and_Percussion/07-Large_Pit_Percussion.mscx
-share/mscore-3.4/templates/07-Band_and_Percussion/08-Small_Pit_Percussion.mscx
-share/mscore-3.4/templates/07-Band_and_Percussion/09-European_Concert_Band.mscx
-share/mscore-3.4/templates/08-Orchestral/01-Classical_Orchestra.mscx
-share/mscore-3.4/templates/08-Orchestral/02-Symphony_Orchestra.mscx
-share/mscore-3.4/templates/08-Orchestral/03-String_Orchestra.mscx
-share/mscore-3.4/templates/drumset_fr.drm
-share/mscore-3.4/templates/orchestral.drm
-share/mscore-3.4/tours/autoplace.tour
-share/mscore-3.4/tours/inspector.tour
-share/mscore-3.4/tours/mmrest.tour
-share/mscore-3.4/tours/navigate.tour
-share/mscore-3.4/tours/noteinput.tour
-share/mscore-3.4/tours/palette.tour
-share/mscore-3.4/tours/select.tour
-share/mscore-3.4/tours/spanner-drop-apply.tour
-share/mscore-3.4/tours/timeline.tour
-share/mscore-3.4/tours/welcome.tour
-share/mscore-3.4/wallpaper/background1.png
-share/mscore-3.4/wallpaper/paper1.png
-share/mscore-3.4/wallpaper/paper2.png
-share/mscore-3.4/wallpaper/paper3.png
-share/mscore-3.4/wallpaper/paper4.png
-share/mscore-3.4/wallpaper/paper5.png
-share/mscore-3.4/wallpaper/paper6.png
-share/mscore-3.4/wallpaper/paper7.png
-share/mscore-3.4/workspaces/Advanced.workspace
-share/mscore-3.4/workspaces/Basic.workspace
+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_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_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_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_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

Index: pkgsrc/audio/musescore/distinfo
diff -u pkgsrc/audio/musescore/distinfo:1.5 pkgsrc/audio/musescore/distinfo:1.6
--- pkgsrc/audio/musescore/distinfo:1.5 Fri Mar 13 07:46:54 2020
+++ pkgsrc/audio/musescore/distinfo     Thu Aug 13 04:27:38 2020
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.5 2020/03/13 07:46:54 wiz Exp $
+$NetBSD: distinfo,v 1.6 2020/08/13 04:27:38 gutteridge Exp $
 
-SHA1 (musescore-3.4.2.tar.gz) = 95d8d0d0bef7327e793b6374feb22d9522225b30
-RMD160 (musescore-3.4.2.tar.gz) = d476367b02d5efc1527426451379b1918b24b8a9
-SHA512 (musescore-3.4.2.tar.gz) = d53024a04793dd418bce910e47b1d6f785b6e5ffbd97117a910f144ee37d20c20ce555a45fcf30532019aa8d7e429fc2dfedfef33a6078ab73889fe7995fe9f4
-Size (musescore-3.4.2.tar.gz) = 62960426 bytes
-SHA1 (patch-CMakeLists.txt) = 82b2b3591f0241bdd7be173b3534615bd15a1a9c
+SHA1 (musescore-3.5.tar.gz) = 099b591205363f274cfbe695ca3f7d5d6640c975
+RMD160 (musescore-3.5.tar.gz) = 66c7a8a17e4b6487eb1f30e97ad98d1541d0ec2c
+SHA512 (musescore-3.5.tar.gz) = db2d22abf1b53e37ea5e3b2f367dc945afa3bab7fb4c5b3b5c172498060170a3b0a96767584c0959b29c412729eb059917b98058c6b11e30f54ec4047a775e96
+Size (musescore-3.5.tar.gz) = 66798006 bytes
+SHA1 (patch-CMakeLists.txt) = 6685df7bb24d994ddc41c677b981f6abc44c8db1
 SHA1 (patch-build_Linux+BSD_portable_portable-utils.in) = a2af39d397a0be4ceb8f97fa7742a67d35d43f4c

Index: pkgsrc/audio/musescore/patches/patch-CMakeLists.txt
diff -u pkgsrc/audio/musescore/patches/patch-CMakeLists.txt:1.4 pkgsrc/audio/musescore/patches/patch-CMakeLists.txt:1.5
--- pkgsrc/audio/musescore/patches/patch-CMakeLists.txt:1.4     Fri Mar 13 07:46:54 2020
+++ pkgsrc/audio/musescore/patches/patch-CMakeLists.txt Thu Aug 13 04:27:38 2020
@@ -1,23 +1,11 @@
-$NetBSD: patch-CMakeLists.txt,v 1.4 2020/03/13 07:46:54 wiz Exp $
+$NetBSD: patch-CMakeLists.txt,v 1.5 2020/08/13 04:27:38 gutteridge Exp $
 
 Never compress man pages.
 
 Use CMAKE_INSTALL_MANDIR.
 
-Use the correct macro for pkg-config invocation.
-https://github.com/musescore/MuseScore/pull/5732
-
 --- CMakeLists.txt.orig        2020-02-06 21:10:58.000000000 +0000
 +++ CMakeLists.txt
-@@ -385,7 +385,7 @@ endif(BUILD_FOR_WINSTORE)
- 
- if (USE_SYSTEM_FREETYPE)
-       if (APPLE)
--            PKGCONFIG (freetype2 2.5.2 FREETYPE_INCLUDE_DIRS FREETYPE_LIBDIR FREETYPE_LIBRARIES FREETYPE_CPP)
-+            PKGCONFIG1 (freetype2 2.5.2 FREETYPE_INCLUDE_DIRS FREETYPE_LIBDIR FREETYPE_LIBRARIES FREETYPE_CPP)
-             if (FREETYPE_INCLUDE_DIRS)
-                   STRING(REGEX REPLACE  "\"" "" FREETYPE_INCLUDE_DIRS ${FREETYPE_INCLUDE_DIRS})
-                   STRING(REGEX REPLACE  "\"" "" FREETYPE_LIBDIR ${FREETYPE_LIBDIR})
 @@ -683,7 +683,7 @@ if (NOT MINGW AND NOT MSVC AND NOT APPLE
      # Compress man pages if gzip is installed (don't on OpenBSD)
      # Note: Compressing man pages is normal on Linux but not OpenBSD



Home | Main Index | Thread Index | Old Index