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:           Sun Mar  3 08:11:20 UTC 2024

Modified Files:
        pkgsrc/audio/wavpack: Makefile distinfo

Log Message:
wavpack: updated to 5.7.0

Release 5.7.0 - February 29, 2024

WavPack Library Source Code - 5.7.0
wavpack.exe (command-line encoder) - 5.7.0
wvunpack.exe (command-line decoder) - 5.7.0
wvgain.exe (command-line ReplayGain scanner) - 5.7.0
wvtag.exe (command-line tagging utility) - 5.7.0
cool_wv4.flt (Cool Edit / Audition filter) - 4.2
----------------------------------------------------
 added: multithreaded encoding and decoding to libwavpack (optional)
 added: option to specify multithreading in CLI programs (--threads)
 added: multithreading support to Cool Edit filter (always enabled)
 added: support for ID3v2.4 when importing tags (--import-id3)
 added: optional bitrate specification to wavpack -c option
 added: Windows native threads in wvtest, builds with MSVC
 added: recognize WAV files with new fourcc of 'BW64'
 fixed: seeking issue on very large files (Windows only)
 fixed: decode non-compliant FFmpeg files over 8 channels
 fixed: accept some common but non-compliant AIFF files
 fixed: automatically delete newly obsolete correction files
 fixed: don't delete source files if data loss warnings occur
 improved: ID3v2 tag support (more items, multiple values, pics, etc)
 improved: use MinGW to build official Windows executables (faster)
 improved: compression of 32-bit integer files (--optimize-int32)
 improved: convert the man pages to mdoc(7)
 improved: cmake & autoconf support


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/audio/wavpack/Makefile
cvs rdiff -u -r1.16 -r1.17 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.15 pkgsrc/audio/wavpack/Makefile:1.16
--- pkgsrc/audio/wavpack/Makefile:1.15  Fri Dec 29 01:08:16 2023
+++ pkgsrc/audio/wavpack/Makefile       Sun Mar  3 08:11:20 2024
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.15 2023/12/29 01:08:16 zafer Exp $
+# $NetBSD: Makefile,v 1.16 2024/03/03 08:11:20 adam Exp $
 
-DISTNAME=      wavpack-5.6.0
+DISTNAME=      wavpack-5.7.0
 CATEGORIES=    audio
 MASTER_SITES=  https://www.wavpack.com/
 EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://www.wavpack.com/
+HOMEPAGE=      https://www.wavpack.com/
 COMMENT=       Audio codec for lossless, lossy and hybrid compression
 LICENSE=       modified-bsd
 

Index: pkgsrc/audio/wavpack/distinfo
diff -u pkgsrc/audio/wavpack/distinfo:1.16 pkgsrc/audio/wavpack/distinfo:1.17
--- pkgsrc/audio/wavpack/distinfo:1.16  Mon Nov 28 19:57:57 2022
+++ pkgsrc/audio/wavpack/distinfo       Sun Mar  3 08:11:20 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2022/11/28 19:57:57 adam Exp $
+$NetBSD: distinfo,v 1.17 2024/03/03 08:11:20 adam Exp $
 
-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
+BLAKE2s (wavpack-5.7.0.tar.xz) = 83deb462b202544dd182ec70aa8f7ba3b0019e53879fdca485d5794c4c15d9cf
+SHA512 (wavpack-5.7.0.tar.xz) = 63ef6eb5ff71bf6417175691e8377624ade02619c761d80e265c8e0e7305bfe22eeaa1402e36d20c13d20847279f95150ac014019688389da1b87b86558446bd
+Size (wavpack-5.7.0.tar.xz) = 814324 bytes



Home | Main Index | Thread Index | Old Index