Search Criteria
Package Details: avp 20170505_a1-4
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: | 4 |
| Popularity: | 0.080294 |
| First Submitted: | 2015-03-16 23:13 (UTC) |
| Last Updated: | 2025-09-18 21:08 (UTC) |
Dependencies (8)
- libgl (libglvnd-gitAUR, amdgpu-pro-oglp-legacyAUR, nvidia-340xx-utilsAUR, amdgpu-pro-oglpAUR, libglvnd)
- openal (openal-gitAUR)
- sdl12-compat (sdl12-compat-gitAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- gcc14AUR (make)
- glu (glu-gitAUR) (make)
- mesa (mesa-wsl2-gitAUR, mesa-amd-bc250AUR, vulkan-terakan-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-rk35xx-gitAUR, mesa-gitAUR, mesa-minimal-gitAUR, 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
GCCandsdl12-compatlibraries.In
CMakeLists.txtI've added the following lines just belowCMAKE_MINIMUM_REQUIRED:Probably build fails with GCC > 10 since according to the documentation
C++17standard is default since GCC 11+. Thenavpbuilds fine. Build withSDL2doesn'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)