Package Details: alephone-git 1.7b1.r5879.2da0b706-1

Git Clone URL: https://aur.archlinux.org/alephone-git.git (read-only, click to copy)
Package Base: alephone-git
Description: A free, enhanced port of the classic FPS "Marathon 2" by Bungie Software (development version)
Upstream URL: https://alephone.lhowon.org/
Licenses: GPL3
Conflicts: alephone
Provides: alephone
Submitter: carstene1ns
Maintainer: hildigerr
Last Packager: hildigerr
Votes: 3
Popularity: 0.000000
First Submitted: 2017-10-02 18:58 (UTC)
Last Updated: 2023-10-23 19:31 (UTC)

Dependencies (20)

Required by (9)

Sources (2)

Pinned Comments

hildigerr commented on 2023-10-23 19:40 (UTC) (edited on 2023-10-23 19:41 (UTC) by hildigerr)

If you update to use the patch which enables XDG Base Directory Specification compliance, you should move your $HOME/.alephone directory into $XDG_DATA_HOME which defaults to $HOME/.local/share.

The directory contains both data and configuration, so if you prefer, you may want to change the patch to use $XDG_CONFIG_HOME. Or, if for some reason you like having dotfiles in you're $HOME directory, just don't apply the patch.

Latest Comments

hildigerr commented on 2023-10-23 19:40 (UTC) (edited on 2023-10-23 19:41 (UTC) by hildigerr)

If you update to use the patch which enables XDG Base Directory Specification compliance, you should move your $HOME/.alephone directory into $XDG_DATA_HOME which defaults to $HOME/.local/share.

The directory contains both data and configuration, so if you prefer, you may want to change the patch to use $XDG_CONFIG_HOME. Or, if for some reason you like having dotfiles in you're $HOME directory, just don't apply the patch.

noabody commented on 2022-03-05 14:50 (UTC) (edited on 2022-03-05 14:50 (UTC) by noabody)

Lifted from dosbox-x:

depends=('sdl2_ttf' 'sdl2_image' 'sdl2_net' 'libmad' 'glu' 'zziplib' 'ffmpeg4.4'
         'boost-libs' 'curl')
PKG_CONFIG_PATH='/usr/lib/ffmpeg4.4/pkgconfig' ./configure --prefix=/usr

laegnur commented on 2021-08-16 15:34 (UTC)

Hi.

I'm having an issue making this package:

Movie.cpp: In member function ‘bool Movie::Setup()’:
Movie.cpp:258:17: error: format not a string literal and no format arguments [-Werror=format-security]
  258 |         snprintf(av->fmt_ctx->url, moviefile.size() + 1, moviefile.c_str());
      |         ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1plus: some warnings being treated as errors
make[3]: *** [Makefile:428: Movie.o] Error 1
make[3]: Leaving directory '/home/laegnur/.cache/yay/alephone-git/src/alephone/Source_Files/FFmpeg'
make[2]: *** [Makefile:580: all-recursive] Error 1
make[2]: Leaving directory '/home/laegnur/.cache/yay/alephone-git/src/alephone/Source_Files'
make[1]: *** [Makefile:553: all-recursive] Error 1
make[1]: Leaving directory '/home/laegnur/.cache/yay/alephone-git/src/alephone'
make: *** [Makefile:447: all] Error 2

carstene1ns commented on 2020-05-31 18:24 (UTC) (edited on 2020-05-31 18:25 (UTC) by carstene1ns)

I think git should really be part of base-devel group. Will add, thanks!

hildigerr commented on 2020-05-30 03:53 (UTC)

makedepends needs to include 'git'