Search Criteria
Package Details: openxray-git 1.6.02_1747-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/openxray-git.git (read-only, click to copy) |
---|---|
Package Base: | openxray-git |
Description: | Unofficial X-Ray Engine port for Linux from the 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: | custom:Custom 3-сlause BSD |
Conflicts: | openxray, openxray-dev |
Submitter: | chip_exe |
Maintainer: | chip_exe |
Last Packager: | chip_exe |
Votes: | 3 |
Popularity: | 0.000045 |
First Submitted: | 2019-08-17 13:24 (UTC) |
Last Updated: | 2023-08-05 16:09 (UTC) |
Dependencies (19)
- crypto++ (crypto++-gitAUR)
- freeimage
- glew (glew-libepoxyAUR, glew-waylandAUR, glew-osmesa-gitAUR, glew-wayland-gitAUR, glew-gitAUR)
- libjpeg-turbo (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR)
- libogg (libogg-gitAUR)
- libtheora (libtheora-gitAUR)
- libvorbis (libvorbis-aotuvAUR, libvorbis-aotuv-lancerAUR, libvorbis-gitAUR)
- lzo
- lzop
- openal (openal-gitAUR)
- sdl2 (sdl2-gitAUR, sdl2-compat-gitAUR)
- cmake (cmake-gitAUR) (make)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- libglvnd (libglvnd-gitAUR) (make)
- libjpeg6-turbo (make)
- ncurses (ncurses-gitAUR) (make)
- pcre (make)
- pcre2 (pcre2-gitAUR) (make)
Latest Comments
EndlessEden commented on 2024-03-02 06:24 (UTC) (edited on 2024-03-02 06:29 (UTC) by EndlessEden)
@chip_exe -- Can you add instructions/search location in system-wide directory. For multi-user system environments.
Also i recommend making a package to install gamefiles to this^, using steamcli/gogclient/DVD/files and innoextract, to simplify the install.
vgavro commented on 2021-08-13 15:33 (UTC)
please add dependencies: openexr, imath
Related errors: xr_3da: error while loading shared libraries: libOpenEXR-3_1.so.30: cannot open shared object file: No such file or directory xr_3da: error while loading shared libraries: libImath-3_1.so.29: cannot open shared object file: No such file or directory
chip_exe commented on 2019-09-13 14:09 (UTC)
Lucki, coderobe thanks for the comments soon I will try to fix my mistakes
coderobe commented on 2019-09-12 17:01 (UTC)
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 (UTC)
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 (UTC) (edited on 2019-08-21 11:50 (UTC) by Lucki)
This is missing
git
as a dependency:And only use
make
. The number of cores used is specified in yourmakepkg.conf