The package requires cmake3 now, as cmake4 deprecated a lot of stuff which this package uses. Could try patching cmakelists for cmake4 if needed, but cmake3 should suffice for now.
Search Criteria
Package Details: openspades 0.1.3-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/openspades.git (read-only, click to copy) |
---|---|
Package Base: | openspades |
Description: | A clone of Voxlap Ace of Spades 0.75 |
Upstream URL: | http://openspades.yvt.jp/ |
Keywords: | game |
Licenses: | GPL-3.0-only |
Submitter: | Mr.Smith1974 |
Maintainer: | 73v3n |
Last Packager: | 73v3n |
Votes: | 3 |
Popularity: | 0.000012 |
First Submitted: | 2023-07-27 16:31 (UTC) |
Last Updated: | 2025-04-27 10:57 (UTC) |
Dependencies (21)
- curl (curl-gitAUR, curl-c-aresAUR)
- freetype2 (freetype2-macosAUR, freetype2-qdoledAUR, freetype2-gitAUR, freetype2-qdoled-aw3225qfAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glew (glew-libepoxyAUR, glew-wayland-gitAUR, glew-gitAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libglvnd (libglvnd-gitAUR)
- mesa (mesa-wsl2-gitAUR, mesa-amd-bc250AUR, amdonly-gaming-mesa-gitAUR, mesa-gitAUR, mesa-minimal-gitAUR, mesa-amber)
- openal (openal-gitAUR)
- opusfile (opusfile-gitAUR)
- sdl2AUR (sdl2-compat-gitAUR, sdl2-gitAUR, sdl2-compat)
- sdl2_image
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, xdg-utils-handlrAUR, openerAUR, xdg-utils-mimeoAUR, mimejs-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- cmake3AUR (cmake3-binAUR) (make)
- desktop-file-utils (desktop-file-utils-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR) (make)
- unzip (unzip-natspecAUR, unzip-zstdAUR, unzip-bsdunzip-symlinkAUR) (make)
- wget (wget-gitAUR, wurlAUR) (make)
- Show 1 more dependencies...
Required by (1)
Sources (1)
Latest Comments
73v3n commented on 2025-04-27 10:59 (UTC)
73v3n commented on 2025-04-23 17:26 (UTC)
Probably the result of OpenSpades not updating their cmake file... will patch the PKGBUILD tomorrow.
twodogsdave commented on 2025-04-23 15:33 (UTC)
error: CMake Error at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.5 has been removed from CMake.
Update the VERSION argument <min> value. Or, use the <min>...<max> syntax to tell CMake that the project requires at least <min> but has been updated to work with policies introduced by <max> or earlier.
Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.
Pinned Comments
73v3n commented on 2025-04-27 10:59 (UTC)
The package requires cmake3 now, as cmake4 deprecated a lot of stuff which this package uses. Could try patching cmakelists for cmake4 if needed, but cmake3 should suffice for now.