Search Criteria
Package Details: k8vavoom-git 1:build560718.r15184.ec66b0680-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/k8vavoom-git.git (read-only, click to copy) |
---|---|
Package Base: | k8vavoom-git |
Description: | Source port of Doom |
Upstream URL: | https://repo.or.cz/k8vavoom.git |
Licenses: | GPLv2 |
Submitter: | Pol_M |
Maintainer: | Pol_M |
Last Packager: | Pol_M |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2018-10-23 15:18 (UTC) |
Last Updated: | 2023-02-12 10:46 (UTC) |
Dependencies (10)
- bzip2 (bzip2-gitAUR)
- libjpeg (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR, libjpeg-turbo)
- libpng (libpng-gitAUR, libpng-apngAUR)
- openal (openal-gitAUR)
- sdl2 (sdl2-gitAUR, sdl2-compat-gitAUR)
- sdl2_mixer
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- libmad (optional)
Latest Comments
Pol_M commented on 2021-12-21 16:12 (UTC)
Ok, I'll have to take a look at the best approach to solve this (I'm doing finals, so I don't have much time), for the meantime, if you (whoever reads this) have an issue, use jose1711 solution: add
-DCMAKE_CXX_FLAGS="-Wno-error=format-security"
to the cmake arguments in the PKGBUILD. Sorry :/jose1711 commented on 2021-12-21 09:06 (UTC)
hmm.. funny. no changes were made and i am building in a clean chroot.
Pol_M commented on 2021-12-20 23:36 (UTC)
That's odd, it did not fail in my machine. Do you have by any chance any change regarding -Werror?
jose1711 commented on 2021-12-20 23:08 (UTC)
was failing to build so i fixed it by adding
-DCMAKE_CXX_FLAGS="-Wno-error=format-security"
tocmake
argumentsPol_M commented on 2021-09-20 14:38 (UTC)
This most certainly is my fault, it's been a good while since I updated it. I'll take a look at it shortly! I'm glad to see someone else check this project out.
P-McNewHold commented on 2021-09-20 14:34 (UTC)
I´m having issues compiling the PKGBUILD, but not with the actual k8vavoom repo itself. With the PKGBUILD, It fail each time at :
[ 32%] Building CXX object utils/vlumpy/CMakeFiles/vlumpy.dir/vlumpy.cpp.o /home/pm/Téléchargements/k8vavoom-git/src/k8vavoom-git/utils/vlumpy/vlumpy.cpp: Dans la fonction « void AddToZip(const char*, void*, size_t) »: /home/pm/Téléchargements/k8vavoom-git/src/k8vavoom-git/utils/vlumpy/vlumpy.cpp:241:10: erreur: le format n'est pas une chaîne littérale et il n'y a pas d'arguments de format [-Werror=format-security] cc1plus : certains avertissements sont traités comme des erreurs make[2]: *** [utils/vlumpy/CMakeFiles/vlumpy.dir/build.make:314 : utils/vlumpy/CMakeFiles/vlumpy.dir/vlumpy.cpp.o] Erreur 1 make[1]: *** [CMakeFiles/Makefile2:972 : utils/vlumpy/CMakeFiles/vlumpy.dir/all] Erreur 2 make: *** [Makefile:136 : all] Erreur 2