git: 299e5a82fac7 - main - graphics/radiance: Add DEPRECATED tag
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Oct 2021 00:24:56 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=299e5a82fac7c896c6b5ff93137249e4b3e0770b commit 299e5a82fac7c896c6b5ff93137249e4b3e0770b Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-10-19 19:17:35 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2021-10-20 00:24:53 +0000 graphics/radiance: Add DEPRECATED tag --- graphics/radiance/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/graphics/radiance/Makefile b/graphics/radiance/Makefile index 4767e744ac97..095f535197e3 100644 --- a/graphics/radiance/Makefile +++ b/graphics/radiance/Makefile @@ -13,6 +13,9 @@ COMMENT= Video art software for VJs LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Application uses deprecated OpenGL support in libmpv, see the comment in https://github.com/zbanks/radiance/issues/118 +EXPIRATION_DATE= 2022-01-19 + LIB_DEPENDS= libfftw3.so:math/fftw3 \ libfftw3f.so:math/fftw3-float \ libmpv.so:multimedia/mpv \