git: 2214ad3c4094 - main - multimedia/ffmpeg2theora: Deprecate and set expiration date to 2022-06-30

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Tue, 10 May 2022 11:18:47 UTC
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2214ad3c409470eceeec0f507c7bb8c7dbfeab23

commit 2214ad3c409470eceeec0f507c7bb8c7dbfeab23
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2022-05-10 11:04:05 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2022-05-10 11:04:08 +0000

    multimedia/ffmpeg2theora: Deprecate and set expiration date to 2022-06-30
    
    Theora itself hasn't seen development apart from minor fixes in over 10
    years and have been superseded by AV1/H.264/H.265/VP8 and VP9 (depending
    on view regarding royalties) and by now this port has outlived its
    purpose. Users still wanting to encode in this format can still use
    ffmpeg as-is.
    
    PR:             263528
    Approved by:    wg (maintainer timeout, 2+ weeks)
---
 multimedia/ffmpeg2theora/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/multimedia/ffmpeg2theora/Makefile b/multimedia/ffmpeg2theora/Makefile
index 5f834dcf2bf7..143d674146d9 100644
--- a/multimedia/ffmpeg2theora/Makefile
+++ b/multimedia/ffmpeg2theora/Makefile
@@ -9,6 +9,9 @@ MASTER_SITES=	http://v2v.cc/~j/ffmpeg2theora/downloads/
 MAINTAINER=	wg@FreeBSD.org
 COMMENT=	Reencode many media file formats to Ogg Theora
 
+DEPRECATED=	Legacy video format, superseded by AV1/H.264/H.265/VP8/VP9
+EXPIRATION_DATE=2022-06-30
+
 LICENSE=	GPLv3
 
 LIB_DEPENDS=	libavcodec.so:multimedia/ffmpeg \