Accepting request 1163589 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/1163589 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grandorgue?expand=0&rev=13
This commit is contained in:
commit
d6248d76b0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:026e4f48a6a9eadb5b24bfae11a070aa9c7bf7c0d32b8dd08b56759aeb6e8af7
|
||||
size 28155345
|
3
grandorgue-3.14.0-1.tar.gz
Normal file
3
grandorgue-3.14.0-1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:273c3c0e03885836ff6898a06a1b1a5bb2e57a705515bb5b24a9572f78b08272
|
||||
size 28278774
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 29 16:49:11 UTC 2024 - Lukas Müller <expeehaa@outlook.com>
|
||||
|
||||
- Update to version 3.14.0.
|
||||
Changelog: https://github.com/GrandOrgue/grandorgue/releases/tag/3.14.0-1
|
||||
- Fixed crash on loading an organ without a pedal but wit a unison-off coupler https://github.com/GrandOrgue/grandorgue/issues/1846
|
||||
- Changed displaying of the right part of paths https://github.com/GrandOrgue/grandorgue/issues/1663
|
||||
- Added automatic update checking at startup (configurable) and the ability to check for updates from Help menu
|
||||
- Increased maximum value of allowed size to 32000 https://github.com/GrandOrgue/grandorgue/issues/1840
|
||||
- Added capability of specifying AmplitudeLevel, Gain, PitchTuning, PitchCorrection and TrackerDelay, Percussive, HasIndependentRelease at the WindchestGroup level of ODF
|
||||
- Added capability of specifying Percussive and HasIndependentRelease at the Organ level of ODF
|
||||
- Added capability of playing release of percussive pipes with Pipe999HasIndependentRelease=Y https://github.com/GrandOrgue/grandorgue/issues/1385
|
||||
- Fixed different encoding of combination .yaml files on Windows, Linux and MacOS https://github.com/GrandOrgue/grandorgue/issues/1818
|
||||
- Added support of "Couple Through" mode of Virtual Couplers https://github.com/GrandOrgue/grandorgue/issues/1657
|
||||
- Added capability of loading only GUI panels without audio samples by specifying the "-g" switch from the command line https://github.com/GrandOrgue/grandorgue/issues/1602
|
||||
- Removed support of MacOS 11 https://github.com/GrandOrgue/grandorgue/issues/1791
|
||||
- Fixed crash on loading an organ with a crescendo in Add mode https://github.com/GrandOrgue/grandorgue/issues/1772
|
||||
- Fixed crash with rtaudio/asio https://github.com/GrandOrgue/grandorgue/issues/1772
|
||||
- Added support of specifying different crossfade length for additional attack and release files https://github.com/GrandOrgue/grandorgue/issues/1760
|
||||
- Fixed wrong filename of the midi recorder file with Hungarian language settings https://github.com/GrandOrgue/grandorgue/issues/1644
|
||||
- Fixed unability to select the Hungarian language in the Organ Settings dialog
|
||||
- Eliminated resetting audio group with the Default button of Organ Settings dialog https://github.com/GrandOrgue/grandorgue/issues/731
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 8 14:26:36 UTC 2024 - Lukas Müller <expeehaa@outlook.com>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define version_suffix 1
|
||||
|
||||
Name: grandorgue
|
||||
Version: 3.13.3
|
||||
Version: 3.14.0
|
||||
Release: 0
|
||||
Summary: Virtual Pipe Organ Software
|
||||
License: GPL-2.0-or-later
|
||||
@ -47,6 +47,7 @@ BuildRequires: pkgconfig(rtmidi)
|
||||
BuildRequires: pkgconfig(wavpack)
|
||||
BuildRequires: pkgconfig(yaml-cpp)
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
BuildRequires: libcurl-devel
|
||||
Recommends: grandorgue-demo
|
||||
|
||||
%package demo
|
||||
|
Loading…
Reference in New Issue
Block a user