From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F24521582EF for ; Wed, 05 Mar 2025 04:51:05 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id DCEC634305E for ; Wed, 05 Mar 2025 04:51:05 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 22A2F1102D2; Wed, 05 Mar 2025 04:51:02 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 19DD91102D2 for ; Wed, 05 Mar 2025 04:51:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 C6456342FE8 for ; Wed, 05 Mar 2025 04:51:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 01F662874 for ; Wed, 05 Mar 2025 04:51:00 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1741150126.afb15676dc00cb037e04738108d16a0dcf30bbee.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/pcsx2/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/pcsx2/pcsx2-9999.ebuild X-VCS-Directories: games-emulation/pcsx2/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: afb15676dc00cb037e04738108d16a0dcf30bbee X-VCS-Branch: master Date: Wed, 05 Mar 2025 04:51:00 +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: 277d1ee7-b696-42b4-9677-0cb5b53f888d X-Archives-Hash: fdb21cacd5d503373667c2acf85fefe0 commit: afb15676dc00cb037e04738108d16a0dcf30bbee Author: Ionen Wolkens gentoo org> AuthorDate: Mon Mar 3 16:46:58 2025 +0000 Commit: Ionen Wolkens gentoo 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 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 }