1
0
forked from pool/schismtracker

Accepting request 254087 from multimedia:apps

- Update to new snapshot 20140419

OBS-URL: https://build.opensuse.org/request/show/254087
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/schismtracker?expand=0&rev=10
This commit is contained in:
Stephan Kulow 2014-10-06 10:06:41 +00:00 committed by Git OBS Bridge
commit 95eff861fc
4 changed files with 24 additions and 13 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9ef4a6523bcb05b59aab9799c3aac79a3b7dc74c1c08748c983273c44274061c
size 915696

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c65013e817f2df82bab946082da6c8e366eb04465a182e55cd7edf31786ad21a
size 793456

View File

@ -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

View File

@ -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