git: d11b73e6382b - main - audio/aacplusenc: Add CPE information
Bernhard Froehlich
decke at FreeBSD.org
Sat Sep 25 20:29:38 UTC 2021
The branch main has been updated by decke:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d11b73e6382b326d4ff69fff3a0f6f5f7bb97157
commit d11b73e6382b326d4ff69fff3a0f6f5f7bb97157
Author: Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-25 19:53:21 +0000
Commit: Bernhard Froehlich <decke at 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 at 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
More information about the dev-commits-ports-all
mailing list