Compare commits
No commits in common. "factory" and "factory" have entirely different histories.
BIN
20240630.tar.gz
(Stored with Git LFS)
Normal file
BIN
20240630.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
20241226.tar.gz
(Stored with Git LFS)
BIN
20241226.tar.gz
(Stored with Git LFS)
Binary file not shown.
@ -1,4 +1,4 @@
|
|||||||
mtime: 1735259335
|
mtime: 1719762585
|
||||||
commit: 146074f83f58f1483c04a5c05030cd162c16f809ac8577816eaf0dda4a029a30
|
commit: c854a2cdaf12bff585c1527c928864c3033ce55c49044dcc784a97c60e670a98
|
||||||
url: https://src.opensuse.org/jengelh/schismtracker
|
url: https://src.opensuse.org/jengelh/schismtracker
|
||||||
revision: master
|
revision: master
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:1d6c767b6813e9c2b5f949ccfff063facaa44106048e0fd7d8e0c47599d52704
|
oid sha256:2c90ed39479f8978993c5c48b8bc27abd9a0305178b91ffb5116ab230073e5f6
|
||||||
size 256
|
size 256
|
||||||
|
@ -11,12 +11,12 @@ be happening.
|
|||||||
schism/version.c | 2 +-
|
schism/version.c | 2 +-
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
Index: schismtracker-20241226/schism/version.c
|
Index: schismtracker-20240529/schism/version.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- schismtracker-20241226.orig/schism/version.c
|
--- schismtracker-20240529.orig/schism/version.c
|
||||||
+++ schismtracker-20241226/schism/version.c
|
+++ schismtracker-20240529/schism/version.c
|
||||||
@@ -53,7 +53,7 @@ static const char* top_banner_normal =
|
@@ -52,7 +52,7 @@ static const char* top_banner_normal =
|
||||||
#ifndef EMPTY_VERSION
|
#if !defined(EMPTY_VERSION)
|
||||||
"Schism Tracker " VERSION
|
"Schism Tracker " VERSION
|
||||||
#else
|
#else
|
||||||
- "Schism Tracker built " __DATE__ " " __TIME__
|
- "Schism Tracker built " __DATE__ " " __TIME__
|
||||||
|
@ -1,57 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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>
|
Sun Jun 30 15:48:11 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
@ -59,7 +5,7 @@ Sun Jun 30 15:48:11 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
|||||||
* Add DSM format loader (thanks @RepellantMold)
|
* Add DSM format loader (thanks @RepellantMold)
|
||||||
* Fix a crash upon loading some IT modules made in Modplug and
|
* Fix a crash upon loading some IT modules made in Modplug and
|
||||||
its derivatives
|
its derivatives
|
||||||
- Delete schism-deptrack.diff, delete compile.diff (merged)
|
- Delete schism-deptrack.diff (merged)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jun 15 12:56:29 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
Sat Jun 15 12:56:29 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
@ -17,13 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: schismtracker
|
Name: schismtracker
|
||||||
Version: 20241226
|
Version: 20240630
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Music editor that matches the look and feel of Impulse Tracker
|
Summary: Music editor that matches the look and feel of Impulse Tracker
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: Productivity/Multimedia/Sound/Editors and Convertors
|
Group: Productivity/Multimedia/Sound/Editors and Convertors
|
||||||
URL: http://schismtracker.org/
|
URL: http://schismtracker.org/
|
||||||
Source: https://github.com/schismtracker/schismtracker/archive/refs/tags/%version.tar.gz
|
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
|
Source2: %name.desktop
|
||||||
Patch2: schism-nodate.diff
|
Patch2: schism-nodate.diff
|
||||||
BuildRequires: alsa-devel
|
BuildRequires: alsa-devel
|
||||||
@ -36,7 +37,6 @@ BuildRequires: libtool
|
|||||||
BuildRequires: python3-base
|
BuildRequires: python3-base
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: pkgconfig(flac)
|
BuildRequires: pkgconfig(flac)
|
||||||
BuildRequires: pkgconfig(libutf8proc)
|
|
||||||
BuildRequires: pkgconfig(sdl2)
|
BuildRequires: pkgconfig(sdl2)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -51,7 +51,7 @@ bugfixes and changes to improve IT playback.
|
|||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fi
|
if [ ! -e configure ]; then autoreconf -fi; fi
|
||||||
%configure
|
%configure
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user