Search Criteria
Package Details: avirusnamedtom-hib 0+h20131019-1
Git Clone URL: | https://aur.archlinux.org/avirusnamedtom-hib.git (read-only, click to copy) |
---|---|
Package Base: | avirusnamedtom-hib |
Description: | A Virus Named TOM, a fast-paced action-puzzler (Humble Bundle version) |
Upstream URL: | http://www.avirusnamedtom.com/ |
Keywords: | 2D action game humble logic netwalk puzzle |
Licenses: | |
Submitter: | smls |
Maintainer: | smls |
Last Packager: | smls |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2013-09-18 21:10 |
Last Updated: | 2015-07-09 14:47 |
Dependencies (6)
- gcc-libs (gcc-libs-multilib-x32, fastgcc, gcc-libs-multilib-git, gcc-libs-git)
- libtheora (libtheora-ptalarbvorm, libtheora-git)
- libvorbis (libvorbis-aotuv-lancer, libvorbis-git, libvorbis-aotuv)
- openal (openal119-bin, openal-git, openal-minimal-git)
- sdl2 (sdl2-ime-support, sdl2-rbp-bin, sdl2-hidpi-hg, sdl2-rpi, sdl2-hg, sdl2-minimal-hg, sdl2-nox)
- imagemagick (graphicsmagick-imagemagick-compat, imagemagick-git, imagemagick-full-git, imagemagick-no-hdri, imagemagick-full, imagemagick-fftw) (make)
Latest Comments
smls commented on 2013-11-16 14:55
Thanks, updated.
brandonw commented on 2013-11-16 02:10
avnt-10192013-bin is now available on HIB
smls commented on 2013-09-28 06:46
Fixed, thanks.
hagabaka commented on 2013-09-28 05:07
The PKGBUILD installs the x86_64 files on i686, because the CARCH handling lines are incorrect. Replacing them with the following fixes the problem:
if [ $CARCH == "i686" ]; then
_arch=x86
_other=x86_64
_libother=64
else
_arch=x86_64
_other=x86
_libother=
fi
smls commented on 2013-09-19 02:07
Ah sorry, I included sld instead of sld2 by accident. It's fixed now.
Anonymous comment on 2013-09-18 23:50
Please add dependency sdl2, without it I get:
Unhandled Exception: System.DllNotFoundException: libSDL2-2.0.so.0
[...]