pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/wavpack



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Jan 21 13:57:47 UTC 2026

Modified Files:
        pkgsrc/audio/wavpack: Makefile distinfo

Log Message:
wavpack: updated to 5.9.0

5.9.0

added: new feature to wvtag to copy tags from one WavPack file to another
improved: minor tweaks to the new DNS (dynamic noise shaping) algorithm
improved: better handling of specfic non-standard WAV and AIFF files
improved: added CI (GitHub Actions) and fixed a few minor build issues
fixed: --pause option failed in many situations (Windows-only feature)
fixed: issues related to encoding from an unknown length (e.g., pipes)
fixed: several fuzzer-revealed issues related to multithreading
fixed: potential buffer overruns in WavpackOpenRawDecoder()


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/audio/wavpack/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/audio/wavpack/distinfo

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

Modified files:

Index: pkgsrc/audio/wavpack/Makefile
diff -u pkgsrc/audio/wavpack/Makefile:1.18 pkgsrc/audio/wavpack/Makefile:1.19
--- pkgsrc/audio/wavpack/Makefile:1.18  Wed Jan 29 12:18:44 2025
+++ pkgsrc/audio/wavpack/Makefile       Wed Jan 21 13:57:47 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2025/01/29 12:18:44 adam Exp $
+# $NetBSD: Makefile,v 1.19 2026/01/21 13:57:47 adam Exp $
 
-DISTNAME=      wavpack-5.8.1
+DISTNAME=      wavpack-5.9.0
 CATEGORIES=    audio
 MASTER_SITES=  https://www.wavpack.com/
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/audio/wavpack/distinfo
diff -u pkgsrc/audio/wavpack/distinfo:1.19 pkgsrc/audio/wavpack/distinfo:1.20
--- pkgsrc/audio/wavpack/distinfo:1.19  Wed Jan 29 12:18:44 2025
+++ pkgsrc/audio/wavpack/distinfo       Wed Jan 21 13:57:47 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2025/01/29 12:18:44 adam Exp $
+$NetBSD: distinfo,v 1.20 2026/01/21 13:57:47 adam Exp $
 
-BLAKE2s (wavpack-5.8.1.tar.xz) = 2167f8b992e943fb8f60f2fb7b22fdcd4da62509e7aac81704170f82322c87c1
-SHA512 (wavpack-5.8.1.tar.xz) = 9ea32b3c5f876317aab7745159dfe05488cc891b55a9efc8b553fefda508cf6a58d9e20db9f43669f65222842913fab2bef2d716ee31d07f33f4693b848a6325
-Size (wavpack-5.8.1.tar.xz) = 822696 bytes
+BLAKE2s (wavpack-5.9.0.tar.xz) = e7951a3762ddb2366915e87ba562d3d7de7007d723a388b00aba1c55823f883f
+SHA512 (wavpack-5.9.0.tar.xz) = 04c07d98c806926fb91df0267f5c994444503d875222d54990af60e987580bf4c3cc283c3c35381d04aee6e0c175277d87157d87c840bb90fc830dd3f82b9e3e
+Size (wavpack-5.9.0.tar.xz) = 812996 bytes



Home | Main Index | Thread Index | Old Index