Date: Tue, 2 May 2023 21:54:37 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0106d39abc0c - main - audio/libgroove: Deprecate and set expiration date to 2023-06-30 Message-ID: <202305022154.342LsbCK023304@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=0106d39abc0cc11a1b76599aba32f97651787829 commit 0106d39abc0cc11a1b76599aba32f97651787829 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-05-02 21:48:33 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2023-05-02 21:48:38 +0000 audio/libgroove: Deprecate and set expiration date to 2023-06-30 Very little activity upstream in the last years, no plans to support newer versions of FFmpeg --- audio/libgroove/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/audio/libgroove/Makefile b/audio/libgroove/Makefile index 8b967bf23b97..e53c1c037c6f 100644 --- a/audio/libgroove/Makefile +++ b/audio/libgroove/Makefile @@ -10,6 +10,9 @@ WWW= https://github.com/andrewrk/libgroove LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Fails to build with FFmpeg 6 and very little activity upstream +EXPIRATION_DATE=2023-06-30 + LIB_DEPENDS= libavcodec.so.58:multimedia/ffmpeg4 \ libchromaprint.so:audio/chromaprint \ libebur128.so:audio/ebur128 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305022154.342LsbCK023304>