Package: musescore / 2.3.2+dfsg2-7~deb10u1

Metadata

Package Version Patches format
musescore 2.3.2+dfsg2-7~deb10u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
debian specific/dfsg exclusions.diff | (download)

share/CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 do not try to descend into excluded directory
debian specific/dfsg exclusions diffpatchmatch.diff | (download)

CMakeLists.txt | 2 1 + 1 - 0 !
mscore/CMakeLists.txt | 1 0 + 1 - 0 !
mscore/file.cpp | 1 0 + 1 - 0 !
3 files changed, 1 insertion(+), 3 deletions(-)

 remove excluded directory from build
debian specific/debundle openssl.diff | (download)

thirdparty/kQOAuth/CMakeLists.txt | 2 1 + 1 - 0 !
thirdparty/kQOAuth/kqoauthutils.cpp | 5 0 + 5 - 0 !
2 files changed, 1 insertion(+), 6 deletions(-)

 remove openssl references from kqoauth
 The code will happily build without OpenSSL.
debian specific/kfreebsd oss salsa.diff | (download)

mscore/mididriver.cpp | 28 25 + 3 - 0 !
1 file changed, 25 insertions(+), 3 deletions(-)

 add function missing in oss-salsa to fix non-linux compile;
 fixup int vs. ssize_t issue in related code to ensure it will work.
upstream/lyrics hyphen syllable closer.diff | (download)

libmscore/lyrics.cpp | 10 5 + 5 - 0 !
1 file changed, 5 insertions(+), 5 deletions(-)

 draw the first and last hyphen closer to the syllable
upstream/mscx reproducible save chordlist.diff | (download)

libmscore/chordlist.h | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 save //chordlist/font/sym in a sorted way
upstream/save locale dependent preferences.diff | (download)

mscore/preferences.cpp | 11 11 + 0 - 0 !
1 file changed, 11 insertions(+)

 save locale-dependent preferences on program start
 Otherwise, they will depend on the locale of each individual
 invocation, instead of reusing the paths used at the first
 start, letting users not find their scores.
 Noticed by Natureshadow <dominik.george@teckids.org>
upstream/testsuite.diff | (download)

vtest/gen | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 log vtest comparison in machine-parsable format
upstream/better batch convert.diff | (download)

mscore/file.cpp | 5 5 + 0 - 0 !
mscore/musescore.cpp | 256 142 + 114 - 0 !
mscore/musescore.h | 1 1 + 0 - 0 !
3 files changed, 148 insertions(+), 114 deletions(-)

 overhaul -j to make it more flexible
 (plus some backports)
experiments/lyrics hyphen max 8sp.diff | (download)

libmscore/lyrics.h | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 halve default lyrics hyphenation step
experiments/mtest fix freetype includes.diff | (download)

mtest/CMakeLists.txt | 14 12 + 2 - 0 !
mtest/cmake.inc | 7 6 + 1 - 0 !
2 files changed, 18 insertions(+), 3 deletions(-)

 use system freetype also for mtest
experiments/new manpage.diff | (download)

build/Linux+BSD/mscore.1.in | 736 501 + 235 - 0 !
build/Linux+BSD/mscore.1.preview.sh | 24 24 + 0 - 0 !
2 files changed, 525 insertions(+), 235 deletions(-)

 fix #277903: new manpage
 (here for 2.x)