PORTNAME= opus DISTVERSION= 1.4 CATEGORIES= audio MASTER_SITES= https://downloads.xiph.org/releases/opus/ \ https://github.com/xiph/opus/releases/download/v${DISTVERSION}/ MAINTAINER= naddy@FreeBSD.org COMMENT= IETF audio codec WWW= https://opus-codec.org/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING USES= cpe gmake libtool pathfix CPE_VENDOR= opus-codec USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-custom-modes \ --disable-doc # requires doxygen INSTALL_TARGET= install-strip TEST_TARGET= check .include # drop after FreeBSD 12 EOL .if ${ARCH} == "arm" CONFIGURE_ARGS+=--enable-fixed-point .endif .include