mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
pcsx2: remove package
This package only builds for i686* and depends on an old and to-be-removed version of wxWidgets.
This commit is contained in:
parent
25c3d471a7
commit
ee0b701690
3 changed files with 3 additions and 71 deletions
|
@ -1,42 +0,0 @@
|
||||||
From 6b7f20a9e048e4bd9d7760cb72e6335aee8155d4 Mon Sep 17 00:00:00 2001
|
|
||||||
From: John Zimmermann <me@johnnynator.dev>
|
|
||||||
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 <wx/stackwalk.h>
|
|
||||||
|
|
||||||
+#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) );
|
|
|
@ -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 <selfsigned@protonmail.ch>"
|
|
||||||
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
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'removed-packages'
|
# Template file for 'removed-packages'
|
||||||
pkgname=removed-packages
|
pkgname=removed-packages
|
||||||
version=0.1.20230918
|
version=0.1.20230926
|
||||||
revision=2
|
revision=1
|
||||||
build_style=meta
|
build_style=meta
|
||||||
short_desc="Uninstalls packages removed from repository"
|
short_desc="Uninstalls packages removed from repository"
|
||||||
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
||||||
|
@ -441,6 +441,7 @@ replaces="
|
||||||
perl-Gtk2-Ex-Simple-List<=0.50_4
|
perl-Gtk2-Ex-Simple-List<=0.50_4
|
||||||
perl-Gtk2-ImageView<=0.05_8
|
perl-Gtk2-ImageView<=0.05_8
|
||||||
perl-Gtk2-Notify<=0.05_8
|
perl-Gtk2-Notify<=0.05_8
|
||||||
|
pcsx2<=1.6.0_2
|
||||||
pgadmin3<=1.22.2_14
|
pgadmin3<=1.22.2_14
|
||||||
phonon-backend-gstreamer<=4.9.0_2
|
phonon-backend-gstreamer<=4.9.0_2
|
||||||
phonon-backend-vlc<=0.9.1_3
|
phonon-backend-vlc<=0.9.1_3
|
||||||
|
|
Loading…
Add table
Reference in a new issue