diff options
author | gutteridge <gutteridge@pkgsrc.org> | 2021-02-11 06:54:57 +0000 |
---|---|---|
committer | gutteridge <gutteridge@pkgsrc.org> | 2021-02-11 06:54:57 +0000 |
commit | db9482094a7f677da71ae2b15a401f408298ceb1 (patch) | |
tree | 904da65d3d394b44c992f397bbd761c00656040a /audio | |
parent | 5ac98deece2d1af6c11a4e6fdb87d01c1dcd5892 (diff) | |
download | pkgsrc-db9482094a7f677da71ae2b15a401f408298ceb1.tar.gz |
musescore: update to 3.6.2
Fixes
Fixed an issue with gap between staff and end barline with courtesy clef
#316502: Fixed an issue with accessibility of "score migration" dialog
#275837: Fixed a crash related to QtWebEngineProcess after update
#316373: Fixed an issue with appearance of part name in timeline rather than instrument name
#316125: Fixed an issue with handling of "dockable" windows focus on visibility toggle
#316096: Fixed an issue when custom gliss text reverts to default "gliss"
#315963: Added missing Flügelhorns to concert bands, orchestral and big bands, jazz combos and brass ensembles
#315677: Fixed an issue with unavailable beaming across crotchet rests
#316610: Fixed an issue when staff spacer does not work on last system of page
#316645: Fixed an issue with broken swapping notes/chords with Shift + Left/Right
#315904: Fixed an issue with incomplete import from ScoreScan XML file
Fixed an issue with unsaved default settings to pre 3.6 score after 'reset to defaults'
#316896: Fixed an issue with Banjo fifth string fret numbers
#316555: Fixed an issue when invisible breath impacted a layout
#316679: Fixed a crash during the opening a score with a missing section break
#305777: Applying tremolo is a toggle operation now
#315408: Fixed an issue when "Mixer" panel not fully shown when opened
#316754: Fixed an issue with empty rehearsal mark not deleted after entering a line break
#316869: Fixed an issue when multi-measure rest numbers can collide with other elements
#316797: Fixed an issue when deleting a breath/caesura leads to selection of the wrong note
#316559: Fixed an issue when part inherits non-default style from score
#316441: Fixed a crash when changing time signature in front of a corrupted measure
#316571: Updated a close icon for Import Midi Panel (and Find/GoTo)
#315779: Fixed an issue with auto-size of vertical frame when dragging the height handle
Diffstat (limited to 'audio')
-rw-r--r-- | audio/musescore/Makefile | 5 | ||||
-rw-r--r-- | audio/musescore/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/audio/musescore/Makefile b/audio/musescore/Makefile index 0fbc8ddc0c1..a61b5d904ba 100644 --- a/audio/musescore/Makefile +++ b/audio/musescore/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2021/02/07 06:30:14 ryoon Exp $ +# $NetBSD: Makefile,v 1.21 2021/02/11 06:54:57 gutteridge Exp $ -DISTNAME= musescore-3.6.1 -PKGREVISION= 1 +DISTNAME= musescore-3.6.2 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_GITHUB:=musescore/} GITHUB_PROJECT= MuseScore diff --git a/audio/musescore/distinfo b/audio/musescore/distinfo index 298cae981c0..2a026c9bbbc 100644 --- a/audio/musescore/distinfo +++ b/audio/musescore/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.9 2021/01/27 23:04:22 gutteridge Exp $ +$NetBSD: distinfo,v 1.10 2021/02/11 06:54:57 gutteridge Exp $ -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 (musescore-3.6.2.tar.gz) = 603d9d797bdd1df961ff3ff7fb06a1e5bb9f0cf0 +RMD160 (musescore-3.6.2.tar.gz) = 196df967a96367e3665bb94d884f29b425a759f3 +SHA512 (musescore-3.6.2.tar.gz) = 04ff1ddd82358c070640f81bbaa9c47c5da95aa57c56a5d1b975ad984744e0def17d5581da6bbeda1aae1c68470100d104d4f8a39ba33bf37bf8891ffcbf1d6e +Size (musescore-3.6.2.tar.gz) = 69077899 bytes SHA1 (patch-CMakeLists.txt) = 6685df7bb24d994ddc41c677b981f6abc44c8db1 SHA1 (patch-build_Linux+BSD_portable_portable-utils.in) = e608e0fb055671f863e24906ffffbe75a29948c4 |