forked from pool/schismtracker
- Update to release 20210525
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/schismtracker?expand=0&rev=35
This commit is contained in:
parent
c5421e8d91
commit
82dd5b841e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:255a07cdcf4df818095c290be5cc7e291a09581d5ce2cb7088b45285f74ede3d
|
||||
size 1308056
|
3
20210525.tar.gz
Normal file
3
20210525.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f5211eaca881b31498f22167abd8275e116299f5fa63334867b3e1e198356530
|
||||
size 1309489
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 26 09:43:41 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 20210525
|
||||
* Add support for saving MOD files
|
||||
* Fix conflict in MIDI setup when ALSA and OSS are both available
|
||||
* Fix instrument and sample panning overwriting channel panning
|
||||
* Fix issues related to portamento with Amiga slides
|
||||
* Support compressed stereo samples in ITI/ITS files
|
||||
* Convert XM/MOD EA0/EB0 to D00 when loading
|
||||
* Fix memory access bug in the MTM loader
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 2 18:48:18 UTC 2020 - Mathias Homann <Mathias.Homann@opensuse.org>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package schismtracker
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: schismtracker
|
||||
Version: 20200412
|
||||
Version: 20210525
|
||||
Release: 0
|
||||
Summary: Music editor that matches the look and feel of Impulse Tracker
|
||||
License: GPL-2.0-or-later
|
||||
@ -25,7 +25,7 @@ Group: Productivity/Multimedia/Sound/Editors and Convertors
|
||||
URL: http://schismtracker.org/
|
||||
|
||||
#Git-Clone: https://github.com/schismtracker/schismtracker
|
||||
Source: https://github.com/schismtracker/schismtracker/archive/%version.tar.gz
|
||||
Source: https://github.com/schismtracker/schismtracker/archive/refs/tags/%version.tar.gz
|
||||
Source2: %name.desktop
|
||||
Patch1: schism-alsa.diff
|
||||
Patch2: schism-nodate.diff
|
||||
@ -37,7 +37,7 @@ BuildRequires: automake
|
||||
BuildRequires: freeglut-devel
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libtool
|
||||
BuildRequires: python >= 2.4
|
||||
BuildRequires: python3-base
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xv)
|
||||
@ -51,13 +51,12 @@ modified version of the Modplug engine, with a number of
|
||||
bugfixes and changes to improve IT playback.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch -P 1 -P 2 -P 3 -p1
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
autoreconf -fi
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
%install
|
||||
b="%buildroot"
|
||||
@ -72,7 +71,6 @@ install -Dm 0644 icons/schism-icon.svg \
|
||||
%suse_update_desktop_file -i %name
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%license COPYING
|
||||
%doc NEWS README.md
|
||||
%_bindir/schismtracker
|
||||
|
Loading…
Reference in New Issue
Block a user