1
0
forked from pool/schismtracker

Compare commits

...

10 Commits

Author SHA256 Message Date
Ana Guerrero
638e20d34a Accepting request 1243609 from multimedia:apps
- Update to release 20250202

OBS-URL: https://build.opensuse.org/request/show/1243609
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/schismtracker?expand=0&rev=42
2025-02-06 21:07:26 +00:00
OBS User unknown
dc4d5d536a [info=2c25770743517889420a99d677d5f4224d9ba552a0c23b81160e6586bd17b430]
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/schismtracker?expand=0&rev=92
2025-02-06 11:04:51 +00:00
OBS User unknown
f10f1e8ceb [info=8b529ab9221bf3c27bcacb7ddf3b4a67109ec0cf1552070e8422a7e0e52e3749]
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/schismtracker?expand=0&rev=91
2025-02-05 19:53:26 +00:00
Ana Guerrero
0fab015b42 Accepting request 1233474 from multimedia:apps
- Update to release 20241226

OBS-URL: https://build.opensuse.org/request/show/1233474
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/schismtracker?expand=0&rev=41
2024-12-29 10:56:38 +00:00
OBS User unknown
314c3ec1f5 [info=146074f83f58f1483c04a5c05030cd162c16f809ac8577816eaf0dda4a029a30]
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/schismtracker?expand=0&rev=90
2024-12-27 00:29:15 +00:00
Ana Guerrero
9bfec9bcba Accepting request 1216839 from multimedia:apps
- Update to release 20241021

OBS-URL: https://build.opensuse.org/request/show/1216839
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/schismtracker?expand=0&rev=40
2024-10-22 12:52:41 +00:00
OBS User unknown
67d4895c32 [info=ea84a0c2a4a78fcc00d45486fb605b07003237dd61505a1939169313ba3722d4]
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/schismtracker?expand=0&rev=89
2024-10-21 21:39:01 +00:00
Ana Guerrero
f69f6f26a9 Accepting request 1199860 from multimedia:apps
- Update to release 20240909

OBS-URL: https://build.opensuse.org/request/show/1199860
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/schismtracker?expand=0&rev=39
2024-09-10 19:14:34 +00:00
OBS User unknown
d250f8482a [info=024893f5ad012804657b7c114e74ca8db2d5e1453c85148bd7a85916b5f66730]
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/schismtracker?expand=0&rev=88
2024-09-10 09:36:55 +00:00
OBS User unknown
362b898f8f [info=f4f9ed86bab73c3d523f27d5476ef1a3236c156c56108c64b25c8ed0964ee9ec]
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/schismtracker?expand=0&rev=87
2024-06-30 16:36:22 +00:00
7 changed files with 83 additions and 39 deletions

BIN
20240630.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
20250202.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,4 +1,4 @@
mtime: 1719762585
commit: c854a2cdaf12bff585c1527c928864c3033ce55c49044dcc784a97c60e670a98
mtime: 1738830136
commit: 2c25770743517889420a99d677d5f4224d9ba552a0c23b81160e6586bd17b430
url: https://src.opensuse.org/jengelh/schismtracker
revision: master

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2c90ed39479f8978993c5c48b8bc27abd9a0305178b91ffb5116ab230073e5f6
oid sha256:98584971c7aefbe626be6de919e3ec440d153e79ba0fb287c3afdeff80d84298
size 256

View File

@ -1,26 +0,0 @@
From: Jan Engelhardt <jengelh@medozas.de>
Upstream: never
Replace __DATE__ and __TIME__ with static text.
Note: rpmlint will still complain when the static date that was
encoded happens to be the current day. That is ok, since rpmlint
uses just a heuristic - excessive rebuilds should not actually
be happening.
---
schism/version.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: schismtracker-20240529/schism/version.c
===================================================================
--- schismtracker-20240529.orig/schism/version.c
+++ schismtracker-20240529/schism/version.c
@@ -52,7 +52,7 @@ static const char* top_banner_normal =
#if !defined(EMPTY_VERSION)
"Schism Tracker " VERSION
#else
- "Schism Tracker built " __DATE__ " " __TIME__
+ "Schism Tracker built <>"
#endif
;

View File

@ -1,3 +1,74 @@
-------------------------------------------------------------------
Thu Feb 6 08:21:31 UTC 2025 - Bernhard Wiedemann <bwiedemann@suse.de>
- Drop schism-nodate.diff to make builds reproducible (boo#1047218)
-------------------------------------------------------------------
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>
- Update to release 20241226
* Implement Time Information page (accessible via
LShift-LAlt-RAlt-RCtrl-Pause, or the more sane keybind
Ctrl-Alt-T)
* Implement OpenMPT-style loop wrap-around buffer (addresses
playback issues with sample loops + interpolation)
* Much more accurate VU meters in the info page
* Fix handling of Lxx effects
* Fix handling of S7B/S7C effects
* Add support for 32-bit audio output
* Add primitive info reader of EdLib Tracker EDL and D00 files
(loading of the song data is not currently implemented)
* Fix some AIFF and WAV files not being loaded properly
* The default audio sample rate is now 48kHz instead of 44.1kHz
* Instruments Page: Keyjazz now works like Impulse Tracker did
* S3M: Import edit timers from Impulse Tracker and OpenMPT
* S3M: Save Impulse Tracker-style edit timers
- Delete 0001-build-resolve-Wreturn-type-warnings.patch (merged)
-------------------------------------------------------------------
Mon Oct 21 12:55:10 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 20241021
* Fix search on the Load Module page
* Wii U support
* Fix portamento in both volume and effect column at the same
time
* Allow importing of IEEE floating point WAV and AU files
* POSIX: Use ~/.config/schism by default; ~/.schism is used if
it is available as a fallback
* MIDI/JACK: Both midi in and out should work flawlessly now
* S3M: Fix sample import under big endian architectures
* IT: Fix V81-VFF commands in old Schism Tracker ITs
* XM: Import ModPlug Tracker Command X extensions
- Add 0001-build-resolve-Wreturn-type-warnings.patch
-------------------------------------------------------------------
Tue Sep 10 09:32:16 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 20240909
* Add new Unicode fonts (extended latin alphabet, Greek alphabet,
and Hiragana) that are used in the sample, instrument, and
module loading pages for filenames.
* Better tracker detection for S3M files
* More accurate import of the XM K00 effect
* Rework cursor drawing to be more accurate to Impulse Tracker
* Import panning on DSM files
* Fix many possible memory leaks
* S3M: don't warn about invalid notes when saving empty pattern
cells
-------------------------------------------------------------------
Sun Jun 30 15:48:11 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
@ -5,7 +76,7 @@ Sun Jun 30 15:48:11 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
* Add DSM format loader (thanks @RepellantMold)
* Fix a crash upon loading some IT modules made in Modplug and
its derivatives
- Delete schism-deptrack.diff (merged)
- Delete schism-deptrack.diff, delete compile.diff (merged)
-------------------------------------------------------------------
Sat Jun 15 12:56:29 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@ -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,16 +17,14 @@
Name: schismtracker
Version: 20240630
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
#Source: https://github.com/schismtracker/schismtracker/releases/download/%version/%name-%version.source.tar.gz
Source2: %name.desktop
Patch2: schism-nodate.diff
BuildRequires: alsa-devel
BuildRequires: autoconf
BuildRequires: automake
@ -37,6 +35,7 @@ BuildRequires: libtool
BuildRequires: python3-base
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(flac)
BuildRequires: pkgconfig(libutf8proc)
BuildRequires: pkgconfig(sdl2)
%description
@ -51,7 +50,7 @@ bugfixes and changes to improve IT playback.
%autosetup -p1
%build
if [ ! -e configure ]; then autoreconf -fi; fi
autoreconf -fi
%configure
%make_build