diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2024-01-18 19:11:14 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2024-01-18 19:20:35 +0000 |
commit | 947a56b365f32970b809ba673158aa3a229db426 (patch) | |
tree | 108d14c78e2d371558e90497f067ffa092037388 | |
parent | 121038037c0bed22cca92abc941f6fe40975896a (diff) | |
download | ports-947a56b365f32970b809ba673158aa3a229db426.tar.gz ports-947a56b365f32970b809ba673158aa3a229db426.zip |
multimedia/winff: Deprecate and set expiration date to 2024-02-29
Depends on legacy libraries such as GTK2 and hasn't been updated
to support current available formats. Redirect users to
multimedia/handbrake
-rw-r--r-- | multimedia/winff/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/multimedia/winff/Makefile b/multimedia/winff/Makefile index 888bdece1ad7..209b56e12edf 100644 --- a/multimedia/winff/Makefile +++ b/multimedia/winff/Makefile @@ -11,6 +11,9 @@ WWW= https://www.biggmatt.com/p/winff.html LICENSE= GPLv3 +DEPRECATED= Depends on legacy libraries such as GTK2 and isn't up to date with current available formats, consider using multimedia/handbrake +EXPIRATION_DATE=2024-02-29 + LIB_DEPENDS= libavutil.so:multimedia/ffmpeg USES= fpc lazarus:flavors xorg |