3e76038b58
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
17 lines
450 B
Makefile
17 lines
450 B
Makefile
# $NetBSD: Makefile,v 1.2 2007/05/09 23:43:05 tnn Exp $
|
|
|
|
DISTNAME= wavpack-4.41.0
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.wavpack.com/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= tnn@NetBSD.org
|
|
HOMEPAGE= http://www.wavpack.com/
|
|
COMMENT= Audio codec for lossless, lossy and hybrid compression
|
|
|
|
GNU_CONFIGURE= YES
|
|
PKGCONFIG_OVERRIDE= wavpack.pc.in
|
|
USE_LIBTOOL= YES
|
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|