diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-10-19 12:17:35 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-10-19 17:24:53 -0700 |
commit | 299e5a82fac7c896c6b5ff93137249e4b3e0770b (patch) | |
tree | dacddf9838ec672655cacd1240cc6fa55ebf0b47 | |
parent | net/storj: update Storj programs to version 1.41.2. (diff) |
graphics/radiance: Add DEPRECATED tag
-rw-r--r-- | graphics/radiance/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 \ |