@Schala: Just for my curiosity, are you having problems in build this package? Case yes, can you please provide the build log (makepkg -L) in a pastebin site (e.g. pastie.org) ?
Search Criteria
Package Details: pcsx2-git 2.3.311.r1.gf45840a29f-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/pcsx2-git.git (read-only, click to copy) |
---|---|
Package Base: | pcsx2-git |
Description: | PlayStation 2 emulator |
Upstream URL: | https://github.com/PCSX2/pcsx2 |
Licenses: | GPL-3.0-or-later |
Conflicts: | pcsx2 |
Provides: | pcsx2 |
Submitter: | alucryd |
Maintainer: | weirdbeard (xiota) |
Last Packager: | weirdbeard |
Votes: | 132 |
Popularity: | 1.28 |
First Submitted: | 2014-03-26 14:17 (UTC) |
Last Updated: | 2025-05-01 12:00 (UTC) |
Dependencies (37)
- alsa-lib
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-ffplayoutAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-gitAUR, ffmpeg-full-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- kddockwidgets-qt6AUR (kddockwidgets-qt6-gitAUR)
- libaio (libaio-gitAUR)
- libbacktrace (libbacktrace-gitAUR)
- libglvnd (libglvnd-gitAUR)
- libpcap (libpcap-gitAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libxi (libxi-gitAUR)
- libxrandr (libxrandr-gitAUR)
- plutosvgAUR (plutosvg-gitAUR)
- plutovgAUR (plutovg-gitAUR)
- qt6-base (qt6-base-gitAUR, qt6-base-headlessAUR)
- qt6-svg
- sdl3 (sdl3-gitAUR)
- shaderc (shaderc-gitAUR)
- soundtouch (soundtouch-gitAUR)
- wayland (wayland-gitAUR, wayland-asan-gitAUR, wayland-chromiumAUR)
- xcb-util-cursor (xcb-util-cursor-gitAUR)
- Show 17 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 .. 55 56 57 58 59 60 61 62 63 64 65 .. 71 Next › Last »
rafaelff commented on 2013-04-07 01:34 (UTC)
Schala commented on 2013-04-07 01:31 (UTC)
Needs to be updated for Pacman 4.1
rafaelff commented on 2013-02-27 13:28 (UTC)
ah, that is a wildcard for... haha just kidding. Clearly a terrible typo which I'll fix as soon as possible. That's for reporting this bug
sl1pkn07 commented on 2013-02-27 12:20 (UTC)
i mean, lib32-"ligbl"? XD
rafaelff commented on 2013-02-27 11:17 (UTC)
lib32-libgl is a wildcard dependency for any package providing 32-bit libgl for Arch 64-bit. For example, lib32-mesa-libgl or lib32-nvidia-utils.. Depends on your hardware.
sl1pkn07 commented on 2013-02-27 10:40 (UTC)
lib32-ligbl?
rafaelff commented on 2013-01-15 13:44 (UTC)
The last revisions were made in a development branch, instead of the trunk. This package is based in the trunk, so you are seeing just the difference between latest rev in trunk and latest rev at all. Nothing wrong in there
rafaelff commented on 2012-12-30 04:11 (UTC)
Guys, thanks for helping me with (er, actually solving) this issue. As the maintainer of lib32-libaio, I added 'libaio' to 'lib32-libaio' depends. And as maintainer of pcsx2-svn, I added {lib32-}libaio to 'pcsx2-svn' depends. Anyway, let me know if something is not right here.
Updated to 5492-1
Yggdrasil commented on 2012-12-30 02:46 (UTC)
You have to install both libaio and lib32-libaio on x86_64 (lib32-libaio should depend on libaio like every other lib32). If cmake can't find all dependencies, it just skips building pcsx2 core. That's why you get a package without executable. It also skips plugins if one of their deps is missing.
It doesn't look like you can force to always build pcsx2 (and fail if there's something missing) without patching their cmake scripts. But you can add 'make pcsx2' to the PKGBUILD. If cmake skipped pcsx2, this target doesn't exist and make fails which aborts the whole package building.
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.