commit: b65c08af252a83dedb99ad08376587584719adb7 Author: Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com> AuthorDate: Tue May 6 20:44:55 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu May 8 06:26:52 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b65c08af
media-gfx/blender: 4.2.9 backport ffmpeg-7 patch Bug: https://bugs.gentoo.org/951199 Signed-off-by: Paul Zander <negril.nx+gentoo <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/41967 Signed-off-by: Sam James <sam <AT> gentoo.org> media-gfx/blender/blender-4.2.9-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-gfx/blender/blender-4.2.9-r1.ebuild b/media-gfx/blender/blender-4.2.9-r1.ebuild index 0030bcdc3f95..5f72c39c10bf 100644 --- a/media-gfx/blender/blender-4.2.9-r1.ebuild +++ b/media-gfx/blender/blender-4.2.9-r1.ebuild @@ -81,7 +81,7 @@ RDEPEND="${PYTHON_DEPS} color-management? ( media-libs/opencolorio:= ) cuda? ( dev-util/nvidia-cuda-toolkit:= ) embree? ( media-libs/embree:=[raymask] ) - ffmpeg? ( <media-video/ffmpeg-7:=[encode(+),lame(-),jpeg2k?,opus,theora,vorbis,vpx,x264,xvid] ) + ffmpeg? ( media-video/ffmpeg:=[encode(+),lame(-),jpeg2k?,opus,theora,vorbis,vpx,x264,xvid] ) fftw? ( sci-libs/fftw:3.0= ) gmp? ( dev-libs/gmp[cxx] ) gnome? ( gui-libs/libdecor ) @@ -183,6 +183,7 @@ PATCHES=( "${FILESDIR}/${PN}-4.2.9-python3.12.patch" "${FILESDIR}/${PN}-4.2.9-python3.13.patch" "${FILESDIR}/${PN}-4.2.9-python3.12_1.patch" + "${FILESDIR}/${PN}-4.3.2-ffmpeg7.patch" "${FILESDIR}/${PN}-4.3.2-optix-8.1.0.patch" "${FILESDIR}/${PN}-4.3.2-system-glog.patch" "${FILESDIR}/${PN}-4.4.0-optix-compile-flags.patch"
