forked from pool/schismtracker
Accepting request 971339 from home:dirkmueller:Factory
- update to 20220125: * Release builds now support macOS 10.9+ (previously supported only 10.15+) * Fix window size on high-DPI macOS displays when launched from app bundle * Fix reading of various meta events in MIDI files * Fix IMF filter envelope being upside down and IMF disable envelope command * Fix bug in AIFF multi-write - schism-deptrack.diff: refresh OBS-URL: https://build.opensuse.org/request/show/971339 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/schismtracker?expand=0&rev=38
This commit is contained in:
parent
1227932282
commit
85f37e4295
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:019d7df09efd7ff7fbf106add3002c0e21314469f87c23200ce99ee884962a45
|
||||
size 1309344
|
3
20220125.tar.gz
Normal file
3
20220125.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c803e1680d86a7eeb84c50488d20a143d3bf105cea04e0460ef9376d96618810
|
||||
size 1309919
|
@ -11,11 +11,11 @@ Anyway, create the directory beforehand.
|
||||
configure.ac | 1 +
|
||||
2 files changed, 2 insertions(+)
|
||||
|
||||
Index: schismtracker-20170910/Makefile.am
|
||||
Index: schismtracker-20220125/Makefile.am
|
||||
===================================================================
|
||||
--- schismtracker-20170910.orig/Makefile.am
|
||||
+++ schismtracker-20170910/Makefile.am
|
||||
@@ -141,6 +141,7 @@ CLEANFILES = \
|
||||
--- schismtracker-20220125.orig/Makefile.am
|
||||
+++ schismtracker-20220125/Makefile.am
|
||||
@@ -147,6 +147,7 @@ CLEANFILES = \
|
||||
auto/helptext.c
|
||||
|
||||
auto/default-font.c: Makefile.am scripts/bin2h.sh scripts/build-font.sh $(fonts)
|
||||
@ -23,14 +23,14 @@ Index: schismtracker-20170910/Makefile.am
|
||||
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-20170910/configure.ac
|
||||
Index: schismtracker-20220125/configure.ac
|
||||
===================================================================
|
||||
--- schismtracker-20170910.orig/configure.ac
|
||||
+++ schismtracker-20170910/configure.ac
|
||||
@@ -39,6 +39,7 @@ AC_PROG_CPP
|
||||
--- schismtracker-20220125.orig/configure.ac
|
||||
+++ schismtracker-20220125/configure.ac
|
||||
@@ -38,6 +38,7 @@ AM_PROG_CC_C_O
|
||||
AC_PROG_CPP
|
||||
AC_PROG_INSTALL
|
||||
AC_PROG_LN_S
|
||||
AC_PROG_CC_C99
|
||||
+AC_PROG_MKDIR_P
|
||||
|
||||
dnl do we have Git
|
||||
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 21 08:15:17 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 20220125:
|
||||
* Release builds now support macOS 10.9+ (previously supported only 10.15+)
|
||||
* Fix window size on high-DPI macOS displays when launched from app bundle
|
||||
* Fix reading of various meta events in MIDI files
|
||||
* Fix IMF filter envelope being upside down and IMF disable envelope command
|
||||
* Fix bug in AIFF multi-write
|
||||
- schism-deptrack.diff: refresh
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 17 09:43:57 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package schismtracker
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,14 +17,12 @@
|
||||
|
||||
|
||||
Name: schismtracker
|
||||
Version: 20211116
|
||||
Version: 20220125
|
||||
Release: 0
|
||||
Summary: Music editor that matches the look and feel of Impulse Tracker
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Multimedia/Sound/Editors and Convertors
|
||||
URL: http://schismtracker.org/
|
||||
|
||||
#Git-Clone: https://github.com/schismtracker/schismtracker
|
||||
Source: https://github.com/schismtracker/schismtracker/archive/refs/tags/%version.tar.gz
|
||||
Source2: %name.desktop
|
||||
Patch1: schism-alsa.diff
|
||||
|
Loading…
Reference in New Issue
Block a user