From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B515815808B for ; Tue, 1 Mar 2022 01:34:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7780DE07EE; Tue, 1 Mar 2022 01:34:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 38090E07EE for ; Tue, 1 Mar 2022 01:34:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1085034339B for ; Tue, 1 Mar 2022 01:34:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 935F02DD for ; Tue, 1 Mar 2022 01:34:25 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1646098425.5853372b18c0ae585625040adddb26a374f7f617.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/ppsspp/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/ppsspp/ppsspp-1.11.3-r1.ebuild games-emulation/ppsspp/ppsspp-1.11.3.ebuild games-emulation/ppsspp/ppsspp-1.11.3_p20210627-r1.ebuild games-emulation/ppsspp/ppsspp-1.11.3_p20210627-r2.ebuild games-emulation/ppsspp/ppsspp-1.12.3-r1.ebuild games-emulation/ppsspp/ppsspp-1.12.3.ebuild X-VCS-Directories: games-emulation/ppsspp/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 5853372b18c0ae585625040adddb26a374f7f617 X-VCS-Branch: master Date: Tue, 1 Mar 2022 01:34:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e225ce41-51c8-42a8-bb05-c96d4a4beed8 X-Archives-Hash: dd16ce42477c5f37c7608807d82aadcd commit: 5853372b18c0ae585625040adddb26a374f7f617 Author: Maciej Barć gentoo org> AuthorDate: Tue Mar 1 01:15:04 2022 +0000 Commit: Maciej Barć gentoo 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ć 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? (