commit: 6c775ad7e1ee2ace4015edd0d580645b72a83907 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Feb 15 06:44:30 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Feb 15 06:44:30 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c775ad7
dev-games/openscenegraph: depend on <ffmpeg-5 Bug: https://bugs.gentoo.org/831486 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-games/openscenegraph/openscenegraph-3.6.5-r114.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-games/openscenegraph/openscenegraph-3.6.5-r114.ebuild b/dev-games/openscenegraph/openscenegraph-3.6.5-r114.ebuild index 98b91f2ce023..e90b3b6cd444 100644 --- a/dev-games/openscenegraph/openscenegraph-3.6.5-r114.ebuild +++ b/dev-games/openscenegraph/openscenegraph-3.6.5-r114.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -38,6 +38,8 @@ BDEPEND=" virtual/pkgconfig doc? ( app-doc/doxygen ) " +# <ffmpeg-5 for bug #831486 / bug #834425 and +# https://github.com/openscenegraph/OpenSceneGraph/issues/1111 RDEPEND=" media-libs/mesa[egl(+)?] virtual/glu @@ -53,7 +55,7 @@ RDEPEND=" sdl2? ( media-libs/libsdl2 ) wxwidgets? ( x11-libs/wxGTK:${WX_GTK_VER}[opengl,X] ) ) - ffmpeg? ( media-video/ffmpeg:0= ) + ffmpeg? ( <media-video/ffmpeg-5:= ) gdal? ( sci-libs/gdal:= ) gif? ( media-libs/giflib:= ) gstreamer? (