mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
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:
@@ -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 )
|
||||
|
||||
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user