Date: Sun, 29 Oct 2023 22:57:53 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: b90b31a96ab7 - main - audio/gradio: Mark DEPRECATED Message-ID: <202310292257.39TMvrKm030323@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=b90b31a96ab73cd644c40d127a3521254ab07da1 commit b90b31a96ab73cd644c40d127a3521254ab07da1 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-10-29 22:50:11 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-10-29 22:53:41 +0000 audio/gradio: Mark DEPRECATED - BROKEN for more than a year - Set EXPIRATION_DATE 2023-11-30 --- audio/gradio/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/audio/gradio/Makefile b/audio/gradio/Makefile index a918817f3aca..6d34172daba5 100644 --- a/audio/gradio/Makefile +++ b/audio/gradio/Makefile @@ -11,6 +11,10 @@ WWW= https://github.com/haecker-felix/gradio LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.md +DEPRECATED= BROKEN for more than a year +EXPIRATION_DATE= 2023-11-30 +BROKEN= Does not build against current vala + LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ libjson-glib-1.0.so:devel/json-glib @@ -19,11 +23,8 @@ USE_GITHUB= yes GH_ACCOUNT= haecker-felix GH_PROJECT= Gradio USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 -USE_GSTREAMER= mpg123 soup - GLIB_SCHEMAS= de.haeckerfelix.gradio.gschema.xml - -BROKEN= Does not build against current vala +USE_GSTREAMER= mpg123 soup post-patch: ${REINPLACE_CMD} -e "s,python3,${PYTHON_CMD}," ${WRKSRC}/meson_post_install.sh
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310292257.39TMvrKm030323>