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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user