commit: 5853372b18c0ae585625040adddb26a374f7f617 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Tue Mar 1 01:15:04 2022 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Tue Mar 1 01:33:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5853372b
games-emulation/ppsspp: pin ffmpeg to 0/56.58.58 slot Upstream bug report: https://github.com/hrydgard/ppsspp/issues/15308 CONSIDER: If we can not patch this in the future, then maybe bring back USE="system-ffmpeg". Closes: https://bugs.gentoo.org/834376 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> .../ppsspp/{ppsspp-1.11.3.ebuild => ppsspp-1.11.3-r1.ebuild} | 4 ++-- ...p-1.11.3_p20210627-r1.ebuild => ppsspp-1.11.3_p20210627-r2.ebuild} | 4 ++-- .../ppsspp/{ppsspp-1.12.3.ebuild => ppsspp-1.12.3-r1.ebuild} | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/games-emulation/ppsspp/ppsspp-1.11.3.ebuild b/games-emulation/ppsspp/ppsspp-1.11.3-r1.ebuild similarity index 97% rename from games-emulation/ppsspp/ppsspp-1.11.3.ebuild rename to games-emulation/ppsspp/ppsspp-1.11.3-r1.ebuild index c833ea0b5f4a..0e56f4eb3423 100644 --- a/games-emulation/ppsspp/ppsspp-1.11.3.ebuild +++ b/games-emulation/ppsspp/ppsspp-1.11.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -35,7 +35,7 @@ RDEPEND=" sys-libs/zlib:= virtual/opengl sdl? ( media-libs/libsdl2 ) - system-ffmpeg? ( media-video/ffmpeg:= ) + system-ffmpeg? ( media-video/ffmpeg:0/56.58.58 ) qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5[-gles2-only] diff --git a/games-emulation/ppsspp/ppsspp-1.11.3_p20210627-r1.ebuild b/games-emulation/ppsspp/ppsspp-1.11.3_p20210627-r2.ebuild similarity index 97% rename from games-emulation/ppsspp/ppsspp-1.11.3_p20210627-r1.ebuild rename to games-emulation/ppsspp/ppsspp-1.11.3_p20210627-r2.ebuild index a6d35611d326..f423958a6178 100644 --- a/games-emulation/ppsspp/ppsspp-1.11.3_p20210627-r1.ebuild +++ b/games-emulation/ppsspp/ppsspp-1.11.3_p20210627-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -36,7 +36,7 @@ RDEPEND=" media-libs/glew:= media-libs/libpng:= media-libs/libsdl2[joystick] - media-video/ffmpeg:= + media-video/ffmpeg:0/56.58.58 sys-libs/zlib:= virtual/opengl qt5? ( diff --git a/games-emulation/ppsspp/ppsspp-1.12.3.ebuild b/games-emulation/ppsspp/ppsspp-1.12.3-r1.ebuild similarity index 97% rename from games-emulation/ppsspp/ppsspp-1.12.3.ebuild rename to games-emulation/ppsspp/ppsspp-1.12.3-r1.ebuild index 74faf99b6397..aa3ff5031252 100644 --- a/games-emulation/ppsspp/ppsspp-1.12.3.ebuild +++ b/games-emulation/ppsspp/ppsspp-1.12.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -33,7 +33,7 @@ RDEPEND=" media-libs/glew:= media-libs/libpng:= media-libs/libsdl2[joystick] - media-video/ffmpeg:= + media-video/ffmpeg:0/56.58.58 sys-libs/zlib:= virtual/opengl qt5? (
