SHA256
1
0
forked from pool/musescore

- 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

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