Roger that
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.127480 |
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 .. 9 10 11 12 13 14 15 16 17 18 19 .. 67 Next › Last »
weirdbeard commented on 2023-07-07 04:28 (UTC)
yoshi314 commented on 2023-07-06 19:35 (UTC)
it needs extra/extra-cmake-modules as a depdendency now
https://github.com/PCSX2/pcsx2/commit/ecabadbf953893bf5b5f7ec9aa7b698a799aa498
weirdbeard commented on 2023-06-14 05:17 (UTC)
Well, I can certainly say that's a new one. I'm kinda stumped because there's no odd name mapping with it and the URL is correct. I'm curious, @rubin55 how are you updating the package each time? Using makepkg manually?
eclairevoyant commented on 2023-06-13 20:10 (UTC)
@rubin55 probably from another package that didn't use the .git suffix, so you'll have to figure out which package did that I guess. I'm pretty sure this one has always had the suffix.
rubin55 commented on 2023-06-13 19:57 (UTC)
I was just makepkg'ing my way around pcsx2-git, and I got a few errors I haven't seen mentioned before. Observe my output:
==> Making package: pcsx2-git 1.7.4546.r0.ged6dd6f6c-1 (Tue 13 Jun 2023 09:40:43 PM CEST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Updating pcsx2 git repo...
-> Updating pcsx2_patches git repo...
-> Updating xz-pcsx2 git repo...
-> Updating googletest git repo...
-> Updating fmt git repo...
==> ERROR: /home/rubin/Syncthing/Packaging/Arch/Sources/libchdr is not a clone of https://github.com/rtissera/libchdr.git
Aborting...
I got that for libchdr, glslang and Vulkan-Headers. It turned out that for some reason, these git repositories are cloned in the SRCDEST directory with an origin like:
https://github.com/rtissera/libchdr
Instead of:
https://github.com/rtissera/libchdr.git
Doing a git remote remove origin
in those repositories and git remote add <url>
with the .git
appended to the origin url fixes the problem.
weirdbeard commented on 2023-04-11 06:19 (UTC)
Make sure you've got the latest PKGBUILD, I pushed a fix for it by updating the files checksum earlier that fixed it for me and a few others in the discord
drcrinkle commented on 2023-04-11 05:17 (UTC)
I have the same issue as @araruna, the problem does not go away with a clean build.
weirdbeard commented on 2023-03-30 18:49 (UTC)
Does it fix if you clear the cache and start from a clean build?
araruna commented on 2023-03-30 18:09 (UTC)
I'm getting an error while trying to update this package to the last version. (Messages are in pt-BR)
==> Validando source arquivos com b2sums...
pcsx2 ... Ignorada
pcsx2_patches ... Ignorada
xz-pcsx2 ... Ignorada
googletest ... Ignorada
fmt ... Ignorada
libchdr ... Ignorada
rapidyaml ... Ignorada
cmake ... Ignorada
c4core ... Ignorada
debugbreak ... Ignorada
fast_float ... Ignorada
glslang ... Ignorada
vulkan-headers ... Ignorada
libzip ... Ignorada
zstd ... Ignorada
rcheevos ... Ignorada
pcsx2-qt.sh ... FALHOU
==> ERRO: Um ou mais arquivos não passaram na verificação de validade!
erro: falha ao baixar fontes para 'pcsx2-git-1.7.4275.r0.g66a13d4c3-1':
loathingkernel commented on 2023-03-24 14:50 (UTC)
Cheats are already separate as in, if you just build pcsx2 on its lonesome you won't have cheats.
I see that but that repo is unversioned which will cause issues with pulling the proper release in. But I guess it's minor and either solution is workable tbh.
Renaming sources will actually fix an issue with Vulkan-Headers and any like packages that when cloned do not share the naming scheme of PCSX2's expected submodule that's where overlapping can happen
That's what the source_name::internal_folder_name
structure is for in the comment below. The source will be looked up by the first part and the internal submodule path by the second part. I know this is a becoming a whole lot right now, but I have had these issues before with my own packages and trying to satisfy conflicting requirements.
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.