Date: Sat, 25 Sep 2021 20:29:38 GMT From: Bernhard Froehlich <decke@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d11b73e6382b - main - audio/aacplusenc: Add CPE information Message-ID: <202109252029.18PKTclj053548@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=d11b73e6382b326d4ff69fff3a0f6f5f7bb97157 commit d11b73e6382b326d4ff69fff3a0f6f5f7bb97157 Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2021-09-25 19:53:21 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2021-09-25 20:28:34 +0000 audio/aacplusenc: Add CPE information Approved by: portmgr (blanket) --- audio/aacplusenc/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/audio/aacplusenc/Makefile b/audio/aacplusenc/Makefile index da908cec6a7f..2275a1f2f89e 100644 --- a/audio/aacplusenc/Makefile +++ b/audio/aacplusenc/Makefile @@ -10,7 +10,7 @@ DISTFILES= ${DISTNAME:S,-,_,}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= AacPlus v2 command-line encoder -USES= gmake +USES= cpe gmake # Converted from RESTRICTED LICENSE= AACPLUSENC @@ -18,6 +18,8 @@ LICENSE_NAME= aacplusenc LICENSE_TEXT= unclear legal status, probably need licenses from 3GPP, Via Licensing and Coding Technologies LICENSE_PERMS= auto-accept +CPE_VENDOR= aacplusenc_project + OPTIONS_DEFINE= FFTW3 OPTIONS_DEFAULT= FFTW3 FFTW3_DESC= Use FFTW3 library for performance
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109252029.18PKTclj053548>