I got it on my nightly build too, haven't had the time to look into it yet. I'll keep you posted.
Search Criteria
Package Details: pcsx2-git 2.3.10.r0.g5441c7ed59-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.31 |
First Submitted: | 2014-03-26 14:17 (UTC) |
Last Updated: | 2024-11-08 23:36 (UTC) |
Dependencies (32)
- alsa-lib
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-amd-full-gitAUR, ffmpeg-cudaAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR, ffmpeg-amd-fullAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libaio (libaio-gitAUR)
- libglvnd (libglvnd-gitAUR)
- libpcap (libpcap-gitAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libxrandr (libxrandr-gitAUR)
- lld (llvm-rocm-gitAUR, llvm-gitAUR)
- qt6-base (qt6-base-headlessAUR, qt6-base-gitAUR)
- qt6-svg
- sdl2 (sdl2-gitAUR, sdl2-compat-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-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- cmake (cmake-gitAUR) (make)
- extra-cmake-modules (extra-cmake-modules-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- libjpeg-turbo (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR) (make)
- libpipewire (libpipewire-gitAUR, libpipewire-full-gitAUR) (make)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR) (make)
- lld (llvm-rocm-gitAUR, llvm-gitAUR) (make)
- llvm (llvm-rocm-gitAUR, llvm-gitAUR, llvm-minimal-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- p7zip (p7zip-natspecAUR, p7zip-full-binAUR, 7-zip-fullAUR) (make)
- qt6-tools (make)
- qt6-wayland (make)
- libpipewire (libpipewire-gitAUR, libpipewire-full-gitAUR) (optional) – Pipewire support
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR) (optional) – Pulseaudio support
- qt6-wayland (optional) – Wayland support
Required by (3)
- libretro-pcsx2-launcher (requires pcsx2)
- libretro-pcsx2-launcher-git (requires pcsx2)
- pcsx2-plugin-usbqemu-wheel (requires pcsx2)
Sources (8)
- git+https://github.com/google/shaderc.git#tag=v2024.1
- git+https://github.com/ianlancetaylor/libbacktrace.git#commit=ad106d5fdd5d960bd33fae1c48a351af567fd075
- git+https://github.com/KhronosGroup/glslang.git#commit=142052fa30f9eca191aa9dcf65359fcaed09eeec
- git+https://github.com/KhronosGroup/SPIRV-Headers.git#commit=5e3ad389ee56fca27c9705d093ae5387ce404df4
- git+https://github.com/KhronosGroup/SPIRV-Tools.git#commit=dd4b663e13c07fea4fbb3f70c1c91c86731099f7
- git+https://github.com/PCSX2/pcsx2.git
- git+https://github.com/PCSX2/pcsx2_patches.git
- ShaderName.patch
Latest Comments
« First ‹ Previous 1 .. 44 45 46 47 48 49 50 51 52 53 54 .. 66 Next › Last »
alucryd commented on 2014-01-27 16:06 (UTC)
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...
alucryd commented on 2014-01-24 08:17 (UTC)
josephgbr: Weird that they would keep debug symbols in Release mode, what's Debug mode for now? Anyway, I'd rather have makepkg keep stripping them, if people need debug symmbols, they should know how to rebuild pcsx2 in order to have them.
rafaelff commented on 2014-01-24 03:48 (UTC)
@alucryd: Since r5806, strip is not enable by default in release build mode. You might want to set the option '!strip' in the PKGBUILD.
alucryd commented on 2014-01-07 09:50 (UTC)
Oh god, I was still sleeping when I wrote this.
I pushed this very version in [community-staging] since 1.0.0 would not build anymore, and didn't want to cherry pick commits in about 300 of them to fix the compilation. In the meantime, I saw there was an tarball on google code that was for linux, tagged release 1.1.0, but it lacks a few necessary plugins.
To sum it up, [community] will have pcsx2 1.1.0.r5797 in a few hours, maybe couple of days. I'll update this one asap.
rafaelff commented on 2014-01-07 09:28 (UTC)
Nothing to fix. This 'printf' command-line returns 1.0.0.r plus the current revision of PCSX2, and "pkgver=" receives the output of the function "pkgver()". That's correct.
sl1pkn07 commented on 2014-01-07 09:22 (UTC)
please fix pkgver= and pkgver() in PKGBUILD
pkgver=1.1.0.r5797
but in pkgver()
printf "1.0.0.r%s" "$(svnversion)"
greetings
alucryd commented on 2014-01-05 11:29 (UTC)
There is no need for replaces, vcs packages should have provides and conflicts lines only. They must have gotten lost at some point, I was pretty sure they were in there. Fixed.
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.