Search Criteria
Package Details: 0ad-data-git 26504-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/0ad-git.git (read-only, click to copy) |
---|---|
Package Base: | 0ad-git |
Description: | Cross-platform, 3D and historically-based real-time strategy game — built from git development version. WARNING: you will need more than 42 GiB of disk space! |
Upstream URL: | http://play0ad.com/ |
Licenses: | GPL2, CCPL |
Conflicts: | 0ad-data |
Provides: | 0ad-data |
Submitter: | fusion809 |
Maintainer: | tuxayo |
Last Packager: | tuxayo |
Votes: | 5 |
Popularity: | 0.000760 |
First Submitted: | 2016-09-09 11:31 (UTC) |
Last Updated: | 2021-07-09 21:32 (UTC) |
Dependencies (8)
- 0ad-git
- boost (boost-git) (make)
- cmake (cmake-git) (make)
- git (git-git, git-vfs, git-run-command-patch-git) (make)
- libsm (make)
- mesa (mesa-minimal+-git, mesa-i915g, mesa-d3d12, mesa-minimal-git, mesa-git, mesa-rusticl-git, mesa-steamos, mesa-amber) (make)
- python2 (make)
- zip (zip-natspec) (make)
Required by (2)
- 0ad-git
- 0ad-zh-lang (requires 0ad-data)
Latest Comments
tuxayo commented on 2021-07-04 16:19 (UTC) (edited on 2021-07-04 16:21 (UTC) by tuxayo)
Thanks Brenton for trusting me with the package and for the past work.
So I just pushed the following main changes:
Tell me if I broke something. Feel free to review the changes, feedback very welcome about AUR and C++ build best practices.
Enjoy the game and thanks for testing the upcoming release :)
FastCar commented on 2020-12-16 00:27 (UTC)
mft is now a dependency for 0ad. SpiderMonkey version has been bumped to 78 and now requires rust for the build process. I guess that means rustup and cargo for make dependencies? Not sure if the PKGBUILD is also expected to install the toolchain if not already installed? Additionally I wonder what "test projects" are? If they're not necessary, compilation time could be reduced by adding --without-tests.
TheCloudt commented on 2020-06-28 18:20 (UTC) (edited on 2020-06-28 18:20 (UTC) by TheCloudt)
Hi, the current version fails to build with an
error.
There is a fix known at wildfire games namely D2745, I am not aware when this fix will appear in the master branch on git, but in the mean time one can apply D2745 himself by applying the diff located at:
https://code.wildfiregames.com/D2745
tuxayo commented on 2020-05-14 18:40 (UTC)
Can someone check the size of the .git directory? To have an idea if not cloning the whole history[1] would save space.
[1] using
git clone --depth 1
kozaki commented on 2019-12-11 17:00 (UTC) (edited on 2019-12-11 17:00 (UTC) by kozaki)
Actually about 7 GB nowadays:
$ ncdu /PATH/TO/makepkg/0ad-git/src/
fusion809 commented on 2018-12-19 13:37 (UTC)
@Sample: please stop spamming these comments.
a36233 commented on 2018-05-18 07:57 (UTC)
./src/0ad/binaries/system/*.so missing on system after installation.
a36233 commented on 2018-05-17 21:37 (UTC) (edited on 2018-05-17 21:40 (UTC) by a36233)
Reported Upstream possible fix:
$ export SDL2_CONFIG="pkg-config sdl2"
$ sh update-workspaces.sh
fusion809 commented on 2018-05-17 15:52 (UTC)
@a36233, hmm thanks for reporting but this does seem like an upstream bug. Could you report this bug upstream? I personally have no idea how to fix this really, although if someone else knows how to I'll be happy to accept a patch.
a36233 commented on 2018-05-17 15:47 (UTC)
==== Building scriptinterface (release) ==== precompiled.h In file included from ../../../source/lib/sysdep/stl.h:32, from ../../../source/lib/precompiled.h:68, from ../../../source/pch/scriptinterface/precompiled.h:19: /usr/include/c++/8.1.0/cstdlib:75:15: fatal error: stdlib.h: No such file or directory #include_next <stdlib.h> ^~~~~~~~~~ compilation terminated. make[1]: [scriptinterface.make:121: obj/scriptinterface_Release/precompiled.h.gch] Error 1 make: [Makefile:105: scriptinterface] Error 2</stdlib.h>
JeromeS commented on 2017-05-20 04:24 (UTC)
jamincollins commented on 2017-02-05 22:49 (UTC)
fusion809 commented on 2017-02-05 21:52 (UTC)
jamincollins commented on 2017-02-05 21:37 (UTC)
fusion809 commented on 2016-11-09 07:42 (UTC)
fusion809 commented on 2016-10-21 18:04 (UTC)
lmat commented on 2016-10-21 17:59 (UTC)