Accepting request 103446 from multimedia:apps
- 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 OBS-URL: https://build.opensuse.org/request/show/103446 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/schismtracker?expand=0&rev=5
This commit is contained in:
commit
7afdbb7008
29
schism-deptrack.diff
Normal file
29
schism-deptrack.diff
Normal file
@ -0,0 +1,29 @@
|
||||
---
|
||||
Makefile.am | 1 +
|
||||
configure.ac | 1 +
|
||||
2 files changed, 2 insertions(+)
|
||||
|
||||
Index: schismtracker-20120105/Makefile.am
|
||||
===================================================================
|
||||
--- schismtracker-20120105.orig/Makefile.am
|
||||
+++ schismtracker-20120105/Makefile.am
|
||||
@@ -158,6 +158,7 @@ CLEANFILES = \
|
||||
auto/helptext.c
|
||||
|
||||
auto/default-font.c: Makefile.am scripts/bin2h.sh scripts/build-font.sh $(fonts)
|
||||
+ ${MKDIR_P} auto
|
||||
sh $(srcdir)/scripts/build-font.sh $(srcdir) $(fonts) >$@
|
||||
auto/helptext.c: Makefile.am scripts/genhelp.py $(helptexts)
|
||||
$(PYTHON) $(srcdir)/scripts/genhelp.py $(srcdir) $(helptexts) >$@
|
||||
Index: schismtracker-20120105/configure.ac
|
||||
===================================================================
|
||||
--- schismtracker-20120105.orig/configure.ac
|
||||
+++ schismtracker-20120105/configure.ac
|
||||
@@ -42,6 +42,7 @@ AC_PROG_CPP
|
||||
AC_PROG_INSTALL
|
||||
AC_PROG_LN_S
|
||||
AC_PROG_CC_C99
|
||||
+AC_PROG_MKDIR_P
|
||||
|
||||
dnl Windows poop
|
||||
AC_CHECK_TOOL([WINDRES], [windres])
|
@ -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,24 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- add automake as buildrequire to avoid implicit dependency
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 29 09:06:55 UTC 2011 - idonmez@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,26 +16,32 @@
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: schismtracker
|
||||
Version: 0.20110409
|
||||
Release: 1
|
||||
URL: http://schismtracker.org/
|
||||
License: GPL v2 or later
|
||||
Group: Productivity/Multimedia/Sound/Editors and Convertors
|
||||
%define rversion 20120105
|
||||
Version: 0.%rversion
|
||||
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-%version.tar.xz
|
||||
Source: %name-%rversion.tar.xz
|
||||
Source1: %name.desktop
|
||||
Patch1: schism-alsa.diff
|
||||
Patch2: schism-nodate.diff
|
||||
Patch3: schismtracker-link.diff
|
||||
Patch3: schism-deptrack.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: SDL-devel >= 1.2.10
|
||||
BuildRequires: xorg-x11-devel
|
||||
BuildRequires: alsa-devel freeglut-devel gcc-c++
|
||||
BuildRequires: python >= 2.4 xz
|
||||
BuildRequires: alsa-devel
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: freeglut-devel
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libtool
|
||||
BuildRequires: python >= 2.4
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: xorg-x11-devel
|
||||
BuildRequires: xz
|
||||
|
||||
%description
|
||||
Schism Tracker is a free reimplementation of Impulse Tracker, a
|
||||
@ -46,13 +52,11 @@ highly modified version of the Modplug engine, with a number of
|
||||
bugfixes and changes to improve IT playback.
|
||||
|
||||
%prep
|
||||
%setup -q -n %name
|
||||
%setup -qn %name-%rversion
|
||||
%patch -P 1 -P 2 -P 3 -p1
|
||||
|
||||
%build
|
||||
if [ ! -e configure ]; then
|
||||
autoreconf -fi
|
||||
fi
|
||||
autoreconf -fi
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
|
||||
@ -66,9 +70,6 @@ install -D -m 0644 icons/schism-icon.svg %buildroot%_datadir/icons/hicolor/scala
|
||||
# install desktop file
|
||||
%suse_update_desktop_file -i %name
|
||||
|
||||
%clean
|
||||
rm -rf %buildroot
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING NEWS README
|
||||
|
Loading…
Reference in New Issue
Block a user