git: dd5cceefd0f4 - main - Mark ports that depend on transcode as deprecated

From: Stefan Eßer <se_at_FreeBSD.org>
Date: Mon, 20 Feb 2023 16:16:04 UTC
The branch main has been updated by se:

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

commit dd5cceefd0f42b71329d09df1fdf9864ed9c2d3b
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2023-02-20 16:09:18 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2023-02-20 16:09:18 +0000

    Mark ports that depend on transcode as deprecated
    
    The multimedia/transcode port is broken due to its dependency on a
    long obsolete version of ffmpeg (specifically the audio resample
    functions). It is unmaintained and the original author has deleted
    the sources and documentation.
    
    Since I do not have any use for these ports and it would requiee
    a lot of effort to port transcode to the new resample API, I'm not
    going to try to modernize this software.
    
    If anybody wants to take over maintainership of the transcode port
    or dependent ports, feel free to do so. Else I'm going to delete
    them after 2023-03-31.
---
 multimedia/dvdrip/Makefile         | 3 +++
 multimedia/mkxvcd/Makefile         | 3 +++
 multimedia/subtitleripper/Makefile | 3 +++
 3 files changed, 9 insertions(+)

diff --git a/multimedia/dvdrip/Makefile b/multimedia/dvdrip/Makefile
index 96701601d6f9..61e54bfb8a27 100644
--- a/multimedia/dvdrip/Makefile
+++ b/multimedia/dvdrip/Makefile
@@ -12,6 +12,9 @@ WWW=		https://www.exit1.org/dvdrip/
 LICENSE=	ART10 GPLv1 # (ART10 or GPLv1) and CC-BY-SA-2.5
 LICENSE_COMB=	dual
 
+DEPRECATED=	Depends on broken transcode port
+EXPIRATION_DATE=	2023-03-31
+
 BUILD_DEPENDS=	p5-Gtk2>=0:x11-toolkits/p5-Gtk2 \
 		p5-AnyEvent>=0:devel/p5-AnyEvent \
 		p5-Event-ExecFlow>=0:devel/p5-Event-ExecFlow \
diff --git a/multimedia/mkxvcd/Makefile b/multimedia/mkxvcd/Makefile
index 8dc031280ba3..3ef87e9be0a3 100644
--- a/multimedia/mkxvcd/Makefile
+++ b/multimedia/mkxvcd/Makefile
@@ -11,6 +11,9 @@ WWW=		http://kvcd4nix.sourceforge.net/
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+DEPRECATED=	Depends on broken transcode port
+EXPIRATION_DATE=	2023-03-31
+
 RUN_DEPENDS=	mpeg2enc:multimedia/mjpegtools \
 		bash:shells/bash \
 		mplayer:multimedia/mplayer \
diff --git a/multimedia/subtitleripper/Makefile b/multimedia/subtitleripper/Makefile
index b36a83081064..dd2105a9aefe 100644
--- a/multimedia/subtitleripper/Makefile
+++ b/multimedia/subtitleripper/Makefile
@@ -10,6 +10,9 @@ WWW=		http://subtitleripper.sourceforge.net/
 
 LICENSE=	GPLv2
 
+DEPRECATED=	Depends on broken transcode port
+EXPIRATION_DATE=	2023-03-31
+
 LIB_DEPENDS=	libnetpbm.so:graphics/netpbm \
 		libpng.so:graphics/png
 RUN_DEPENDS=	gocr:graphics/gocr \