forked from pool/schismtracker
schismtracker 20250202
This commit is contained in:
parent
146074f83f
commit
8b529ab922
BIN
20241226.tar.gz
(Stored with Git LFS)
BIN
20241226.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
20250202.tar.gz
(Stored with Git LFS)
Normal file
BIN
20250202.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -11,16 +11,16 @@ be happening.
|
||||
schism/version.c | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
Index: schismtracker-20241226/schism/version.c
|
||||
Index: schismtracker-20250202/schism/version.c
|
||||
===================================================================
|
||||
--- schismtracker-20241226.orig/schism/version.c
|
||||
+++ schismtracker-20241226/schism/version.c
|
||||
@@ -53,7 +53,7 @@ static const char* top_banner_normal =
|
||||
#ifndef EMPTY_VERSION
|
||||
"Schism Tracker " VERSION
|
||||
--- schismtracker-20250202.orig/schism/version.c
|
||||
+++ schismtracker-20250202/schism/version.c
|
||||
@@ -54,7 +54,7 @@ Information at our disposal:
|
||||
#if !defined(EMPTY_VERSION) && defined(VERSION)
|
||||
# define TOP_BANNER_NORMAL "Schism Tracker " VERSION
|
||||
#else
|
||||
- "Schism Tracker built " __DATE__ " " __TIME__
|
||||
+ "Schism Tracker built <>"
|
||||
-# define TOP_BANNER_NORMAL "Schism Tracker built " __DATE__ " " __TIME__
|
||||
+# define TOP_BANNER_NORMAL "Schism Tracker built <>"
|
||||
#endif
|
||||
;
|
||||
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 5 19:51:50 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 20250202
|
||||
* MOD saving supports more than four channels now.
|
||||
* Floating point WAV/AIFF/AU importing now uses hardware
|
||||
floating point numbers, if available.
|
||||
* Fix note cut being cut off immediately regardless of whether
|
||||
ramping was enabled or not.
|
||||
* Fix envelope carry being dependent on a previous Note Off.
|
||||
* Fix a crash when loading some extremely large files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 27 00:17:59 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package schismtracker
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,12 +17,12 @@
|
||||
|
||||
|
||||
Name: schismtracker
|
||||
Version: 20241226
|
||||
Version: 20250202
|
||||
Release: 0
|
||||
Summary: Music editor that matches the look and feel of Impulse Tracker
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Multimedia/Sound/Editors and Convertors
|
||||
URL: http://schismtracker.org/
|
||||
URL: https://schismtracker.org/
|
||||
Source: https://github.com/schismtracker/schismtracker/archive/refs/tags/%version.tar.gz
|
||||
Source2: %name.desktop
|
||||
Patch2: schism-nodate.diff
|
||||
|
Loading…
x
Reference in New Issue
Block a user