Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Mar 2025 19:45:08 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: 3ede61273822 - main - audio/faac: Deprecate and set expiration date to 2025-04-30
Message-ID:  <202503241945.52OJj8N1014873@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3ede61273822171b99a4bcb5ae4f59f7a02befe0

commit 3ede61273822171b99a4bcb5ae4f59f7a02befe0
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2025-03-22 07:05:18 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2025-03-24 19:33:04 +0000

    audio/faac: Deprecate and set expiration date to 2025-04-30
    
    Produces poor audio quality compared to other encoders,
    redirect users to audio/fdk-aac , FFmpeg's native encoder or
    audio/exhale (xHE-AAC which supersedes AAC-LC) or FFmpeg's native encoder
    
    PR:             285248
---
 audio/faac/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/audio/faac/Makefile b/audio/faac/Makefile
index 0d5fff485e20..cdf113b4bec5 100644
--- a/audio/faac/Makefile
+++ b/audio/faac/Makefile
@@ -13,6 +13,9 @@ LICENSE_NAME_ISO=	ISO/IEC14496
 LICENSE_FILE_ISO=	${WRKSRC}/README
 LICENSE_PERMS_ISO=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
+DEPRECATED=	Produces poor audio quality compared to other encoders, consider using audio/fdk-aac , audio/exhale (xHE-AAC which supersedes AAC-LC) or FFmpeg's native encoder
+EXPIRATION_DATE=2025-04-30
+
 USES=		autoreconf compiler:c11 gmake libtool pathfix
 USE_LDCONFIG=	yes
 


home | help

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