# $FreeBSD$ PORTNAME= opus PORTVERSION= 1.1 CATEGORIES= audio MASTER_SITES= http://downloads.xiph.org/releases/opus/ \ https://ftp.mozilla.org/pub/mozilla.org/opus/ MAINTAINER= naddy@FreeBSD.org COMMENT= IETF audio codec USES= gmake pathfix USE_AUTOTOOLS= libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-custom-modes \ --disable-maintainer-mode \ --disable-doc # requires doxygen regression-test: build @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check .include .if ${ARCH} == "arm" CONFIGURE_ARGS+=--enable-fixed-point .endif .include