- Update to version 3.16.0.
Changelog: https://github.com/GrandOrgue/grandorgue/releases/tag/3.16.0-1 - Added more columns to the Initial MIDI tab of the Organ settings #1974 - Added capability of assigning any MIDI object events to the initial MIDI configuration #1974 - Added capability of setting Send, Division and Shortcut events for Initial MIDI objects #1974 - Changed package names for Linux: grandorgue-wx30 requires wxWidgets 3.0 and grandorgue requires wxWidgets 3.2 - Load pitch and show it to labels on organ load #2233 - Reduced decimal numbers for PitchLabel #2234 - Added support of exporting current midi settings to a text file and of importing them from both text and .cmb files #1199 - Fixed crash on reloading an organ #2185 - Removed support of linux distributions with GLIBC versions before 2.35 (ubuntu<22, debian<12, fedora<36, oracle linux<9) - Added capability of customising minimum amplitude level of enclosures added internally by GrandOrgue #782 - Added resending midi events when exiting from MidiEventDialog #2062 - Fixed incorrect default audio channels config #2115 - Changed default sample rate, samples per buffer and interpolation type to 48000, 512 and Polyphase #2115 - Increased the maximum samples per buffer to 2048 #2115 - Increased the maximum supported sample rate to 192000 #2115 - Fixed nested scrolling in the MidiObject dialog on macOs #1972 - Increased the maximum number of user-defined temperaments to 999 #1982 - Remove gcc15-includes.patch. OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/grandorgue?expand=0&rev=47
This commit is contained in:
@@ -1,35 +0,0 @@
|
||||
From 254c03f02eded193895cc8559a7a0526f2563456 Mon Sep 17 00:00:00 2001
|
||||
From: Oleg Samarin <osamarin68@gmail.com>
|
||||
Date: Thu, 1 May 2025 23:17:33 +0300
|
||||
Subject: [PATCH] Fixed compilation on a recent gcc
|
||||
|
||||
---
|
||||
src/core/GOWave.h | 7 ++++---
|
||||
1 file changed, 4 insertions(+), 3 deletions(-)
|
||||
|
||||
diff --git a/src/core/GOWave.h b/src/core/GOWave.h
|
||||
index cb050d6de..201b2c760 100644
|
||||
--- a/src/core/GOWave.h
|
||||
+++ b/src/core/GOWave.h
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Copyright 2006 Milan Digital Audio LLC
|
||||
- * Copyright 2009-2023 GrandOrgue contributors (see AUTHORS)
|
||||
+ * Copyright 2009-2025 GrandOrgue contributors (see AUTHORS)
|
||||
* License GPL-2.0 or later
|
||||
* (https://www.gnu.org/licenses/old-licenses/gpl-2.0.html).
|
||||
*/
|
||||
@@ -8,10 +8,11 @@
|
||||
#ifndef GOWAVE_H
|
||||
#define GOWAVE_H
|
||||
|
||||
-#include <wx/string.h>
|
||||
-
|
||||
+#include <cstdint>
|
||||
#include <vector>
|
||||
|
||||
+#include <wx/string.h>
|
||||
+
|
||||
#include "GOBuffer.h"
|
||||
#include "GOWaveLoop.h"
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fae0d4cca55d3026824bcd69485480b785534987ec459a16ae759049779fed8a
|
||||
size 28572552
|
3
grandorgue-3.16.0-1.tar.gz
Normal file
3
grandorgue-3.16.0-1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7e43362f4b1b32c47eaf9be9abad8b42fdb1f14828182be2be38cc7f60768745
|
||||
size 28708231
|
@@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 4 20:10:49 UTC 2025 - Lukas Müller <expeehaa@outlook.com>
|
||||
|
||||
- Update to version 3.16.0.
|
||||
Changelog: https://github.com/GrandOrgue/grandorgue/releases/tag/3.16.0-1
|
||||
- Added more columns to the Initial MIDI tab of the Organ settings #1974
|
||||
- Added capability of assigning any MIDI object events to the initial MIDI configuration #1974
|
||||
- Added capability of setting Send, Division and Shortcut events for Initial MIDI objects #1974
|
||||
- Changed package names for Linux: grandorgue-wx30 requires wxWidgets 3.0 and grandorgue requires wxWidgets 3.2
|
||||
- Load pitch and show it to labels on organ load #2233
|
||||
- Reduced decimal numbers for PitchLabel #2234
|
||||
- Added support of exporting current midi settings to a text file and of importing them from both text and .cmb files #1199
|
||||
- Fixed crash on reloading an organ #2185
|
||||
- Removed support of linux distributions with GLIBC versions before 2.35 (ubuntu<22, debian<12, fedora<36, oracle linux<9)
|
||||
- Added capability of customising minimum amplitude level of enclosures added internally by GrandOrgue #782
|
||||
- Added resending midi events when exiting from MidiEventDialog #2062
|
||||
- Fixed incorrect default audio channels config #2115
|
||||
- Changed default sample rate, samples per buffer and interpolation type to 48000, 512 and Polyphase #2115
|
||||
- Increased the maximum samples per buffer to 2048 #2115
|
||||
- Increased the maximum supported sample rate to 192000 #2115
|
||||
- Fixed nested scrolling in the MidiObject dialog on macOs #1972
|
||||
- Increased the maximum number of user-defined temperaments to 999 #1982
|
||||
- Remove gcc15-includes.patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 15 12:07:33 UTC 2025 - Christoph G <foss@grueninger.de>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package grandorgue
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,14 +19,12 @@
|
||||
%define version_suffix 1
|
||||
|
||||
Name: grandorgue
|
||||
Version: 3.15.4
|
||||
Version: 3.16.0
|
||||
Release: 0
|
||||
Summary: Virtual Pipe Organ Software
|
||||
License: GPL-2.0-or-later
|
||||
URL: https://github.com/GrandOrgue/grandorgue
|
||||
Source: https://github.com/GrandOrgue/grandorgue/archive/%{version}-%{version_suffix}.tar.gz#/%{name}-%{version}-%{version_suffix}.tar.gz
|
||||
# https://github.com/GrandOrgue/grandorgue/pull/2184
|
||||
Patch0: gcc15-includes.patch
|
||||
BuildRequires: ImageMagick
|
||||
BuildRequires: cmake >= 3.10
|
||||
BuildRequires: docbook-xsl-stylesheets
|
||||
|
Reference in New Issue
Block a user