git: 7df334258517 - main - sysutils/xvidcap: Deprecate and set expiration date to 2022-06-30

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Thu, 26 May 2022 07:21:52 UTC
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7df3342585176b45b6efa8ebbcaa5d380be3550c

commit 7df3342585176b45b6efa8ebbcaa5d380be3550c
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2022-05-26 07:16:55 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2022-05-26 07:16:59 +0000

    sysutils/xvidcap: Deprecate and set expiration date to 2022-06-30
    
    Abandoned upstream, depends on deprecated GTK2 and only supports legacy
    video codecs (MPEG4 being the most recent).
    
    PR:             264189
    Reviewed by:    thierry (maintainer)
---
 sysutils/xvidcap/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sysutils/xvidcap/Makefile b/sysutils/xvidcap/Makefile
index 70241becaa73..4f284c5a61e4 100644
--- a/sysutils/xvidcap/Makefile
+++ b/sysutils/xvidcap/Makefile
@@ -12,6 +12,9 @@ COMMENT=		Capture your X display to individual frames or MPEG video
 
 LICENSE=		GPLv3
 
+DEPRECATED=		Abandoned upstream, depends on deprecated GTK2 and only supports legacy video codecs. Please consider using multimedia/obs-studio
+EXPIRATION_DATE=	2022-06-30
+
 LIB_DEPENDS=		libdbus-1.so:devel/dbus			\
 			libfreetype.so:print/freetype2		\
 			libswscale.so:multimedia/ffmpeg		\