commit: 17f41d91dfeb96b52c294adfb2beceb853298dde Author: Sebastian Parborg <darkdefende <AT> gmail <DOT> com> AuthorDate: Sun Aug 15 12:17:46 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Aug 18 23:34:21 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17f41d91
media-gfx/blender: Bump oidn version requirement While older versions of oidn still works, it will produce worse denoising results and upstream expects blender to be built with this newer version. Signed-off-by: Sebastian Parborg <darkdefende <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/21994 Signed-off-by: Sam James <sam <AT> gentoo.org> media-gfx/blender/blender-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/blender/blender-9999.ebuild b/media-gfx/blender/blender-9999.ebuild index b16ab770202..e1b06beda53 100644 --- a/media-gfx/blender/blender-9999.ebuild +++ b/media-gfx/blender/blender-9999.ebuild @@ -80,7 +80,7 @@ RDEPEND="${PYTHON_DEPS} nls? ( virtual/libiconv ) openal? ( media-libs/openal ) opencl? ( virtual/opencl ) - oidn? ( >=media-libs/oidn-1.3.0 ) + oidn? ( >=media-libs/oidn-1.4.1 ) openimageio? ( >=media-libs/openimageio-2.2.13.1:= ) openexr? ( media-libs/ilmbase:=
