commit: 75ac033adf7b6b6fea3fc8c7f4d6265f04f8c51b Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Feb 15 06:45:29 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Feb 15 06:45:29 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75ac033a
dev-games/openscenegraph-openmw: depend on <ffmpeg-5 Bug: https://bugs.gentoo.org/834425 Signed-off-by: Sam James <sam <AT> gentoo.org> .../openscenegraph-openmw-3.6_p20211017-r3.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-games/openscenegraph-openmw/openscenegraph-openmw-3.6_p20211017-r3.ebuild b/dev-games/openscenegraph-openmw/openscenegraph-openmw-3.6_p20211017-r3.ebuild index 7805850796aa..ea018953264c 100644 --- a/dev-games/openscenegraph-openmw/openscenegraph-openmw-3.6_p20211017-r3.ebuild +++ b/dev-games/openscenegraph-openmw/openscenegraph-openmw-3.6_p20211017-r3.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=8 @@ -37,6 +37,8 @@ BDEPEND=" virtual/pkgconfig doc? ( app-doc/doxygen ) " +# <ffmpeg-5 for bug #831486 / bug #834425 and +# https://github.com/openscenegraph/OpenSceneGraph/issues/1111 RDEPEND=" !dev-games/openscenegraph dev-libs/glib:2 @@ -55,7 +57,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? (
