git: 4f185e12bff0 - main - audio/vo-aacenc: Deprecate and set expiration date to 2023-03-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Dec 2022 19:12:22 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=4f185e12bff08abd94158d3e3d14a91a6b1f3224 commit 4f185e12bff08abd94158d3e3d14a91a6b1f3224 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2022-12-26 09:44:09 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2022-12-26 19:11:12 +0000 audio/vo-aacenc: Deprecate and set expiration date to 2023-03-31 Obsolete AAC encoder that's been superseded by fdk-aac and exhale --- audio/vo-aacenc/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/audio/vo-aacenc/Makefile b/audio/vo-aacenc/Makefile index 45787d76e622..9b799c0dfeb9 100644 --- a/audio/vo-aacenc/Makefile +++ b/audio/vo-aacenc/Makefile @@ -11,6 +11,9 @@ WWW= https://sourceforge.net/projects/opencore-amr/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Obsolete AAC encoder library, consider using audio/fdk-aac or audio/exhale +EXPIRATION_DATE=2023-03-31 + USES= libtool GNU_CONFIGURE= yes INSTALL_TARGET= install-strip