diff options
author | tnn <tnn@pkgsrc.org> | 2007-05-09 23:43:05 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2007-05-09 23:43:05 +0000 |
commit | 3e76038b58b4a4a7a852a893f1898245844e2e31 (patch) | |
tree | 0628b51edfb2097651f944d3f4947cf9b0847d47 /audio/wavpack/Makefile | |
parent | 79cc54a7ec05ff1b8133a1bbfcd384822e836085 (diff) | |
download | pkgsrc-3e76038b58b4a4a7a852a893f1898245844e2e31.tar.gz |
Update to 4.41.0:
fixed: corrupt floating-point audio on big-endian machines
fixed: limit RIFF data buffering to 16 MB to prevent out-of-memory crash
improved: attempt to mute errors when decoding corrupt legacy WavPack files
improved: overall performance enhancements of 10% to 30% (depending on mode)
added: MMX intrinsics for 24-bit (and higher) stereo encoding (thanks to
Joachim Henke)
added: --skip and --until commands to unpack specified range of audio data
Diffstat (limited to 'audio/wavpack/Makefile')
-rw-r--r-- | audio/wavpack/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/wavpack/Makefile b/audio/wavpack/Makefile index 2fbb15bacff..3d30566e1d7 100644 --- a/audio/wavpack/Makefile +++ b/audio/wavpack/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/02/01 16:52:28 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2007/05/09 23:43:05 tnn Exp $ -DISTNAME= wavpack-4.40.0 +DISTNAME= wavpack-4.41.0 CATEGORIES= audio MASTER_SITES= http://www.wavpack.com/ EXTRACT_SUFX= .tar.bz2 -MAINTAINER= tnn+nbsd@nygren.pp.se +MAINTAINER= tnn@NetBSD.org HOMEPAGE= http://www.wavpack.com/ COMMENT= Audio codec for lossless, lossy and hybrid compression |