Package Details: alephone 1.7.1_20240119-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: GPL3
Submitter: None
Maintainer: FredBezies
Last Packager: FredBezies
Votes: 55
Popularity: 0.017471
First Submitted: 2006-07-24 03:24 (UTC)
Last Updated: 2024-01-25 17:38 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

carstene1ns commented on 2014-03-16 01:51 (UTC)

A release after two years and nobody notices? ;) Adopted and updated!

<deleted-account> commented on 2012-04-17 22:58 (UTC)

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 (UTC)

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.

<deleted-account> commented on 2012-04-13 17:40 (UTC)

Weird. Mine builds. Considering what you said, however, it could be for another reason and my patch didn't really fix anything at all. The worse problems are the ones that are 'magically' fixed. In any case, my apologies for not being thorough enough.

armitage commented on 2012-04-13 12:57 (UTC)

Hi, khne522. I have just bumped package's version number but this problem seems to persist; your patch still works though. Thanks!

<deleted-account> commented on 2012-04-13 05:23 (UTC)

This fails to build on i686. The fix, in my case, was to apply the following patch to src/AlephOne-20111201/Source_Files/Lua/lua_templates.h. 499c499 < else if(_lookup(L, index, to)) return to; --- > else if(L_LazyEnum::_lookup(L, index, to)) return to;

mitch_feaster commented on 2011-12-02 16:59 (UTC)

Latest release 20111201. Here's what I'm using for alephone: https://gist.github.com/1423967 and for marathon: https://gist.github.com/1423981

<deleted-account> commented on 2011-02-08 08:23 (UTC)

On my system, AlephOne-20100424/Source_Files/Network/Metaserver/network_metaserver.h needs to include <stdexcept> to compile

<deleted-account> commented on 2010-12-25 14:39 (UTC)

Does not compile with gcc 4.5+ . requires patch ffom upstream or an svn build.