git: 0e95e9f761cd - main - multimedia/dumpmpeg: Deprecate and set expiration date to 2024-12-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 06 Nov 2024 19:42:30 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=0e95e9f761cd37f2d970784920751b8d9c4b29d6 commit 0e95e9f761cd37f2d970784920751b8d9c4b29d6 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-11-06 18:55:58 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-11-06 19:33:25 +0000 multimedia/dumpmpeg: Deprecate and set expiration date to 2024-12-31 Obsolete utility that depends on ancient libraries, direct users to multimedia/ffmpeg --- multimedia/dumpmpeg/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/multimedia/dumpmpeg/Makefile b/multimedia/dumpmpeg/Makefile index fbc10e12f369..abdfbc65ad1d 100644 --- a/multimedia/dumpmpeg/Makefile +++ b/multimedia/dumpmpeg/Makefile @@ -7,6 +7,9 @@ MASTER_SITES= SF MAINTAINER= multimedia@FreeBSD.org COMMENT= Dump frames from mpeg movies +DEPRECATED= Obsolete utility, consider using multimedia/ffmpeg +EXPIRATION_DATE=2024-12-31 + LIB_DEPENDS= libsmpeg.so:multimedia/smpeg USES= sdl