Search Criteria
Package Details: avp 20170505_a1-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/avp.git (read-only, click to copy) |
---|---|
Package Base: | avp |
Description: | Alien Versus Predator Gold engine |
Upstream URL: | https://www.icculus.org/avp |
Licenses: | LicenseRef-custom |
Submitter: | WorMzy |
Maintainer: | WorMzy |
Last Packager: | WorMzy |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2015-03-16 23:13 (UTC) |
Last Updated: | 2024-01-26 21:42 (UTC) |
Dependencies (7)
- libgl (nvidia-340xx-utilsAUR, libglvnd-gitAUR, amdgpu-pro-oglpAUR, amdgpu-pro-oglp-legacyAUR, libglvnd)
- openal (openal-gitAUR)
- sdl12-compat (sdl12-compat-gitAUR)
- cmake (cmake-gitAUR) (make)
- glu (glu-gitAUR) (make)
- mesa (mesa-minimal-gitAUR, mesa-gitAUR, mesa-wsl2-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-amd-bc250AUR, mesa-amber) (make)
- avp-data (avp-data-steamAUR) (optional)
Latest Comments
vami commented on 2024-02-09 17:50 (UTC)
I can confirm that the code compiles fine with the new updates.
WorMzy commented on 2024-01-26 21:42 (UTC)
Hey vami, thanks for the heads up. I've updated the package based on your findings.
vami commented on 2024-01-25 20:06 (UTC)
I don't know if this package is actively supported or users have interest in it, but I have managed to compile it with up-to-date
GCC
andsdl12-compat
libraries.In
CMakeLists.txt
I've added the following lines just belowCMAKE_MINIMUM_REQUIRED
:Probably build fails with GCC > 10 since according to the documentation
C++17
standard is default since GCC 11+. Thenavp
builds fine. Build withSDL2
doesn't work yet, probably requires some porting from upstream.I think there could be more elegant solution, but hopefuly that might be resolved by someone else.
WorMzy commented on 2020-08-05 11:17 (UTC)
Thanks for the heads up, fixed.
frostwork commented on 2020-08-04 19:14 (UTC)
Hi, this PKGBUILD is also affected by this gcc10 bug, and the small patch fixes the issue: https://github.com/neuromancer/avp/issues/7
WorMzy commented on 2017-03-26 21:59 (UTC)
CyberConan commented on 2017-03-21 10:00 (UTC)