Whoops, good catch. Sorry about that.
But removing GSL was on purpose if you see my prior comment about watching a certain PR
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.33 |
First Submitted: | 2014-03-26 14:17 (UTC) |
Last Updated: | 2024-11-08 23:36 (UTC) |
« First ‹ Previous 1 .. 8 9 10 11 12 13 14 15 16 17 18 .. 66 Next › Last »
Whoops, good catch. Sorry about that.
But removing GSL was on purpose if you see my prior comment about watching a certain PR
glslang repo have been just removed from source list https://aur.archlinux.org/cgit/aur.git/commit/?h=pcsx2-git&id=f08e2d626202bbf21aaad20051bcf0f52b8564ea
however the configuration have not been updated to not download it
You might need to add the glslang repo to the sources list
https://github.com/PCSX2/pcsx2/pull/9281 - PCSX2's about to go through the ringer, expect some submodule changes soon
Roger that
it needs extra/extra-cmake-modules as a depdendency now
https://github.com/PCSX2/pcsx2/commit/ecabadbf953893bf5b5f7ec9aa7b698a799aa498
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?
@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.
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.
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
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.