e8d2919749
This release adds support for 32-bit floating point WAV output and fixes a number of minor issues.
24 lines
629 B
Makefile
24 lines
629 B
Makefile
# $NetBSD: Makefile,v 1.7 2015/01/16 08:45:16 wiz Exp $
|
|
|
|
DISTNAME= opus-tools-0.1.9
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://downloads.xiph.org/releases/opus/
|
|
|
|
MAINTAINER= ryoon@NetBSD.org
|
|
HOMEPAGE= http://opus-codec.org/
|
|
COMMENT= Opus encode, inspect, and decode command-line tools
|
|
LICENSE= 2-clause-bsd AND gnu-gpl-v2
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= autoconf pkg-config
|
|
|
|
LDFLAGS.SunOS+= -lsocket -lnsl
|
|
|
|
pre-configure:
|
|
cd ${WRKSRC} && autoconf
|
|
|
|
.include "../../audio/flac/buildlink3.mk"
|
|
.include "../../audio/libopus/buildlink3.mk"
|
|
.include "../../multimedia/libogg/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|