media-gfx/blender: add <ffmpeg-8 upper bound to old slots

Seen nothing has been done about these still and, given looking at
stabilizing ffmpeg-8 soon, it'll be a problem with 4.4.3 being the
stable version.

Not going to test this, so neither going to try the patch nor add
ffmpeg-compat, hopefully a new version will be stabilized soon and
these will just be dropped. Note that upper bounds are an acceptable
solution for these kind of temporary issues and are better than doing
nothing at all, so also closing the bug.

Can skip revbumping given binding := should force the package maanger
to look at the bound and prevent the upgrade.

Closes: https://bugs.gentoo.org/967270
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2026-03-05 03:25:31 -05:00
parent 6a33786745
commit 86ee26a4ab
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2025 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -112,7 +112,7 @@ RDEPEND="${PYTHON_DEPS}
color-management? ( media-libs/opencolorio:= )
cuda? ( <dev-util/nvidia-cuda-toolkit-13:= )
embree? ( media-libs/embree:=[raymask] )
ffmpeg? ( media-video/ffmpeg:=[encode(+),lame(-),jpeg2k?,opus,theora,vorbis,vpx,x264,xvid] )
ffmpeg? ( <media-video/ffmpeg-8:=[encode(+),lame(-),jpeg2k?,opus,theora,vorbis,vpx,x264,xvid] )
fftw? ( sci-libs/fftw:3.0=[threads] )
gmp? ( dev-libs/gmp:=[cxx] )
gnome? ( gui-libs/libdecor )

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2025 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# shellcheck disable=SC2207
@@ -127,7 +127,7 @@ RDEPEND="${PYTHON_DEPS}
color-management? ( media-libs/opencolorio:= )
cuda? ( dev-util/nvidia-cuda-toolkit:= )
embree? ( media-libs/embree:=[raymask] )
ffmpeg? ( media-video/ffmpeg:=[encode(+),lame(-),jpeg2k?,opus,theora,vorbis,vpx,x264,xvid] )
ffmpeg? ( <media-video/ffmpeg-8:=[encode(+),lame(-),jpeg2k?,opus,theora,vorbis,vpx,x264,xvid] )
fftw? ( sci-libs/fftw:3.0=[threads] )
gmp? ( dev-libs/gmp[cxx] )
gnome? ( gui-libs/libdecor )