commit:     afb15676dc00cb037e04738108d16a0dcf30bbee
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  3 16:46:58 2025 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Mar  5 04:48:46 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afb15676

games-emulation/pcsx2: update live

Closes: https://bugs.gentoo.org/950498
Closes: https://github.com/gentoo/gentoo/pull/40873
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 games-emulation/pcsx2/pcsx2-9999.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/games-emulation/pcsx2/pcsx2-9999.ebuild 
b/games-emulation/pcsx2/pcsx2-9999.ebuild
index 8faf444e5e49..46c544532314 100644
--- a/games-emulation/pcsx2/pcsx2-9999.ebuild
+++ b/games-emulation/pcsx2/pcsx2-9999.ebuild
@@ -38,7 +38,7 @@ COMMON_DEPEND="
        media-libs/libglvnd[X]
        media-libs/libjpeg-turbo:=
        media-libs/libpng:=
-       media-libs/libsdl2[haptic,joystick]
+       media-libs/libsdl3
        media-libs/libwebp:=
        media-video/ffmpeg:=
        net-libs/libpcap
@@ -46,6 +46,8 @@ COMMON_DEPEND="
        sys-apps/dbus
        sys-libs/zlib:=
        virtual/libudev:=
+       x11-libs/libX11
+       x11-libs/libXi
        x11-libs/libXrandr
        alsa? ( media-libs/alsa-lib )
        jack? ( virtual/jack )
@@ -95,7 +97,7 @@ src_prepare() {
        # relax Qt6 and SDL2 version requirements which often get restricted
        # without a specific need, please report a bug to Gentoo (not upstream)
        # if a still-available older version is really causing issues
-       sed -e '/find_package(\(Qt6\|SDL2\)/s/ [0-9.]*//' \
+       sed -e '/find_package(\(Qt6\|SDL3\)/s/ [0-9.]*//' \
                -i cmake/SearchForStuff.cmake || die
 }
 

Reply via email to