Search Criteria
Package Details: 0ad-data-git 1:A26.r63.g43444ea887-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/0ad-git.git (read-only, click to copy) |
---|---|
Package Base: | 0ad-git |
Description: | Data package for 0ad built from git development version. |
Upstream URL: | http://play0ad.com/ |
Licenses: | GPL2, CCPL |
Conflicts: | 0ad-data |
Provides: | 0ad-data |
Submitter: | fusion809 |
Maintainer: | tuxayo (micwoj92) |
Last Packager: | micwoj92 |
Votes: | 7 |
Popularity: | 0.110205 |
First Submitted: | 2016-09-09 11:31 (UTC) |
Last Updated: | 2022-10-16 19:58 (UTC) |
Dependencies (25)
- 0ad-git
- boost (boost-git, boost174) (make)
- clang (clang8, clang-git, llvm-git, clang-minimal-git) (make)
- cmake (cmake-git) (make)
- enet (enet-gtkorvo-git, enet-git) (make)
- fmt (fmt-git) (make)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
- gloox (make)
- glu (glu-git) (make)
- libgl (glshim-git, libhybris-libgl-git, nvidia-340xx-utils, libglvnd-git, amdgpu-pro-libgl-cfe, amdgpu-pro-oglp, libglvnd) (make)
- libminiupnpc.so (miniupnpc) (make)
- libogg (libogg-git) (make)
- libpng (libpng-minimal-git, libpng-apng, libpng-git) (make)
- libsm (make)
- libsodium (libsodium-git) (make)
- libvorbis (libvorbis-aotuv, libvorbis-aotuv-lancer, libvorbis-git) (make)
- mesa (mesa-minimal+-git, mesa-d3d12, mesa-panfork-git, mesa-git-adreno, mesa-steamos, mesa-minimal-git, mesa-git, mesa-rusticl-git, mesa-amdonly-gaming-git, mesa-amber) (make)
- miniupnpc (miniupnpc-git) (make)
- nspr (nspr-hg) (make)
- openal (openal-git, openal-minimal-git) (make)
- Show 5 more dependencies...
Required by (2)
- 0ad-git
- 0ad-zh-lang (requires 0ad-data)
Latest Comments
1 2 3 4 Next › Last »
micwoj92 commented on 2023-06-02 20:29 (UTC)
This is already there in package step for each package. https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=0ad-git#n63
VitalyR commented on 2023-06-02 18:50 (UTC) (edited on 2023-06-02 18:51 (UTC) by VitalyR)
Please add provides and conflicts to the PKGBUILD:
micwoj92 commented on 2022-10-16 20:03 (UTC)
Synced the package with 0ad from community, updated pkgver to use tags, launched and runs fine, I'm still bad at RTS games.
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
1 2 3 4 Next › Last »