From ee0b70169066c09c5018a698debc67b342ef6a16 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sun, 24 Sep 2023 23:21:42 -0400 Subject: [PATCH] pcsx2: remove package This package only builds for i686* and depends on an old and to-be-removed version of wxWidgets. --- ...20a9e048e4bd9d7760cb72e6335aee8155d4.patch | 42 ------------------- srcpkgs/pcsx2/template | 27 ------------ srcpkgs/removed-packages/template | 5 ++- 3 files changed, 3 insertions(+), 71 deletions(-) delete mode 100644 srcpkgs/pcsx2/patches/6b7f20a9e048e4bd9d7760cb72e6335aee8155d4.patch delete mode 100644 srcpkgs/pcsx2/template diff --git a/srcpkgs/pcsx2/patches/6b7f20a9e048e4bd9d7760cb72e6335aee8155d4.patch b/srcpkgs/pcsx2/patches/6b7f20a9e048e4bd9d7760cb72e6335aee8155d4.patch deleted file mode 100644 index 1a76bc1fa68..00000000000 --- a/srcpkgs/pcsx2/patches/6b7f20a9e048e4bd9d7760cb72e6335aee8155d4.patch +++ /dev/null @@ -1,42 +0,0 @@ -From 6b7f20a9e048e4bd9d7760cb72e6335aee8155d4 Mon Sep 17 00:00:00 2001 -From: John Zimmermann -Date: Thu, 2 Jul 2020 12:24:45 +0200 -Subject: [PATCH] Allow running on systems without wx stackwalkler - -closes #2796 ---- - pcsx2/gui/AppAssert.cpp | 6 ++++++ - 1 file changed, 6 insertions(+) - -diff --git pcsx2/gui/AppAssert.cpp pcsx2/gui/AppAssert.cpp -index a282715c4e..4ce151f86f 100644 ---- a/pcsx2/gui/AppAssert.cpp -+++ b/pcsx2/gui/AppAssert.cpp -@@ -19,6 +19,7 @@ - - #include - -+#if wxUSE_STACKWALKER - class StackDump : public wxStackWalker - { - protected: -@@ -94,6 +95,7 @@ static wxString pxGetStackTrace( const FnChar_t* calledFrom ) - dump.Walk( 3 ); - return dump.GetStackTrace(); - } -+#endif - - #ifdef __WXDEBUG__ - -@@ -122,7 +124,11 @@ bool AppDoAssert( const DiagnosticOrigin& origin, const wxChar *msg ) - static bool disableAsserts = false; - if( disableAsserts ) return false; - -+#if wxUSE_STACKWALKER - wxString trace( pxGetStackTrace(origin.function) ); -+#else -+ wxString trace( "Warning: Platform doesn't support wx stackwalker" ); -+#endif - wxString dbgmsg( origin.ToString( msg ) ); - - wxMessageOutputDebug().Printf( L"%s", WX_STR(dbgmsg) ); diff --git a/srcpkgs/pcsx2/template b/srcpkgs/pcsx2/template deleted file mode 100644 index 59f8dfcdce7..00000000000 --- a/srcpkgs/pcsx2/template +++ /dev/null @@ -1,27 +0,0 @@ -# Template file for 'pcsx2' -archs="i686*" -lib32mode="full" -nopie=yes - -pkgname=pcsx2 -version=1.6.0 -revision=2 -build_style=cmake -# store all data that pcsx2 has to access into /usr/lib, so it can be accessed -# on multilib setups. when/if pcsx2 supports 64-bit builds, GAMEINDEX_DIR should -# be moved to /usr/share/pcsx2 -configure_args="-DGLSL_API=1 -DSDL2_API=TRUE -DPACKAGE_MODE=1 -DREBUILD_SHADER=1 - -DXDG_STD=1 -DDISABLE_ADVANCE_SIMD=1 - -DPLUGIN_DIR=/usr/lib${XBPS_TARGET_WORDSIZE}/pcsx2 - -DGAMEINDEX_DIR=/usr/lib${XBPS_TARGET_WORDSIZE}/pcsx2" -hostmakedepends="pkg-config sparsehash perl" -makedepends="alsa-lib-devel SDL2-devel glu-devel glew-devel libaio-devel - libcanberra-devel libjpeg-turbo-devel wxWidgets-devel portaudio-devel soundtouch-devel - libpcap-devel glib-devel" -depends="desktop-file-utils" -short_desc="Sony PlayStation 2 emulator" -maintainer="Selfsigned " -license="GPL-3.0-or-later, GPL-2.0-or-later, LGPL-2.1-or-later, LGPL-3.0-or-later" -homepage="http://www.pcsx2.net" -distfiles="https://github.com/PCSX2/pcsx2/archive/v${version}.tar.gz" -checksum=c09914020e494640f187f46d017f9d142ce2004af763b9a6c5c3a9ea09e5281c diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template index 582b0944c8c..ed11463d8af 100644 --- a/srcpkgs/removed-packages/template +++ b/srcpkgs/removed-packages/template @@ -1,7 +1,7 @@ # Template file for 'removed-packages' pkgname=removed-packages -version=0.1.20230918 -revision=2 +version=0.1.20230926 +revision=1 build_style=meta short_desc="Uninstalls packages removed from repository" maintainer="Piotr Wójcik " @@ -441,6 +441,7 @@ replaces=" perl-Gtk2-Ex-Simple-List<=0.50_4 perl-Gtk2-ImageView<=0.05_8 perl-Gtk2-Notify<=0.05_8 + pcsx2<=1.6.0_2 pgadmin3<=1.22.2_14 phonon-backend-gstreamer<=4.9.0_2 phonon-backend-vlc<=0.9.1_3