Update to 20120105
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/schismtracker?expand=0&rev=17
This commit is contained in:
parent
1a76dcbc8a
commit
5143ac1d37
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:31d6c04a3eb95b5acd414bb6860ecbed6a341ed50c818bbbd416b2b944484abc
|
|
||||||
size 786356
|
|
3
schismtracker-20120105.tar.xz
Normal file
3
schismtracker-20120105.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9ef4a6523bcb05b59aab9799c3aac79a3b7dc74c1c08748c983273c44274061c
|
||||||
|
size 915696
|
@ -1,17 +0,0 @@
|
|||||||
Upstream: http://schismtracker.org/scdev/res/1357.html
|
|
||||||
|
|
||||||
---
|
|
||||||
Makefile.am | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
Index: schismtracker/Makefile.am
|
|
||||||
===================================================================
|
|
||||||
--- schismtracker.orig/Makefile.am
|
|
||||||
+++ schismtracker/Makefile.am
|
|
||||||
@@ -391,5 +391,5 @@ AM_CFLAGS = $(SDL_CFLAGS) $(cflags_alsa)
|
|
||||||
AM_OBJCFLAGS = $(AM_CFLAGS)
|
|
||||||
|
|
||||||
schismtracker_DEPENDENCIES = $(files_windres)
|
|
||||||
-schismtracker_LDADD = $(lib_asound) $(lib_win32) $(SDL_LIBS) $(LIBM)
|
|
||||||
+schismtracker_LDADD = $(lib_asound) $(lib_win32) $(SDL_LIBS) $(LIBM) -ldl
|
|
||||||
|
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 8 14:40:22 UTC 2012 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- Update to new upstream release 20120105
|
||||||
|
* Shift-F10 now provides a dialog if the orderlist is empty
|
||||||
|
* Fix loop points when deleting last point in envelope
|
||||||
|
* Instrument list: Alt-Shift-A on trans table now copies sample
|
||||||
|
name as well as assigning sample numbers
|
||||||
|
* Less picky sample-replacement checking for pattern-to-sample
|
||||||
|
rendering
|
||||||
|
* Pattern editor: enter key now does channel search for instrument
|
||||||
|
number if none is under the cursor
|
||||||
|
* Add hidden option for inverted (more FT2-like) home/end key
|
||||||
|
behavior in the pattern editor
|
||||||
|
* Fix garbage writing when swapping portamento to the volume column
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 2 07:22:57 UTC 2011 - coolo@suse.com
|
Fri Dec 2 07:22:57 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package schismtracker
|
# spec file for package schismtracker
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 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
|
||||||
@ -16,18 +16,18 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
Name: schismtracker
|
Name: schismtracker
|
||||||
Version: 0.20110409
|
%define rversion 20120105
|
||||||
|
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
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Productivity/Multimedia/Sound/Editors and Convertors
|
Group: Productivity/Multimedia/Sound/Editors and Convertors
|
||||||
Summary: Music editor that aims to match the look and feel of Impulse Tracker
|
|
||||||
#Hg-Clone: http://schismtracker.org/hg/
|
#Hg-Clone: http://schismtracker.org/hg/
|
||||||
Source: %name-%version.tar.xz
|
Source: %name-%rversion.tar.xz
|
||||||
Source1: %name.desktop
|
Source1: %name.desktop
|
||||||
Patch1: schism-alsa.diff
|
Patch1: schism-alsa.diff
|
||||||
Patch2: schism-nodate.diff
|
Patch2: schism-nodate.diff
|
||||||
Patch3: schismtracker-link.diff
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: SDL-devel >= 1.2.10
|
BuildRequires: SDL-devel >= 1.2.10
|
||||||
BuildRequires: alsa-devel
|
BuildRequires: alsa-devel
|
||||||
@ -48,8 +48,8 @@ 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 -q -n %name
|
%setup -qn %name-%rversion
|
||||||
%patch -P 1 -P 2 -P 3 -p1
|
%patch -P 1 -P 2 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
if [ ! -e configure ]; then
|
if [ ! -e configure ]; then
|
||||||
@ -68,9 +68,6 @@ install -D -m 0644 icons/schism-icon.svg %buildroot%_datadir/icons/hicolor/scala
|
|||||||
# install desktop file
|
# install desktop file
|
||||||
%suse_update_desktop_file -i %name
|
%suse_update_desktop_file -i %name
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf %buildroot
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS COPYING NEWS README
|
%doc AUTHORS COPYING NEWS README
|
||||||
|
Loading…
Reference in New Issue
Block a user