And it's good. I'll make that change in a sec
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.110619 |
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-fullAUR, ffmpeg-full-gitAUR, ffmpeg-libfdk_aacAUR)
- 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 2 3 4 5 6 7 .. 67 Next › Last »
weirdbeard commented on 2024-11-08 23:05 (UTC)
weirdbeard commented on 2024-11-08 23:01 (UTC)
That's fine. I'll confirm with them it's okay :)
FabioLolix commented on 2024-11-08 23:00 (UTC)
weirdbeard, HurricanePootis is correct please see:
weirdbeard commented on 2024-11-08 22:58 (UTC) (edited on 2024-11-08 22:59 (UTC) by weirdbeard)
@HurricanePootis The license is set to Match PCSX2's. I'll check if they're good with that style.
HurricanePootis commented on 2024-11-08 22:56 (UTC) (edited on 2024-11-08 22:58 (UTC) by HurricanePootis)
@weirdbeard
You should change the license()
to be SPDX compliant, as listed here
Edit:
Something likes this:
diff --git a/PKGBUILD b/PKGBUILD
index 41e160d..f85b504 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,9 +10,7 @@ pkgrel=1
pkgdesc='A Sony PlayStation 2 emulator'
arch=(x86_64)
url=https://github.com/PCSX2/pcsx2
-license=(
- GPLV3
-)
+license=(GPL-3.0-or-later)
depends=(
libaio
weirdbeard commented on 2024-10-26 11:43 (UTC)
@UlrichH It doesn't appear to be the package as I and a few others can install it. If you're building the PKGBUILD manually. I'd make sure you're using an up to date copy of the PKGBUILD
UlrichH commented on 2024-10-26 06:53 (UTC) (edited on 2024-10-26 06:56 (UTC) by UlrichH)
I don't know if it's PKG related, but I can not update anymore, I always get those warnings :
CMake Error at cmake/SearchForStuff.cmake:88 (add_subdirectory):
The source directory
/tmp/makepkg/pcsx2-git/src/pcsx2/3rdparty/rapidyaml/rapidyaml
does not contain a CMakeLists.txt file.
CMake Error at cmake/SearchForStuff.cmake:118 (add_subdirectory):
The source directory
/tmp/makepkg/pcsx2-git/src/pcsx2/3rdparty/vulkan-headers
does not contain a CMakeLists.txt file.
CMake Error at cmake/SearchForStuff.cmake:138 (add_subdirectory):
The source directory
/tmp/makepkg/pcsx2-git/src/pcsx2/3rdparty/fmt/fmt
does not contain a CMakeLists.txt file.
weirdbeard commented on 2024-09-17 15:18 (UTC)
Mmm, I don't know if its quite that persay. I'd actually say it's normal. This is a VCS package, https://wiki.archlinux.org/title/VCS_package_guidelines
Meaning everytime you install it, you're grabbing whatever's latest on the master branch of git
xAsh commented on 2024-09-17 10:32 (UTC)
dartfira commented on 2024-09-17 08:26 (UTC)
This package keeps updating everytime I check, is it normal or there are some problems?
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.