Glad they switched to Github! It seems the last release wasn't properly tagged though, git describe --tags still prints 1.2.1.* instead of 1.2.2.* so pkgver will be manual for now. Merging pcsx2-svn into pcsx2-git.
Search Criteria
Package Details: pcsx2-git 2.3.35.r0.g4eae1b7127-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/pcsx2-git.git (read-only, click to copy) |
---|---|
Package Base: | pcsx2-git |
Description: | A Sony PlayStation 2 emulator |
Upstream URL: | https://github.com/PCSX2/pcsx2 |
Licenses: | GPL-3.0+ |
Conflicts: | pcsx2 |
Provides: | pcsx2 |
Submitter: | alucryd |
Maintainer: | weirdbeard (xiota) |
Last Packager: | weirdbeard |
Votes: | 130 |
Popularity: | 0.132736 |
First Submitted: | 2014-03-26 14:17 (UTC) |
Last Updated: | 2024-11-27 22:52 (UTC) |
Dependencies (34)
- alsa-lib
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-ffplayoutAUR, ffmpeg-gitAUR, ffmpeg-headlessAUR, ffmpeg-amd-full-gitAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR, ffmpeg-fullAUR, ffmpeg-full-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libaio (libaio-gitAUR)
- libbacktrace (libbacktrace-gitAUR)
- libglvnd (libglvnd-gitAUR)
- libpcap (libpcap-gitAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libxrandr (libxrandr-gitAUR)
- lld (llvm-gitAUR)
- qt6-base (qt6-base-gitAUR, qt6-base-headlessAUR)
- qt6-svg
- sdl2 (sdl2-compat-gitAUR, sdl2-gitAUR)
- shaderc (shaderc-gitAUR)
- soundtouch (soundtouch-gitAUR)
- wayland (wayland-gitAUR, wayland-asan-gitAUR, wayland-chromiumAUR)
- xcb-util-cursor (xcb-util-cursor-gitAUR)
- ccache (ccache-gitAUR) (make)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- cmake (cmake-gitAUR) (make)
- Show 14 more dependencies...
Required by (4)
- better-libretro-pcsx2-launcher-git (requires pcsx2)
- libretro-pcsx2-launcher (requires pcsx2)
- libretro-pcsx2-launcher-git (requires pcsx2)
- pcsx2-plugin-usbqemu-wheel (requires pcsx2)
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 44 45 46 47 48 49 50 51 52 53 54 .. 67 Next › Last »
alucryd commented on 2014-03-26 14:22 (UTC)
rafaelff commented on 2014-03-26 02:05 (UTC)
@alucryd: IMHO, I believe this package should be replaced with a pcsx2-git, because they decided to have github as main repository [1].
[1] https://code.google.com/p/pcsx2/source/detail?r=5933#
MarisaDOOM commented on 2014-02-23 11:53 (UTC)
Oh... it doesn't seem to be a problem with event device permissions. OnePAD actually IS broken with SDL2.
MarisaDOOM commented on 2014-02-21 22:31 (UTC)
SDL2 problems? I'm pretty sure I know what's wrong. (Also damn thing doesn't build right now)
alucryd commented on 2014-02-19 17:25 (UTC)
Disabled SDL2, OnePAD doesn't play nice with it.
rafaelff commented on 2014-02-02 16:06 (UTC)
pkgver needs bump to 1.3.0 (rev 5870)
alucryd commented on 2014-01-27 16:06 (UTC)
I got it on my nightly build too, haven't had the time to look into it yet. I'll keep you posted.
axper commented on 2014-01-27 16:04 (UTC)
I get this error:
[ 36%] Building CXX object pcsx2/CMakeFiles/pcsx2.dir/gui/AppCoreThread.cpp.o
/media/storage/packages/makepkg/pcsx2-svn/src/pcsx2/pcsx2/gui/AppCoreThread.cpp: In member function ‘virtual void AppCoreThread::ApplySettings(const Pcsx2Config&)’:
/media/storage/packages/makepkg/pcsx2-svn/src/pcsx2/pcsx2/gui/AppCoreThread.cpp:385:106: error: conversion from ‘const char [17]’ to ‘const wxString’ is ambiguous
wxString cheats_ws_archive = Path::Combine(xGAMEINDEX_str(GAMEINDEX_DIR_COMPILATION), L"cheats_ws.zip");
^
/media/storage/packages/makepkg/pcsx2-svn/src/pcsx2/pcsx2/gui/AppCoreThread.cpp:385:106: note: candidates are:
In file included from /media/storage/packages/makepkg/pcsx2-svn/src/pcsx2/common/include/Utilities/Dependencies.h:182:0,
from /media/storage/packages/makepkg/pcsx2-svn/src/pcsx2/pcsx2/./PrecompiledHeader.h:27,
from /media/storage/packages/makepkg/pcsx2-svn/src/pcsx2/pcsx2/gui/AppCoreThread.cpp:16:
/usr/include/wx-2.8/wx/string.h:692:3: note: wxString::wxString(wxChar, size_t) <near match>
wxString(wxChar ch, size_t nRepeat = 1)
^
/usr/include/wx-2.8/wx/string.h:692:3: note: no known conversion for argument 1 from ‘const char [17]’ to ‘wxChar {aka wchar_t}’
/usr/include/wx-2.8/wx/string.h:682:3: note: wxString::wxString(int) <near match>
wxString(int);
^
/usr/include/wx-2.8/wx/string.h:682:3: note: no known conversion for argument 1 from ‘const char [17]’ to ‘int’
In file included from /media/storage/packages/makepkg/pcsx2-svn/src/pcsx2/pcsx2/./PrecompiledHeader.h:80:0,
from /media/storage/packages/makepkg/pcsx2-svn/src/pcsx2/pcsx2/gui/AppCoreThread.cpp:16:
/media/storage/packages/makepkg/pcsx2-svn/src/pcsx2/common/include/Utilities/Path.h:205:18: error: initializing argument 1 of ‘wxString Path::Combine(const wxString&, const wxString&)’
extern wxString Combine( const wxString& srcPath, const wxString& srcFile );
^
pcsx2/CMakeFiles/pcsx2.dir/build.make:2128: recipe for target 'pcsx2/CMakeFiles/pcsx2.dir/gui/AppCoreThread.cpp.o' failed
make[2]: *** [pcsx2/CMakeFiles/pcsx2.dir/gui/AppCoreThread.cpp.o] Error 1
CMakeFiles/Makefile2:281: recipe for target 'pcsx2/CMakeFiles/pcsx2.dir/all' failed
make[1]: *** [pcsx2/CMakeFiles/pcsx2.dir/all] Error 2
Makefile:116: recipe for target 'all' failed
make: *** [all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
alucryd commented on 2014-01-24 16:12 (UTC)
I see, thx for the info (never used it before). I'll stick with arch defaults, if people need to debug, it's probably better to build in Debug mode anyway.
rafaelff commented on 2014-01-24 13:28 (UTC)
Debug mode still enable another menu option, called Debug, that allows user to get some deep log information of stuff in PCSX2. Most users will never use it...
Pinned Comments
weirdbeard commented on 2024-08-17 03:40 (UTC)
https://github.com/PCSX2/pcsx2/pull/11632
This package now enables Cmake Package mode proper. PCSX2 will here on, be installed in the package standard folders /usr/bin, /usr/share, /usr/lib. Following the XDG standard pcsx2's config files remain in .config/PCSX2
In order to ensure a proper and clean upgrade. Uninstall this package COMPLETELY and clear cache before reinstalling.