From f33982f66a67626eba55dfe032c6c6a8f24ee0b0adbe1971428358a78786823c Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 5 Oct 2014 23:33:08 +0000 Subject: [PATCH] schismtracker-20140419 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/schismtracker?expand=0&rev=22 --- schismtracker-20120105.tar.xz | 3 --- schismtracker-20140419.tar.xz | 3 +++ schismtracker.changes | 9 +++++++++ schismtracker.spec | 22 ++++++++++++---------- 4 files changed, 24 insertions(+), 13 deletions(-) delete mode 100644 schismtracker-20120105.tar.xz create mode 100644 schismtracker-20140419.tar.xz diff --git a/schismtracker-20120105.tar.xz b/schismtracker-20120105.tar.xz deleted file mode 100644 index 1fb7729..0000000 --- a/schismtracker-20120105.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ef4a6523bcb05b59aab9799c3aac79a3b7dc74c1c08748c983273c44274061c -size 915696 diff --git a/schismtracker-20140419.tar.xz b/schismtracker-20140419.tar.xz new file mode 100644 index 0000000..78bcb1a --- /dev/null +++ b/schismtracker-20140419.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c65013e817f2df82bab946082da6c8e366eb04465a182e55cd7edf31786ad21a +size 793456 diff --git a/schismtracker.changes b/schismtracker.changes index 8c85a8d..eb2a9d4 100644 --- a/schismtracker.changes +++ b/schismtracker.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Oct 5 23:18:33 UTC 2014 - jengelh@inai.de + +- Update to new snapshot 20140419 +* reset panning after S91 if sample/instrument has a default + panning set +* add timestamp sorting mode; hide *~ on all platforms +* re-add note fade when hitting end of unlooped volume envelope + ------------------------------------------------------------------- Wed Feb 8 14:40:22 UTC 2012 - jengelh@medozas.de diff --git a/schismtracker.spec b/schismtracker.spec index 64cc6b5..7b6a183 100644 --- a/schismtracker.spec +++ b/schismtracker.spec @@ -1,7 +1,7 @@ # # spec file for package schismtracker # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,16 +17,16 @@ Name: schismtracker -%define rversion 20120105 -Version: 0.%rversion +Version: 20140419 Release: 0 Url: http://schismtracker.org/ Summary: Music editor that aims to match the look and feel of Impulse Tracker License: GPL-2.0+ Group: Productivity/Multimedia/Sound/Editors and Convertors + #Hg-Clone: http://schismtracker.org/hg/ -Source: %name-%rversion.tar.xz -Source1: %name.desktop +Source: %name-%version.tar.xz +Source2: %name.desktop Patch1: schism-alsa.diff Patch2: schism-nodate.diff Patch3: schism-deptrack.diff @@ -52,7 +52,7 @@ highly modified version of the Modplug engine, with a number of bugfixes and changes to improve IT playback. %prep -%setup -qn %name-%rversion +%setup -qn hg %patch -P 1 -P 2 -P 3 -p1 %build @@ -61,12 +61,14 @@ autoreconf -fi make %{?_smp_mflags} %install -make DESTDIR=%buildroot install -# install icons +b="%buildroot" +make install DESTDIR="$b" for size in 16 22 24 32 36 48 64 72 96 128 192; do - install -D -m 0644 icons/schism-icon-$size.png %buildroot%_datadir/icons/hicolor/${size}x$size/apps/%name.png + install -Dm 0644 "icons/schism-icon-$size.png" \ + "$b/%_datadir/icons/hicolor/${size}x$size/apps/%name.png" done -install -D -m 0644 icons/schism-icon.svg %buildroot%_datadir/icons/hicolor/scalable/apps/%name.svg +install -Dm 0644 icons/schism-icon.svg \ + "$b/%_datadir/icons/hicolor/scalable/apps/%name.svg" # install desktop file %suse_update_desktop_file -i %name