pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/schismtracker schismtracker: update to 20221020.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/980ae08b4d20
branches:  trunk
changeset: 387116:980ae08b4d20
user:      fcambus <fcambus%pkgsrc.org@localhost>
date:      Sat Oct 22 21:13:28 2022 +0000

description:
schismtracker: update to 20221020.

Summary of changes since 20220905 release:

- Fix duplicated key input in pattern editor, order list, and instrument
  editor note table
- Respect audio-related SDL environment variables if set
- Fix handling of window width and height config file options
- Fix segfault on Wayland and DRM/KMS
- Hint SDL not to disable window manager compositing
- Add 4:3 aspect ratio config file option (want_fixed)

Summary of changes since 20220807 release:

- Fix crash in pattern editing introduced by SDL2 changes
- Fix displayed version number for Windows build

Summary of changes since 20220506 release:

- Use SDL2 instead of SDL1.2. This fixes various platform-dependent issues
  with video code, adds support for new audio drivers such as JACK, and
  removes the System Configuration video driver choices in favor of video
  scaling method selection.
- Fix multitrack mono audio export.
- Support ADPCM and stereo samples in XM files.

diffstat:

 audio/schismtracker/Makefile                   |   6 +++---
 audio/schismtracker/distinfo                   |  10 +++++-----
 audio/schismtracker/patches/patch-configure.ac |  12 ++++++------
 3 files changed, 14 insertions(+), 14 deletions(-)

diffs (60 lines):

diff -r 43df6fa6ef92 -r 980ae08b4d20 audio/schismtracker/Makefile
--- a/audio/schismtracker/Makefile      Sat Oct 22 18:04:08 2022 +0000
+++ b/audio/schismtracker/Makefile      Sat Oct 22 21:13:28 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2022/05/09 20:25:14 fcambus Exp $
+# $NetBSD: Makefile,v 1.9 2022/10/22 21:13:28 fcambus Exp $
 
-DISTNAME=      schismtracker-20220506
+DISTNAME=      schismtracker-20221020
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=schismtracker/}
 GITHUB_TAG=    ${PKGVERSION_NOREV}
@@ -19,6 +19,6 @@
 pre-configure:
        cd ${WRKSRC} && autoreconf -i
 
-.include "../../devel/SDL/buildlink3.mk"
+.include "../../devel/SDL2/buildlink3.mk"
 .include "../../lang/python/pyversion.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 43df6fa6ef92 -r 980ae08b4d20 audio/schismtracker/distinfo
--- a/audio/schismtracker/distinfo      Sat Oct 22 18:04:08 2022 +0000
+++ b/audio/schismtracker/distinfo      Sat Oct 22 21:13:28 2022 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2022/05/09 20:25:14 fcambus Exp $
+$NetBSD: distinfo,v 1.11 2022/10/22 21:13:28 fcambus Exp $
 
-BLAKE2s (schismtracker-20220506-20220506.tar.gz) = cac1f1098df42473be6279e7701b2d52a35c07ad1d1bfa851630ff205e898b4d
-SHA512 (schismtracker-20220506-20220506.tar.gz) = 8dacd1fd719c20fdc8ef157d1487202a39d4f36a37560ad62680655addde0ceb78bbce51e4f640d3979c91f6a4dfe4bc006785aa35d45a00206773d41adf9f42
-Size (schismtracker-20220506-20220506.tar.gz) = 1310121 bytes
-SHA1 (patch-configure.ac) = bdfef302a185bbe6a59203bdbfea9b34cd7bfabc
+BLAKE2s (schismtracker-20221020-20221020.tar.gz) = ab1c323a9bb9ce5faa0d0a2ed8bb7a0e285809b44c4fec7a051c7e5d67c7c15a
+SHA512 (schismtracker-20221020-20221020.tar.gz) = 1653800b0967926c8edab96636fcad547d94f20b6bc06f27780c75d48d7944983ba36013c62bfc9c0f6fcf33e3e8f9fb4c70fff19fd2a56c672ecfc1ba2f2cd7
+Size (schismtracker-20221020-20221020.tar.gz) = 1276386 bytes
+SHA1 (patch-configure.ac) = b450d9e3825d8bb261d51b754a58a89d0e41f5fa
diff -r 43df6fa6ef92 -r 980ae08b4d20 audio/schismtracker/patches/patch-configure.ac
--- a/audio/schismtracker/patches/patch-configure.ac    Sat Oct 22 18:04:08 2022 +0000
+++ b/audio/schismtracker/patches/patch-configure.ac    Sat Oct 22 21:13:28 2022 +0000
@@ -1,15 +1,15 @@
-$NetBSD: patch-configure.ac,v 1.3 2022/03/06 08:01:07 nia Exp $
+$NetBSD: patch-configure.ac,v 1.4 2022/10/22 21:13:28 fcambus Exp $
 
 Shell portability.
 
---- configure.ac.orig  2022-01-25 15:27:53.000000000 +0000
+--- configure.ac.orig  2022-10-20 15:51:29.000000000 +0000
 +++ configure.ac
-@@ -61,7 +61,7 @@ AC_C_BIGENDIAN
+@@ -63,7 +63,7 @@ AC_C_BIGENDIAN
  dnl Check for SDL libs
- AC_CHECK_TOOL([SDL_CONFIG], [sdl-config])
+ AC_CHECK_TOOL([SDL_CONFIG], [sdl2-config])
  AC_SUBST(SDL_CONFIG)
 -if test "x$SDL_CONFIG" == "x"; then
 +if test "x$SDL_CONFIG" = "x"; then
-         AC_MSG_ERROR([*** sdl-config not found.])
+         AC_MSG_ERROR([*** sdl2-config not found.])
  fi
- if $SDL_CONFIG --version | grep -qv 1.2.1; then
+ if $SDL_CONFIG --version | grep -qE "^2\.0\.[0-9]+|[5-9]"; then



Home | Main Index | Thread Index | Old Index