- Update to 3.5:

* New features:
    - Option available in Preferences for playback of chord symbols
    - Mid-staff instrument changes now do almost everything
      automatically
    - Support for Orca (Linux) screenreader
    - Hairpins, voltas, and other lines now adapt anchor points
      when dragged
    - Splash screen displays progress messages while loading MuseScore
    - Diatonic pitch up/down (keep degree alterations) shortcuts
    - Select Similar Elements: Same Beat
    - New Score Wizard now automatically numbers instruments
    - Property for beam style of tremolo (all strokes attached to
      stem)
    - Style for hiding brackets which span to a single staff when
      empty staves are hidden
    - Properties and styles for measure number positioning, including
      cantered and below staff
    - Property and style for position of multimeasure rest numbers
    - Property for fretboard diagram rotation
  * Improvements and fixes.
    For details see :
      https://github.com/musescore/MuseScore/releases/tag/v3.5
- update correct-revision.patch

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/musescore?expand=0&rev=76
This commit is contained in:
Cor Blom 2020-08-19 10:30:38 +00:00 committed by Git OBS Bridge
parent 3a05b07aac
commit 6e2036dfd9
5 changed files with 34 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2604aa9db0b9e8ac3b067aeb98effce07f29e8ea510729d7a76f66e0c4e3f95d
size 62960426

3
MuseScore-3.5.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6456ab92298a19b08dddc478d2d7f7847c1bbe104a13963efa6d24b752bb30a7
size 66798006

View File

@ -2,4 +2,4 @@
+++ b/mscore/revision.h +++ b/mscore/revision.h
@@ -1 +1 @@ @@ -1 +1 @@
-3543170 -3543170
+148e43f +43c5553

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Wed Aug 19 10:08:27 UTC 2020 - Cor Blom <cornelis@solcon.nl>
- Update to 3.5:
* New features:
- Option available in Preferences for playback of chord symbols
- Mid-staff instrument changes now do almost everything
automatically
- Support for Orca (Linux) screenreader
- Hairpins, voltas, and other lines now adapt anchor points
when dragged
- Splash screen displays progress messages while loading MuseScore
- Diatonic pitch up/down (keep degree alterations) shortcuts
- Select Similar Elements: Same Beat
- New Score Wizard now automatically numbers instruments
- Property for beam style of tremolo (all strokes attached to
stem)
- Style for hiding brackets which span to a single staff when
empty staves are hidden
- Properties and styles for measure number positioning, including
cantered and below staff
- Property and style for position of multimeasure rest numbers
- Property for fretboard diagram rotation
* Improvements and fixes.
For details see :
https://github.com/musescore/MuseScore/releases/tag/v3.5
- update correct-revision.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Apr 27 19:18:01 UTC 2020 - Bernhard Wiedemann <bwiedemann@suse.com> Mon Apr 27 19:18:01 UTC 2020 - Bernhard Wiedemann <bwiedemann@suse.com>

View File

@ -17,11 +17,11 @@
%define rname mscore %define rname mscore
%define version_lesser 3.4 %define version_lesser 3.5
%define fontdir %{_datadir}/fonts/%{name} %define fontdir %{_datadir}/fonts/%{name}
%define docdir %{_docdir}/%{name} %define docdir %{_docdir}/%{name}
Name: musescore Name: musescore
Version: 3.4.2 Version: 3.5
Release: 0 Release: 0
Summary: A WYSIWYG music score typesetter Summary: A WYSIWYG music score typesetter
# Musescore code license is GPL-2.0 # Musescore code license is GPL-2.0
@ -62,7 +62,6 @@ BuildRequires: pkgconfig(Qt5Sql)
BuildRequires: pkgconfig(Qt5Svg) BuildRequires: pkgconfig(Qt5Svg)
BuildRequires: pkgconfig(Qt5Test) BuildRequires: pkgconfig(Qt5Test)
BuildRequires: pkgconfig(Qt5UiTools) BuildRequires: pkgconfig(Qt5UiTools)
# TODO: why does it fail with qtwebengine?
BuildRequires: pkgconfig(Qt5WebEngine) BuildRequires: pkgconfig(Qt5WebEngine)
BuildRequires: pkgconfig(Qt5WebEngineCore) BuildRequires: pkgconfig(Qt5WebEngineCore)
BuildRequires: pkgconfig(Qt5WebEngineWidgets) BuildRequires: pkgconfig(Qt5WebEngineWidgets)