git: 2c28898c1e4f - main - multimedia/recmpeg: 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:28 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=2c28898c1e4fb6a035c099160e6461f060c9c6e3 commit 2c28898c1e4fb6a035c099160e6461f060c9c6e3 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-11-06 18:51:33 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-11-06 19:33:24 +0000 multimedia/recmpeg: Deprecate and set expiration date to 2024-12-31 Depends on deprecated and obsolete library libfame, redirect users to multimedia/ffmpeg --- multimedia/recmpeg/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/multimedia/recmpeg/Makefile b/multimedia/recmpeg/Makefile index 81a88b9c89fc..c0bee1672039 100644 --- a/multimedia/recmpeg/Makefile +++ b/multimedia/recmpeg/Makefile @@ -8,6 +8,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Simple video encoder WWW= https://fame.sourceforge.net/ +DEPRECATED= Depends on deprecated and obsolete library libfame, consider migrating to multimedia/ffmpeg +EXPIRATION_DATE=2024-12-31 + LIB_DEPENDS= libfame.so:multimedia/libfame GNU_CONFIGURE= yes