Search Criteria
Package Details: etlegacy-mod-git 2.76.810.g164b964c3-1
Git Clone URL: | https://aur.archlinux.org/etlegacy-git.git (read-only, click to copy) |
---|---|
Package Base: | etlegacy-git |
Description: | Wolfenstein: Enemy Territory 2.60b compatible client/server (etlegacy mod) |
Upstream URL: | http://etlegacy.com/ |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | vorot93 |
Maintainer: | The_Loko |
Last Packager: | The_Loko |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2015-08-09 16:19 |
Last Updated: | 2020-02-09 19:33 |
Dependencies (19)
- enemy-territory-data
- geoip-database
- alsa-lib (alsa-lib-x205ta, alsa-lib-git, alsa-lib-minimal-git, alsa-lib-a52pcm) (make)
- cmake (cmake-git) (make)
- curl (curl-git, curl-minimal-git) (make)
- freetype2 (freetype2-v35, freetype2-old-hinting, freetype2-infinality, freetype2-ttmetrics, freetype2-ultimate5, freetype2-git, freetype2-infinality-remix, freetype2-minimal-git) (make)
- git (git-git) (make)
- glew (glew-libepoxy, glew-git, glew-egl-glx) (make)
- libjpeg-turbo (mozjpeg-git, libjpeg-turbo-git, mozjpeg, libjpeg-turbo-minimal-git) (make)
- libpng (libpng-git, libpng-apng, libpng-minimal-git) (make)
- libtheora (libtheora-ptalarbvorm, libtheora-git) (make)
- libvorbis (libvorbis-aotuv-lancer, libvorbis-git, libvorbis-aotuv) (make)
- lua (make)
- minizip (zlib-asm, minizip-asm) (make)
- openal (openal119-bin, openal-git, openal-minimal-git) (make)
- sdl2 (sdl2-ime-support, sdl2-rbp-bin, sdl2-hidpi-hg, sdl2-rpi, sdl2-nox, sdl2-hg, sdl2-minimal-hg) (make)
- sqlite (sqlite-fossil, sqlite-replication, sqlite-fts3-parenthesis, sqlite-minimal-git) (make)
- zip (zip-natspec) (make)
- etlegacy-omnibot (optional) – artificial intelligence (AI) controlled opponent
Required by (3)
- etlegacy (requires etlegacy-mod)
- etlegacy-git
- etlegacy-omnibot (requires etlegacy-mod)
Latest Comments
PongTea commented on 2020-11-22 16:24
FYI package compiles successfully but there is an issue affecting only 64bit patched clients (above v.2.76).
TL;DR: 64bit patched client need to connect to a patched server.
Details: quoting upstream
And also, quoting upstream
Awebb commented on 2020-08-31 05:28
Your prepare function messes with $HOME. This shouldn't ever happen.
StormEngineer commented on 2020-07-15 16:27
Depends on lua 5.4+ but Arch only has 5.3 ???
niezniszczalny commented on 2020-03-13 23:27
After installation and running game I get no graphical interface: https://pastebin.com/DM0sWg6G
Also, very scarce '.etwolf' directory is created with only one file 'etkey' in 'main' and 'ui.mp.x86_64.so' in 'legacy' directiories.
dobo commented on 2020-02-14 23:02
Is there any reason why ui.mp.x86_64.so isn't copied to /usr/lib/etlegacy/legacy directory? Without copying this manually, game doesn't start for me: 0 Sys_LoadDll(/usr/lib/etlegacy/legacy/ui.mp.x86_64.so)... 0 failed: /usr/lib/etlegacy/legacy/ui.mp.x86_64.so: cannot open shared object file: No such file or directory 0 Sys_LoadDll(/home/dobo/.etlegacy/legacy/ui.mp.x86_64.so)... 0 failed: /home/dobo/.etlegacy/legacy/ui.mp.x86_64.so: undefined symbol: __acosf_finite 0 Sys_LoadDll(legacy/ui) failed to load library
niezniszczalny commented on 2018-03-25 21:02
I'm getting a message:
Sys_LoadDll(/usr/lib/etlegacy/legacy/ui.mp.x86_64.so)... failed: "Failed loading /usr/lib/etlegacy/legacy/ui.mp.x86_64.so: /usr/lib/etlegacy/legacy/ui.mp.x86_64.so: cannot open shared object file: No such file or directory"
I've found ui.mp.x86_64.so in /home/niezniszczalny/.etlegacy/legacy/ but when I copy it to /usr/lib/etlegacy/legacy the ET:L doesn't have permissions to use that file. Any idea what to do?
[edit]
I've just changed permissions using chmod. I'm not getting this message anymore.
The_Loko commented on 2016-06-27 12:40
Alad > It works if you add "git submodule update --init --recursive" on prepare function, as etlegacy git repo keeps libraries on submodules.
Alad commented on 2016-03-25 23:25
-- Configuring done
CMake Error at cmake/ETLInstallLuaSQL.cmake:41 (add_library):
Cannot find source file:
/home/aur/etlegacy-git/src/etlegacy/libs/luasql/src/luasql.h
Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp
.hxx .in .txx
Call Stack (most recent call first):
CMakeLists.txt:180 (include)
CMake Error: CMake can not determine linker language for target: luasql_library_module
CMake Error: Cannot determine link language for target "luasql_library_module".
-- Generating done
-- Build files have been written to: /home/aur/etlegacy-git/src/etlegacy
==> ERROR: A failure occurred in build().
Aborting...
StormEngineer commented on 2015-11-12 17:11
Hi! Last time I built a few weeks ago, both "etlegacy32-git" and "etlegacy32-mod-git" depended on "lib32-libtheora" but it was not listed as a dependency and build failed without it.