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:           Mon Nov 28 19:57:57 UTC 2022

Modified Files:
        pkgsrc/audio/wavpack: Makefile distinfo

Log Message:
wavpack: updated to 5.6.0

5.6.0
-----
added: AIFF file import/export support
added: WATCOM compiler and OS/2 support
added: cmake support for mingw, builds Cooledit + Winamp plugins
added: --force-even-byte-depth option for rounding up bit depths
fixed: detect and report PCM files having non-zero padding bits
fixed: possible crash when displaying long channel assignments
fixed: big-endian-sourced "raw" files gave big-endian "wav"s
fixed: numerous minor issues


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/audio/wavpack/Makefile
cvs rdiff -u -r1.15 -r1.16 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.13 pkgsrc/audio/wavpack/Makefile:1.14
--- pkgsrc/audio/wavpack/Makefile:1.13  Mon Jul 11 06:30:43 2022
+++ pkgsrc/audio/wavpack/Makefile       Mon Nov 28 19:57:57 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2022/07/11 06:30:43 adam Exp $
+# $NetBSD: Makefile,v 1.14 2022/11/28 19:57:57 adam Exp $
 
-DISTNAME=      wavpack-5.5.0
+DISTNAME=      wavpack-5.6.0
 CATEGORIES=    audio
 MASTER_SITES=  http://www.wavpack.com/
 EXTRACT_SUFX=  .tar.xz
@@ -13,6 +13,7 @@ LICENSE=      modified-bsd
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
 PKGCONFIG_OVERRIDE=    wavpack.pc.in
+TEST_TARGET=           check
 
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/audio/wavpack/distinfo
diff -u pkgsrc/audio/wavpack/distinfo:1.15 pkgsrc/audio/wavpack/distinfo:1.16
--- pkgsrc/audio/wavpack/distinfo:1.15  Mon Jul 11 06:30:43 2022
+++ pkgsrc/audio/wavpack/distinfo       Mon Nov 28 19:57:57 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2022/07/11 06:30:43 adam Exp $
+$NetBSD: distinfo,v 1.16 2022/11/28 19:57:57 adam Exp $
 
-BLAKE2s (wavpack-5.5.0.tar.xz) = 2f746bb5bb40f5bea1aa3c6e28530adb9b64e3b1ba2e6a97d03c1169c532ab42
-SHA512 (wavpack-5.5.0.tar.xz) = 9758e8079618e45e585330cd472f8ddae6e0ffd9a79032e7ec60251fff331390a619855dcdcf92942f5192d6ae12e05b6feca36394d30f0fe7e65222ee2696fc
-Size (wavpack-5.5.0.tar.xz) = 797996 bytes
+BLAKE2s (wavpack-5.6.0.tar.xz) = e2abc0300e8bd5d372a1ed1201f0f8450e38dfda33a0e01c95fe5e8915c0cc79
+SHA512 (wavpack-5.6.0.tar.xz) = 7421eff1f6e18f2e698b367ca48f6773456d0fcb53241be70149a87eff2cdf14dd8a82845a016f59ed32c7df494d018e6e23495709d3a56500b0660f177d5c0f
+Size (wavpack-5.6.0.tar.xz) = 787148 bytes



Home | Main Index | Thread Index | Old Index