Search Criteria
Package Details: openxray-git 1.6.02-1
Git Clone URL: | https://aur.archlinux.org/openxray-git.git (read-only, click to copy) |
---|---|
Package Base: | openxray-git |
Description: | Unofficial X-Ray Engine Linux port by OpenXRay team (Originally developed by GSC Game World) |
Upstream URL: | https://github.com/OpenXRay/xray-16 |
Keywords: | game S.T.A.L.K.E.R. |
Licenses: | |
Conflicts: | |
Submitter: | chip_exe |
Maintainer: | chip_exe (KaMeHb-UA) |
Last Packager: | chip_exe |
Votes: | 3 |
Popularity: | 0.007034 |
First Submitted: | 2019-08-17 13:24 |
Last Updated: | 2020-12-24 16:11 |
Dependencies (21)
- crypto++ (crypto++-git)
- freeimage
- glew (glew-libepoxy, glew-git, glew-egl-glx)
- intel-tbb (intel-tbb-gcc6, tbb)
- libjpeg-turbo (mozjpeg-git, libjpeg-turbo-git, mozjpeg, libjpeg-turbo-minimal-git)
- liblockfile
- libogg (libogg-git)
- libtheora (libtheora-ptalarbvorm, libtheora-git)
- libvorbis (libvorbis-aotuv-lancer, libvorbis-git, libvorbis-aotuv)
- lzo
- lzop
- openal (openal119-bin, openal-git, openal-minimal-git)
- sdl2 (sdl2-ime-support, sdl2-rbp-bin, sdl2-hidpi-hg, sdl2-rpi, sdl2-nox, sdl2-hg, sdl2-minimal-hg)
- cmake (cmake-git) (make)
- gcc (gcc-multilib-x32, fastgcc, gcc-multilib-git, gcc-git) (make)
- git (git-git) (make)
- libglvnd (libglvnd-git) (make)
- libjpeg6-turbo (make)
- ncurses (ncurses-nohex, ncurses-git) (make)
- pcre (pcre-svn) (make)
- pcre2 (pcre2-svn) (make)
Latest Comments
chip_exe commented on 2019-09-13 14:09
Lucki, coderobe thanks for the comments soon I will try to fix my mistakes
coderobe commented on 2019-09-12 17:01
Please follow the guidelines for VCS packages that Lucki linked in the last comment and stop treating this like a regular release package.
Additionally, depends are implicitly makedepends, you don't need to list things like
glew
in both arrays explicitly, just leave one copy in depends.The license has been known (and BSD) for the last 5 years, please update the PKGBUILD.
$pkgdir
is unquoted inpackage()
, this will break when building on systems with spaces in their path. Please quote all instances of $pkgdir to prevent such word-splitting.Also please don't call your
post_install
inpost_upgrade
, one time is enough.Lucki commented on 2019-08-29 14:06
This is also missing
pkgver()
.Also please re-read the guidelines wiki page, you're ignoring a lot mentioned there.
Lucki commented on 2019-08-18 22:46
This is missing
git
as a dependency:And only use
make
. The number of cores used is specified in yourmakepkg.conf