Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Dec 2022 19:12:22 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4f185e12bff0 - main - audio/vo-aacenc: Deprecate and set expiration date to 2023-03-31
Message-ID:  <202212261912.2BQJCMD8010607@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212261912.2BQJCMD8010607>