Re: git: 947a56b365f3 - main - multimedia/winff: Deprecate and set expiration date to 2024-02-29
Date: Fri, 19 Jan 2024 17:45:34 UTC
Le jeu. 18 janv. 24 à 20:20:39 +0100, Daniel Engberg <diizzy@FreeBSD.org> écrivait : > The branch main has been updated by diizzy: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=947a56b365f32970b809ba673158aa3a229db426 > > commit 947a56b365f32970b809ba673158aa3a229db426 > Author: Daniel Engberg <diizzy@FreeBSD.org> > AuthorDate: 2024-01-18 19:11:14 +0000 > Commit: Daniel Engberg <diizzy@FreeBSD.org> > CommitDate: 2024-01-18 19:20:35 +0000 > > 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 > --- > multimedia/winff/Makefile | 3 +++ > 1 file changed, 3 insertions(+) > > 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 Sorry, but I do not understand this commit: if GTK2 is deprecated, only the GTK2 flavor should be marked as deprecated, not the Qt ones. In addition, you should not deprecate the GTK2 consumers one by one, but directly in Mk/Uses/lazarus.mk. -- Th. Thomas.