pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/xmp



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jun 30 16:29:52 UTC 2026

Modified Files:
        pkgsrc/audio/xmp: Makefile distinfo
Removed Files:
        pkgsrc/audio/xmp/patches: patch-src_options.c

Log Message:
xmp: updated to 4.3.0

4.3.0 (20260508):
        Changes by Alice Rowan:
        - Support 24-bit and 32-bit output (requires libxmp 4.7.0+):
          AHI, ALSA, BeOS/Haiku, CoreAudio, NetBSD, OSS, PulseAudio,
          sndio, WinMM, AIFF, file, WAV.
        - Use XMP_MAX_SRATE as the limit for -f instead of 48000
          (requires libxmp 4.7.0+).
        - Amiga: automatically expand stack via stack cookie (OS 4),
          NewStackSwap (AROS), NewPPCStackSwap (MorphOS), or StackSwap
          (Workbench 2.04+). This feature can be disabled by defining
          XMP_NO_STACKSWAP at compile time.
        - Report pan value "---" for instruments/samples without
          a default panning value (sub->pan < 0).
        - Don't unmute muted IT channels unless explicitly unmuted by
          the -S/--solo option.
        - Haiku: Fix configure C++ compiler detection if CXX variable
          contains additional options.
        - AHI: fix crash on OpenDevice failure.
        - ALSA: fix 8-bit and unsigned format mismatches after init.
        - BeOS/Haiku: support 8-bit unsigned, strip unsigned otherwise.
        - NetBSD: find the nearest match for the requested format.
        - PulseAudio: support 8-bit output.
        - WinMM: support 8-bit unsigned, strip unsigned otherwise.
        - file: fix incorrect handling of -Dendian ("big" would output
          little endian, anything else would output big endian).
        - wav: fix incorrect RIFF length in output.
        - wav: add terminal pad byte after odd length data chunks.


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 pkgsrc/audio/xmp/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/audio/xmp/distinfo
cvs rdiff -u -r1.2 -r0 pkgsrc/audio/xmp/patches/patch-src_options.c

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

Modified files:

Index: pkgsrc/audio/xmp/Makefile
diff -u pkgsrc/audio/xmp/Makefile:1.70 pkgsrc/audio/xmp/Makefile:1.71
--- pkgsrc/audio/xmp/Makefile:1.70      Mon Dec  1 13:34:43 2025
+++ pkgsrc/audio/xmp/Makefile   Tue Jun 30 16:29:51 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.70 2025/12/01 13:34:43 adam Exp $
+# $NetBSD: Makefile,v 1.71 2026/06/30 16:29:51 adam Exp $
 
-DISTNAME=      xmp-4.2.0
+DISTNAME=      xmp-4.3.0
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=xmp/}
 

Index: pkgsrc/audio/xmp/distinfo
diff -u pkgsrc/audio/xmp/distinfo:1.22 pkgsrc/audio/xmp/distinfo:1.23
--- pkgsrc/audio/xmp/distinfo:1.22      Mon Dec  1 13:34:43 2025
+++ pkgsrc/audio/xmp/distinfo   Tue Jun 30 16:29:51 2026
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.22 2025/12/01 13:34:43 adam Exp $
+$NetBSD: distinfo,v 1.23 2026/06/30 16:29:51 adam Exp $
 
-BLAKE2s (xmp-4.2.0.tar.gz) = aedfcea23f85825015bcbfb3aef835fce9505f33b0d3046e867e4889d173991d
-SHA512 (xmp-4.2.0.tar.gz) = dc9834f6a08b1d9c5b8b91a32c0e886fc4da769e9c3c5c8b94d21ca672293d1911d43c75c1a5a820cb95286d7da46b0bd2ae91574d357c3ce78ee2777f216d04
-Size (xmp-4.2.0.tar.gz) = 224328 bytes
+BLAKE2s (xmp-4.3.0.tar.gz) = 3420237d46cc5a899ef01e72398a240159998e6f447ce22f6ab409718563b37f
+SHA512 (xmp-4.3.0.tar.gz) = 384d8e930970218ffa55f697521d3b0f2702de42a136a3518a6ea6d357734888799632296248d903e655aaa02a5d67689d40b0d6cb3dd69ca00118a3407653f8
+Size (xmp-4.3.0.tar.gz) = 233861 bytes
 SHA1 (patch-src_Makefile.in) = 5816b82a6253a627b39ff2ca262bfb5675ca97e3
-SHA1 (patch-src_options.c) = fe293ddf0e6ab58b0dc5b2eea16c13c0c2e4b693



Home | Main Index | Thread Index | Old Index