Search Criteria
Package Details: anura-git 0.0.3849.gfc9853001-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/anura-git.git (read-only, click to copy) |
---|---|
Package Base: | anura-git |
Description: | A fully-featured game engine, the tech behind the spectacular Frogatto & Friends. |
Upstream URL: | https://github.com/anura-engine/anura |
Licenses: | GPL |
Submitter: | hagabaka |
Maintainer: | hagabaka |
Last Packager: | hagabaka |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2013-05-27 20:19 (UTC) |
Last Updated: | 2022-05-28 18:35 (UTC) |
Dependencies (14)
- boost-libs (boost171, boost-libs-git, boost174-libs, boost-libs_v180)
- cairo (cairo-git, cairo-minimal, cairo-glesv2-bin, cairo-glesv3-bin)
- glew (glew-libepoxy, glew-egl-glx, glew-git, glew-wayland, glew-osmesa-git, glew-wayland-git)
- libgl (glshim-git, libhybris-libgl-git, nvidia-340xx-utils, libglvnd-git, amdgpu-pro-libgl-cfe, amdgpu-pro-oglp, libglvnd)
- libpng (libpng-minimal-git, libpng-apng, libpng-git)
- mesa (mesa-minimal+-git, mesa-d3d12, mesa-panfork-git, mesa-git-adreno, mesa-steamos, mesa-minimal-git, mesa-git, mesa-amdonly-gaming-git, mesa-rusticl-git, mesa-amber)
- sdl2 (sdl2-minimal-git, sdl2-minimal-x11-git, sdl2-nox, sdl2-nox-git, sdl2-git)
- sdl2_image (sdl2_image-minimal-git)
- sdl2_mixer (sdl2_mixer-minimal-git)
- sdl2_ttf (sdl2_ttf-git)
- boost (boost-git, boost174) (make)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
- box2d (liquidfun) (optional) – box2d physics
- frogatto-git (optional) – the default game module
Latest Comments
1 2 Next › Last »
GeBo commented on 2022-05-28 21:39 (UTC)
cc1plus: error: to generate dependencies you must specify either ‘-M’ or ‘-MM’
Blazin commented on 2022-04-17 07:30 (UTC) (edited on 2022-04-17 07:33 (UTC) by Blazin)
If you are trying to install this for frogatto-git, there are issues that currently prevent it from working. See the link in my comment on frogatto-git if you want to know how to manually compile it yourself.
Anura currently does not compile, due to the issue mentioned in the comment below. If you manually download the source for this AUR package, you can change the PKGBUILD to use a working version of Anura from Feb 26.
Change
git+https://github.com/anura-engine/anura.git#branch=trunk
togit+https://github.com/anura-engine/anura.git#commit=627d08fb5254b5c66d315f1706089905c2704059
. That should get it to compile.Again, this will not work for frogatto-git. Just keep that in mind.
pix3l commented on 2022-03-10 09:16 (UTC)
Building: src/sound.cpp src/sound.cpp: In member function ‘virtual void sound::{anonymous}::BinauralDelaySoundEffectFilter::MixData(float, int)’: src/sound.cpp:1232:40: error: expected primary-expression before ‘int’ 1232 | const int nsamples_delay = int(std::abs<float>(delay_)SampleRate);
https://github.com/anura-engine/anura/issues/321
Houkime commented on 2018-10-17 22:23 (UTC) (edited on 2018-10-17 22:26 (UTC) by Houkime)
Building: src/preferences.cpp
src/preferences.cpp:31:10: fatal error: boost/uuid/sha1.hpp: No such file or directory
#include boost/uuid/sha1.hpp
^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:236: build/preferences.o] Error 1
==> ERROR: A failure occurred in build().
Aborting...
To fix that you need to change address in #include boost/uuid/sha1.hpp to boost/uuid/detail/sha1.hpp in all relevant cpp files.
Easiest way to do it is to append
sed -i 's=uuid/sha1.hpp=uuid/detail/sha1.hpp=g' src/*.cpp
to the prepare section of the PKGBUILD
(sed is a part of the Arch core, so no extra deps here)
I opened the issue on the upstream here
https://github.com/anura-engine/anura/issues/283
macxcool commented on 2017-02-18 13:17 (UTC)
macxcool commented on 2017-02-17 14:22 (UTC) (edited on 2017-02-17 18:26 (UTC) by macxcool)
hagabaka commented on 2016-08-14 02:12 (UTC)
Aicaya commented on 2016-08-02 08:50 (UTC)
1 2 Next › Last »