Search Criteria
Package Details: alephone 1.3.1_20200904-1
Git Clone URL: | https://aur.archlinux.org/alephone.git (read-only, click to copy) |
---|---|
Package Base: | alephone |
Description: | A free, enhanced port of the classic FPS "Marathon 2" by Bungie Software |
Upstream URL: | https://alephone.lhowon.org/ |
Keywords: | fps game shooter |
Licenses: | |
Submitter: | None |
Maintainer: | FredBezies |
Last Packager: | FredBezies |
Votes: | 47 |
Popularity: | 0.000654 |
First Submitted: | 2006-07-24 03:24 |
Last Updated: | 2021-02-25 21:53 |
Dependencies (18)
- boost-libs (boost171, boost-libs-git)
- curl (curl-git, curl-minimal-git)
- ffmpeg (ffmpeg-semifull-git, ffmpeg-tmblock-git, ffmpeg4.0, ffmpeg-cuda, ffmpeg-v4l2-request-git, ffmpeg-svt, ffmpeg-headless, ffmpeg-gl-transition, ffmpeg-git, ffmpeg-decklink, ffmpeg-intel-full-git, ffmpeg-mmal, ffmpeg-svt-av1-git, ffmpeg-libfdk_aac, ffmpeg-full, ffmpeg-nox-git, ffmpeg-svt-vp9-git, ffmpeg-nocuda, ffmpeg-ndi, ffmpeg-amd-full, ffmpeg-full-git, ffmpeg-amd-full-git)
- glu (glu-git)
- libmad
- sdl2_image (sdl2_image-minimal-git)
- sdl2_net
- sdl2_ttf (sdl2_ttf-git)
- smpeg
- zziplib
- boost (boost-git) (make)
- icoutils (make)
- mesa (mesa-noglvnd, mesa-arm-git, mesa-rc, mesa-stable, mesa-git, mesa-minimal-git, mesa-minimal+-git) (make)
- alephone-eternalx (optional) – community-made scenario
- alephone-evil (optional) – community-made scenario
- alephone-infinity (optional) – original data for Marathon Infinity
- alephone-marathon (optional) – M1A1 data converted for AlephOne
- alephone-marathon2 (optional) – original data for Marathon 2: Durandal
Latest Comments
1 2 3 Next › Last »
acheronfail commented on 2020-03-07 11:31
hav3lock: looks like those issues have been addressed in the
alephone-git
AUR. I believe they've been fixed upstream since 1.2.1 was released.hav3lock commented on 2018-11-15 19:00
I get these errors when I try to build it:
carstene1ns commented on 2017-07-07 14:01
No problem, sanerb. I am watching the project on GitHub... ;-)
I was thinking of creating an alephone-git package instead of updating to the pre-release.
sanerb commented on 2017-07-07 09:40
oops. sorry, carstene1ns - missed that the 1.3 is alpha release. (then again, it's been alpha for two years, so probably stable...)
and re: upstream, i gave the wrong URL; should be https://alephone.lhowon.org/ instead of the sourceforge link (though they do have a redirect in place)
my bad!
carstene1ns commented on 2016-05-28 23:01
mitcoes: Sorry for the delay, this should be fixed now.
mitcoes commented on 2016-05-08 13:32
SDL and ffmpeg errors compiling
I suppose it would be relatively easy to fix, being related to newer versions
carstene1ns commented on 2014-12-06 09:37
I have backported some patches to make sure it compiles again, thanks @George for bringing this to my attention.
carstene1ns commented on 2014-03-16 01:51
A release after two years and nobody notices? ;) Adopted and updated!
Anonymous comment on 2012-04-17 22:58
Kind of late commenting now, but for posterity... confirming that both the manual patch and the current taurball build, in a vanilla srcdir.
The patch will break when we use a different upstream version, right?
armitage commented on 2012-04-13 18:23
Are you operating on vanilla srcdir? It seems makepkg has difficulties cleaning up after itself and if you patched the sources before, the offending target that compiled correctly may just be pulled in. Removing srcdir should "help" break it again :)
The problem you found is definitely there, though - in fact, it has been fixed a little differently by the devs in svn revision 4695 (from 2012-02-15):
- else if(_lookup(L, index, to)) return to;
+ else if(L_Enum<name, index_t>::_lookup(L, index, to)) return to;
And there's no need to apologise for anything; you were plenty thorough and even provided a patch.