Gentoo Archives: gentoo-commits

From: "Maciej Barć" <xgqt@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/ppsspp/
Date: Tue, 01 Mar 2022 01:34:30
Message-Id: 1646098425.5853372b18c0ae585625040adddb26a374f7f617.xgqt@gentoo
1 commit: 5853372b18c0ae585625040adddb26a374f7f617
2 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 1 01:15:04 2022 +0000
4 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 1 01:33:45 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5853372b
7
8 games-emulation/ppsspp: pin ffmpeg to 0/56.58.58 slot
9
10 Upstream bug report: https://github.com/hrydgard/ppsspp/issues/15308
11 CONSIDER: If we can not patch this in the future,
12 then maybe bring back USE="system-ffmpeg".
13
14 Closes: https://bugs.gentoo.org/834376
15 Package-Manager: Portage-3.0.30, Repoman-3.0.3
16 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
17
18 .../ppsspp/{ppsspp-1.11.3.ebuild => ppsspp-1.11.3-r1.ebuild} | 4 ++--
19 ...p-1.11.3_p20210627-r1.ebuild => ppsspp-1.11.3_p20210627-r2.ebuild} | 4 ++--
20 .../ppsspp/{ppsspp-1.12.3.ebuild => ppsspp-1.12.3-r1.ebuild} | 4 ++--
21 3 files changed, 6 insertions(+), 6 deletions(-)
22
23 diff --git a/games-emulation/ppsspp/ppsspp-1.11.3.ebuild b/games-emulation/ppsspp/ppsspp-1.11.3-r1.ebuild
24 similarity index 97%
25 rename from games-emulation/ppsspp/ppsspp-1.11.3.ebuild
26 rename to games-emulation/ppsspp/ppsspp-1.11.3-r1.ebuild
27 index c833ea0b5f4a..0e56f4eb3423 100644
28 --- a/games-emulation/ppsspp/ppsspp-1.11.3.ebuild
29 +++ b/games-emulation/ppsspp/ppsspp-1.11.3-r1.ebuild
30 @@ -1,4 +1,4 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 +# Copyright 1999-2022 Gentoo Authors
33 # Distributed under the terms of the GNU General Public License v2
34
35 EAPI=7
36 @@ -35,7 +35,7 @@ RDEPEND="
37 sys-libs/zlib:=
38 virtual/opengl
39 sdl? ( media-libs/libsdl2 )
40 - system-ffmpeg? ( media-video/ffmpeg:= )
41 + system-ffmpeg? ( media-video/ffmpeg:0/56.58.58 )
42 qt5? (
43 dev-qt/qtcore:5
44 dev-qt/qtgui:5[-gles2-only]
45
46 diff --git a/games-emulation/ppsspp/ppsspp-1.11.3_p20210627-r1.ebuild b/games-emulation/ppsspp/ppsspp-1.11.3_p20210627-r2.ebuild
47 similarity index 97%
48 rename from games-emulation/ppsspp/ppsspp-1.11.3_p20210627-r1.ebuild
49 rename to games-emulation/ppsspp/ppsspp-1.11.3_p20210627-r2.ebuild
50 index a6d35611d326..f423958a6178 100644
51 --- a/games-emulation/ppsspp/ppsspp-1.11.3_p20210627-r1.ebuild
52 +++ b/games-emulation/ppsspp/ppsspp-1.11.3_p20210627-r2.ebuild
53 @@ -1,4 +1,4 @@
54 -# Copyright 1999-2021 Gentoo Authors
55 +# Copyright 1999-2022 Gentoo Authors
56 # Distributed under the terms of the GNU General Public License v2
57
58 EAPI=7
59 @@ -36,7 +36,7 @@ RDEPEND="
60 media-libs/glew:=
61 media-libs/libpng:=
62 media-libs/libsdl2[joystick]
63 - media-video/ffmpeg:=
64 + media-video/ffmpeg:0/56.58.58
65 sys-libs/zlib:=
66 virtual/opengl
67 qt5? (
68
69 diff --git a/games-emulation/ppsspp/ppsspp-1.12.3.ebuild b/games-emulation/ppsspp/ppsspp-1.12.3-r1.ebuild
70 similarity index 97%
71 rename from games-emulation/ppsspp/ppsspp-1.12.3.ebuild
72 rename to games-emulation/ppsspp/ppsspp-1.12.3-r1.ebuild
73 index 74faf99b6397..aa3ff5031252 100644
74 --- a/games-emulation/ppsspp/ppsspp-1.12.3.ebuild
75 +++ b/games-emulation/ppsspp/ppsspp-1.12.3-r1.ebuild
76 @@ -1,4 +1,4 @@
77 -# Copyright 1999-2021 Gentoo Authors
78 +# Copyright 1999-2022 Gentoo Authors
79 # Distributed under the terms of the GNU General Public License v2
80
81 EAPI=8
82 @@ -33,7 +33,7 @@ RDEPEND="
83 media-libs/glew:=
84 media-libs/libpng:=
85 media-libs/libsdl2[joystick]
86 - media-video/ffmpeg:=
87 + media-video/ffmpeg:0/56.58.58
88 sys-libs/zlib:=
89 virtual/opengl
90 qt5? (