pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/schismtracker



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Sat Oct 22 21:13:28 UTC 2022

Modified Files:
        pkgsrc/audio/schismtracker: Makefile distinfo
        pkgsrc/audio/schismtracker/patches: patch-configure.ac

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/audio/schismtracker/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/audio/schismtracker/distinfo
cvs rdiff -u -r1.3 -r1.4 \
    pkgsrc/audio/schismtracker/patches/patch-configure.ac

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/schismtracker/Makefile
diff -u pkgsrc/audio/schismtracker/Makefile:1.8 pkgsrc/audio/schismtracker/Makefile:1.9
--- pkgsrc/audio/schismtracker/Makefile:1.8     Mon May  9 20:25:14 2022
+++ pkgsrc/audio/schismtracker/Makefile Sat Oct 22 21:13:28 2022
@@ -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 @@ PYTHON_FOR_BUILD_ONLY=        tool
 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"

Index: pkgsrc/audio/schismtracker/distinfo
diff -u pkgsrc/audio/schismtracker/distinfo:1.10 pkgsrc/audio/schismtracker/distinfo:1.11
--- pkgsrc/audio/schismtracker/distinfo:1.10    Mon May  9 20:25:14 2022
+++ pkgsrc/audio/schismtracker/distinfo Sat Oct 22 21:13:28 2022
@@ -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

Index: pkgsrc/audio/schismtracker/patches/patch-configure.ac
diff -u pkgsrc/audio/schismtracker/patches/patch-configure.ac:1.3 pkgsrc/audio/schismtracker/patches/patch-configure.ac:1.4
--- pkgsrc/audio/schismtracker/patches/patch-configure.ac:1.3   Sun Mar  6 08:01:07 2022
+++ pkgsrc/audio/schismtracker/patches/patch-configure.ac       Sat Oct 22 21:13:28 2022
@@ -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