[info=024893f5ad012804657b7c114e74ca8db2d5e1453c85148bd7a85916b5f66730]

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/schismtracker?expand=0&rev=88
This commit is contained in:
OBS User unknown 2024-09-10 09:36:55 +00:00 committed by Git OBS Bridge
parent 362b898f8f
commit d250f8482a
6 changed files with 23 additions and 7 deletions

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

Binary file not shown.

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

Binary file not shown.

View File

@ -1,4 +1,4 @@
mtime: 1719765370 mtime: 1725960998
commit: f4f9ed86bab73c3d523f27d5476ef1a3236c156c56108c64b25c8ed0964ee9ec commit: 024893f5ad012804657b7c114e74ca8db2d5e1453c85148bd7a85916b5f66730
url: https://src.opensuse.org/jengelh/schismtracker url: https://src.opensuse.org/jengelh/schismtracker
revision: master revision: master

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:65b6b7434a31f21f11da9e973fc9bdd280bf6e08684d1ec53d92463c0653cdb9 oid sha256:e2cf77e0dfe8e5f1f803a1fa41721975e687f10da0ecdc1eb1dcb0effc0f8778
size 256 size 256

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
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>

View File

@ -17,7 +17,7 @@
Name: schismtracker Name: schismtracker
Version: 20240630 Version: 20240909
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
@ -37,6 +37,7 @@ 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