bca4240bcf
5.4.0 fixed: potential security issue CVE-2020-35738 fixed: disable A32 asm code when building for Apple silicon fixed: issues with Adobe-style floating-point WAV files added: --normalize-floats option to wvunpack for correctly exporting un-normalized floating-point files updated: Visual Studio 2019 for Windows builds dropped: WinXP support in official binaries
18 lines
474 B
Makefile
18 lines
474 B
Makefile
# $NetBSD: Makefile,v 1.12 2021/01/19 10:17:43 adam Exp $
|
|
|
|
DISTNAME= wavpack-5.4.0
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.wavpack.com/
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.wavpack.com/
|
|
COMMENT= Audio codec for lossless, lossy and hybrid compression
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
PKGCONFIG_OVERRIDE= wavpack.pc.in
|
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|