Package Details: pcsx2-git 1.7.5703.r0.g070068366f-1

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: GPL2, GPL3, LGPL3, LGPL2.1
Conflicts: pcsx2
Provides: pcsx2
Submitter: alucryd
Maintainer: rafaelff (weirdbeard)
Last Packager: weirdbeard
Votes: 127
Popularity: 0.43
First Submitted: 2014-03-26 14:17 (UTC)
Last Updated: 2024-04-13 15:10 (UTC)

Dependencies (31)

Required by (3)

Sources (11)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 56 Next › Last »

FabioLolix commented on 2023-07-23 19:30 (UTC)

Just started a build but it fail because glslang is missing

Using precompiled headers.
-- Configuring done (7.4s)
CMake Error at 3rdparty/glslang/CMakeLists.txt:1 (add_library):
  Cannot find source file:

    glslang/glslang/CInterface/glslang_c_interface.cpp


CMake Error at 3rdparty/glslang/CMakeLists.txt:1 (add_library):
  No SOURCES given to target: glslang


CMake Generate step failed.  Build files cannot be regenerated correctly.

Also please add -Wno-dev to cmake

weirdbeard commented on 2023-07-23 19:07 (UTC)

Whoops, good catch. Sorry about that.

But removing GSL was on purpose if you see my prior comment about watching a certain PR

FabioLolix commented on 2023-07-23 17:53 (UTC)

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

gustawho commented on 2023-07-23 17:50 (UTC)

You might need to add the glslang repo to the sources list

git+https://github.com/KhronosGroup/glslang.git

weirdbeard commented on 2023-07-19 15:54 (UTC)

https://github.com/PCSX2/pcsx2/pull/9281 - PCSX2's about to go through the ringer, expect some submodule changes soon

weirdbeard commented on 2023-07-07 04:28 (UTC)

Roger that

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.