diff options
author | 2024-01-14 23:58:25 -0500 | |
---|---|---|
committer | 2024-01-15 02:26:53 -0500 | |
commit | c75f09735b89ba465ad543ec885718a77566643a (patch) | |
tree | f4544cf69c73eb949d424c813f3df2cf890ddde7 /games-emulation/pcsx2/files | |
parent | games-emulation/pcsx2: stabilize 1.7.5312 for amd64 (diff) | |
download | gentoo-c75f09735b89ba465ad543ec885718a77566643a.tar.gz gentoo-c75f09735b89ba465ad543ec885718a77566643a.tar.bz2 gentoo-c75f09735b89ba465ad543ec885718a77566643a.zip |
games-emulation/pcsx2: drop 1.6.0-r3
See bug #922149 for what motivated dropping it even though
it's the upstream stable release.
Note that this drops the x86 keyword, upstream does not
support that anymore (only amd64+sse4.1 is supported).
wrt bug #884825, there is no pcsx2 version left using system
soundtouch.
Closes: https://bugs.gentoo.org/884825
Closes: https://bugs.gentoo.org/922149
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-emulation/pcsx2/files')
-rw-r--r-- | games-emulation/pcsx2/files/pcsx2-1.6.0-disable-setcap.patch | 49 | ||||
-rw-r--r-- | games-emulation/pcsx2/files/pcsx2-1.6.0-wx-config.patch | 20 |
2 files changed, 0 insertions, 69 deletions
diff --git a/games-emulation/pcsx2/files/pcsx2-1.6.0-disable-setcap.patch b/games-emulation/pcsx2/files/pcsx2-1.6.0-disable-setcap.patch deleted file mode 100644 index 07040b62b91b..000000000000 --- a/games-emulation/pcsx2/files/pcsx2-1.6.0-disable-setcap.patch +++ /dev/null @@ -1,49 +0,0 @@ -From 4366d2973316a6c250a17cf9a170f187e2ed9f93 Mon Sep 17 00:00:00 2001 -From: Yuri Konotopov <ykonotopov@gnome.org> -Date: Sat, 17 Oct 2020 12:05:36 +0400 -Subject: [PATCH] Added cmake options to bypass setcap execution. - -This call became a problem with distributions (eg Gentoo GNU/Linux) that -builds PCSX2 in sandboxed environment which disallows setcap execution. - -Signed-off-by: Yuri Konotopov <ykonotopov@gnome.org> ---- - cmake/BuildParameters.cmake | 1 + - pcsx2/CMakeLists.txt | 10 ++++++---- - 2 files changed, 7 insertions(+), 4 deletions(-) - -diff --git a/cmake/BuildParameters.cmake b/cmake/BuildParameters.cmake -index 235bdb8e5..a3ff0041f 100644 ---- a/cmake/BuildParameters.cmake -+++ b/cmake/BuildParameters.cmake -@@ -46,6 +46,7 @@ option(GSDX_LEGACY "Build a GSdx legacy plugin compatible with GL3.3") - option(PACKAGE_MODE "Use this option to ease packaging of PCSX2 (developer/distribution option)") - option(DISABLE_CHEATS_ZIP "Disable including the cheats_ws.zip file") - option(DISABLE_PCSX2_WRAPPER "Disable including the PCSX2-linux.sh file") -+option(DISABLE_SETCAP "Do not set files capabilities") - option(XDG_STD "Use XDG standard path instead of the standard PCSX2 path") - option(EXTRA_PLUGINS "Build various 'extra' plugins") - option(SDL2_API "Use SDL2 on spu2x and onepad (wxWidget mustn't be built with SDL1.2 support" ON) -diff --git a/pcsx2/CMakeLists.txt b/pcsx2/CMakeLists.txt -index 6839089d7..6e129caca 100644 ---- a/pcsx2/CMakeLists.txt -+++ b/pcsx2/CMakeLists.txt -@@ -739,9 +739,11 @@ endif() - add_pcsx2_executable(${Output} "${pcsx2FinalSources}" "${pcsx2FinalLibs}" "${pcsx2FinalFlags}") - - if(dev9ghzdrk) -- if(PACKAGE_MODE) -- install(CODE "execute_process(COMMAND /bin/bash -c \"echo 'Enabling networking capability on Linux...';set -x; [ -f ${BIN_DIR}/${Output} ] && sudo setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' ${BIN_DIR}/${Output}; set +x\")") -- else() -- install(CODE "execute_process(COMMAND /bin/bash -c \"echo 'Enabling networking capability on Linux...';set -x; [ -f ${CMAKE_SOURCE_DIR}/bin/${Output} ] && sudo setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' ${CMAKE_SOURCE_DIR}/bin/${Output}; set +x\")") -+ if(NOT DISABLE_SETCAP) -+ if(PACKAGE_MODE) -+ install(CODE "execute_process(COMMAND /bin/bash -c \"echo 'Enabling networking capability on Linux...';set -x; [ -f ${BIN_DIR}/${Output} ] && sudo setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' ${BIN_DIR}/${Output}; set +x\")") -+ else() -+ install(CODE "execute_process(COMMAND /bin/bash -c \"echo 'Enabling networking capability on Linux...';set -x; [ -f ${CMAKE_SOURCE_DIR}/bin/${Output} ] && sudo setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' ${CMAKE_SOURCE_DIR}/bin/${Output}; set +x\")") -+ endif() - endif() - endif() --- -2.26.2 - diff --git a/games-emulation/pcsx2/files/pcsx2-1.6.0-wx-config.patch b/games-emulation/pcsx2/files/pcsx2-1.6.0-wx-config.patch deleted file mode 100644 index bfa12b893dcd..000000000000 --- a/games-emulation/pcsx2/files/pcsx2-1.6.0-wx-config.patch +++ /dev/null @@ -1,20 +0,0 @@ -Don't attempt to use /usr/bin/wx-config-3.0 which can point to the -wrong wx-config depending on eselect'ed wxGTK profile. Furthermore -that path does not use ESYSROOT. - -If unset, FindwxWidgets.cmake will use WX_CONFIG environment -set by the wxwidgets eclass. ---- a/cmake/SearchForStuff.cmake -+++ b/cmake/SearchForStuff.cmake -@@ -50,4 +50,5 @@ - # lib32-wx3.0 => /usr/bin/wx-config32-3.0 - # FindwxWidgets only searches for wx-config. -+#[[ - if(CMAKE_CROSSCOMPILING) - # May need to fix the filenames for lib32-wx3.0. -@@ -71,4 +72,5 @@ - endif() - endif() -+#]] - - find_package(wxWidgets COMPONENTS base core adv) |