diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2025-03-22 08:05:18 +0100 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2025-03-24 20:33:04 +0100 |
commit | 3ede61273822171b99a4bcb5ae4f59f7a02befe0 (patch) | |
tree | b0acc8e471587b383647261bfab9f37f7227c1dc /audio | |
parent | net-p2p/p5-Net-BitTorrent*: Deprecate and set expiration date to 2025-04-30 (diff) |
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
Diffstat (limited to 'audio')
-rw-r--r-- | audio/faac/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |