From 7df3342585176b45b6efa8ebbcaa5d380be3550c Mon Sep 17 00:00:00 2001 From: Daniel Engberg <diizzy@FreeBSD.org> Date: Thu, 26 May 2022 09:16:55 +0200 Subject: [PATCH] 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 \ -- GitLab