Search Criteria
Package Details: iortcw-git 1.51c.r33.gefd26577-1
Git Clone URL: | https://aur.archlinux.org/iortcw-git.git (read-only, click to copy) |
---|---|
Package Base: | iortcw-git |
Description: | Merge of ioquake3 features and fixes into Return to Castle Wolfenstein |
Upstream URL: | https://github.com/iortcw/iortcw |
Keywords: | Castle games Return RTCW To Wolfenstein |
Licenses: | |
Conflicts: | |
Replaces: | |
Submitter: | robertfoster |
Maintainer: | robertfoster |
Last Packager: | robertfoster |
Votes: | 11 |
Popularity: | 0.000000 |
First Submitted: | 2015-03-25 11:13 |
Last Updated: | 2020-10-31 14:18 |
Dependencies (17)
- freetype2 (freetype2-v35, freetype2-old-hinting, freetype2-infinality, freetype2-ttmetrics, freetype2-ultimate5, freetype2-git, freetype2-infinality-remix, freetype2-minimal-git)
- graphite (graphite-mozilla, graphite-git)
- harfbuzz (harfbuzz-git, harfbuzz-minimal-git)
- iortcw-data
- libjpeg-turbo (mozjpeg-git, libjpeg-turbo-git, mozjpeg, libjpeg-turbo-minimal-git)
- libogg (libogg-git)
- openal (openal119-bin, openal-git, openal-minimal-git)
- opus (opus-git)
- opusfile (opusfile-git)
- pcre (pcre-svn)
- sdl2 (sdl2-ime-support, sdl2-rbp-bin, sdl2-hidpi-hg, sdl2-rpi, sdl2-nox, sdl2-nox-git, sdl2-minimal-git, sdl2-minimal-x11-git, sdl2-git)
- zlib (zlib-static, zlib-git, zlib-asm, minizip-asm, zlib-ng-git)
- git (git-git) (make)
- iortcw-de (optional) – Deutsch Language
- iortcw-es (optional) – Espanol Language
- iortcw-fr (optional) – Francais Language
- iortcw-it (optional) – Italian Language
Latest Comments
r4v3n6101 commented on 2020-08-03 12:24
cmake
isn't required while building, remove it plzalexbrinister commented on 2019-10-27 20:14
libjpeg-turbo should be part of makedepends. When built in a chroot, the package fails to build with an error about missing
jpeglib.h
.browniesrgut commented on 2019-10-14 20:12
Hello,
The package failed at the symbolic links parts
ln: cannot create symbolic link '.../iortcw-git/pkg/iortcw-git/opt/realrtcw/main'...
I had to add "mkdir -p $pkgdir/opt/realrtcw/main" before "ln" commands in PKGBUILD. Package builds fine after that.
Neros commented on 2017-08-25 10:53
I can't compile anymore:
```
In file included from code/client/cl_main.c:35:0:
code/client/../sys/sys_loadlib.h:42:12: fatal error: SDL.h: No such file or directory
# include <SDL.h>
^~~~~~~
compilation terminated.
make[2]: *** [Makefile:2502: build/release-linux-x86_64/client/cl_main.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/tmp/yaourt-tmp-neros/aur-iortcw-git/src/iortcw/SP'
make[1]: *** [Makefile:1342: targets] Error 2
make[1]: Leaving directory '/tmp/yaourt-tmp-neros/aur-iortcw-git/src/iortcw/SP'
make: *** [Makefile:1260: release] Error 2
==> ERROR: A failure occurred in package().
Aborting...
==> ERROR: Makepkg was unable to build .
```
robertfoster commented on 2015-11-10 16:53
moved to iortcw-git.
mpz commented on 2015-11-08 23:45
build() blindly print "pak0.pk3 doesn't exist. This process will be terminated" and then:
==> Starting package()...
/tmp/iortcw-svn/PKGBUILD: line 38: cd: SP: No such file or directory
==> ERROR: A failure occurred in package().
Aborting...
mpz commented on 2015-11-08 23:14
==> ERROR: Cannot find the git package needed to handle git sources.
bebehei commented on 2014-12-29 15:13
Hi, I had to install the package openal to compile the package successfully. Could you please add this to the dependency-array?
Thanks.
Here is the error-message:
In file included from code/client/snd_openal.c:30:0:
code/client/qal.h:45:21: fatal error: AL/al.h: No such file or directory
#include <AL/al.h>
^
compilation terminated.
Makefile:2458: recipe for target 'build/release-linux-x86_64/client/snd_openal.o' failed
make[2]: *** [build/release-linux-x86_64/client/snd_openal.o] Error 1