forked from pool/schismtracker
schismtracker-20140419
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/schismtracker?expand=0&rev=22
This commit is contained in:
parent
417fce5516
commit
f33982f66a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9ef4a6523bcb05b59aab9799c3aac79a3b7dc74c1c08748c983273c44274061c
|
|
||||||
size 915696
|
|
3
schismtracker-20140419.tar.xz
Normal file
3
schismtracker-20140419.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c65013e817f2df82bab946082da6c8e366eb04465a182e55cd7edf31786ad21a
|
||||||
|
size 793456
|
@ -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
|
Wed Feb 8 14:40:22 UTC 2012 - jengelh@medozas.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package schismtracker
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,16 +17,16 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: schismtracker
|
Name: schismtracker
|
||||||
%define rversion 20120105
|
Version: 20140419
|
||||||
Version: 0.%rversion
|
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://schismtracker.org/
|
Url: http://schismtracker.org/
|
||||||
Summary: Music editor that aims to match the look and feel of Impulse Tracker
|
Summary: Music editor that aims to match the look and feel of Impulse Tracker
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Productivity/Multimedia/Sound/Editors and Convertors
|
Group: Productivity/Multimedia/Sound/Editors and Convertors
|
||||||
|
|
||||||
#Hg-Clone: http://schismtracker.org/hg/
|
#Hg-Clone: http://schismtracker.org/hg/
|
||||||
Source: %name-%rversion.tar.xz
|
Source: %name-%version.tar.xz
|
||||||
Source1: %name.desktop
|
Source2: %name.desktop
|
||||||
Patch1: schism-alsa.diff
|
Patch1: schism-alsa.diff
|
||||||
Patch2: schism-nodate.diff
|
Patch2: schism-nodate.diff
|
||||||
Patch3: schism-deptrack.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.
|
bugfixes and changes to improve IT playback.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -qn %name-%rversion
|
%setup -qn hg
|
||||||
%patch -P 1 -P 2 -P 3 -p1
|
%patch -P 1 -P 2 -P 3 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -61,12 +61,14 @@ autoreconf -fi
|
|||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=%buildroot install
|
b="%buildroot"
|
||||||
# install icons
|
make install DESTDIR="$b"
|
||||||
for size in 16 22 24 32 36 48 64 72 96 128 192; do
|
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
|
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
|
# install desktop file
|
||||||
%suse_update_desktop_file -i %name
|
%suse_update_desktop_file -i %name
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user