commit:     601e638a94fd4b1e3d0325085f8c07cb8913acb6
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sun Aug  3 11:13:48 2025 +0000
Commit:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Sun Aug  3 11:30:16 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=601e638a

games-emulation/rpcs3: drop upstreamed patch

https://github.com/RPCS3/rpcs3/commit/daad30b2b3969ebc1b7c0e5ff490ca93c3edcae3
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 .../rpcs3/files/rpcs3-9999-system-openal.patch     | 41 ----------------------
 games-emulation/rpcs3/rpcs3-9999.ebuild            |  3 +-
 2 files changed, 1 insertion(+), 43 deletions(-)

diff --git a/games-emulation/rpcs3/files/rpcs3-9999-system-openal.patch 
b/games-emulation/rpcs3/files/rpcs3-9999-system-openal.patch
deleted file mode 100644
index 765593e0c5..0000000000
--- a/games-emulation/rpcs3/files/rpcs3-9999-system-openal.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-diff --git a/rpcs3/Emu/Cell/Modules/cellMic.cpp 
b/rpcs3/Emu/Cell/Modules/cellMic.cpp
-index a5ece1be5..072c73d58 100644
---- a/rpcs3/Emu/Cell/Modules/cellMic.cpp
-+++ b/rpcs3/Emu/Cell/Modules/cellMic.cpp
-@@ -11,7 +11,7 @@
- #include <cmath>
- 
- #ifndef WITHOUT_OPENAL
--#include "3rdparty/OpenAL/openal-soft/include/AL/alext.h"
-+#include <AL/alext.h>
- #endif
- 
- LOG_CHANNEL(cellMic);
-diff --git a/rpcs3/Emu/Cell/Modules/cellMic.h 
b/rpcs3/Emu/Cell/Modules/cellMic.h
-index e4b416fa6..7f00e2881 100644
---- a/rpcs3/Emu/Cell/Modules/cellMic.h
-+++ b/rpcs3/Emu/Cell/Modules/cellMic.h
-@@ -1,7 +1,7 @@
- #pragma once
- 
- #include "Utilities/Thread.h"
--#include "3rdparty/OpenAL/openal-soft/include/AL/alc.h"
-+#include <AL/alc.h>
- #include "Utilities/mutex.h"
- 
- // Error Codes
-diff --git a/rpcs3/rpcs3qt/microphone_creator.cpp 
b/rpcs3/rpcs3qt/microphone_creator.cpp
-index 9ea04defd..fc1343fc2 100644
---- a/rpcs3/rpcs3qt/microphone_creator.cpp
-+++ b/rpcs3/rpcs3qt/microphone_creator.cpp
-@@ -3,8 +3,8 @@
- 
- #include "Utilities/StrUtil.h"
- 
--#include "3rdparty/OpenAL/openal-soft/include/AL/al.h"
--#include "3rdparty/OpenAL/openal-soft/include/AL/alc.h"
-+#include <AL/al.h>
-+#include <AL/alc.h>
- 
- LOG_CHANNEL(cfg_log, "CFG");
- 

diff --git a/games-emulation/rpcs3/rpcs3-9999.ebuild 
b/games-emulation/rpcs3/rpcs3-9999.ebuild
index cf3763fe88..fc497adb88 100644
--- a/games-emulation/rpcs3/rpcs3-9999.ebuild
+++ b/games-emulation/rpcs3/rpcs3-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021-2024 Gentoo Authors
+# Copyright 2021-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -82,7 +82,6 @@ QA_PREBUILT="usr/share/rpcs3/test/.*"
 QA_WX_LOAD="usr/share/rpcs3/test/*"
 
 PATCHES=(
-       "${FILESDIR}/${P}-system-openal.patch"
        "${FILESDIR}/${P}-system-stb.patch"
        "${FILESDIR}/${P}-system-zstd.patch"
 )

Reply via email to