From 19781e9fca50dd00a772fb2e39092e2fb9e856a2 Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Sun, 5 Jul 2026 21:33:43 +0200 Subject: [PATCH] audio/tta: Deprecate and set EXPIRATION_DATE to 2026-08-31 No active development for over a decade and main site is gone. FFmpeg supports both encoding and decoding of this format --- audio/tta/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/audio/tta/Makefile b/audio/tta/Makefile index ccc839cc2e2a..54f0bfd4d082 100644 --- a/audio/tta/Makefile +++ b/audio/tta/Makefile @@ -10,6 +10,9 @@ WWW= http://www.true-audio.com/ LICENSE= GPLv2 +DEPRECATED= Legacy format, no active development for a decade +EXPIRATION_DATE=2026-08-31 + USES= gmake tar:tgz ALL_TARGET= ttaenc MAKE_ARGS= CFLAGS="${CFLAGS}" INSDIR="${STAGEDIR}${PREFIX}/bin"