Search Criteria
Package Details: lierolibre 0.5-1
Git Clone URL: | https://aur.archlinux.org/lierolibre.git (read-only, click to copy) |
---|---|
Package Base: | lierolibre |
Description: | Completely free Liero fork |
Upstream URL: | https://launchpad.net/lierolibre |
Licenses: | |
Submitter: | kaptoxic |
Maintainer: | kaptoxic |
Last Packager: | kaptoxic |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2016-01-14 00:19 |
Last Updated: | 2016-01-14 00:20 |
Dependencies (8)
- boost-libs (boost171, boost-libs-git)
- hicolor-icon-theme (hicolor-icon-theme-git)
- libconfig (libconfig-git)
- sdl (sdl-openglhq, sdl-nokbgrab, sdl-openglhq-nokbgrab, sdl-git, sdl2_compat12-git)
- sdl_mixer
- xdg-utils (mimi-git, sx-open, busking-git, xdg-utils-git, linopen, xdg-utils-terminal-true-git, xdg-utils-mimeo, xdg-utils-handlr, xdg-utils-slock, mimi-bachoseven-git, mimejs-git)
- zlib (zlib-static, zlib-git, zlib-asm, minizip-asm, zlib-ng-git, zlib-ng)
- boost (boost-git) (make)
Latest Comments
brynr commented on 2016-03-15 22:17
@kepsega this package apparently relies on libconfig-1.6; the current version of libconfig in [extra] is 1.5. I have made a patch that fixes this until the situation with libconfig is sorted out, and I have also put together a PKGBUILD which applies the patch to the source. It seemed most sensible to make my own fork of the package - here it is:
https://github.com/brynr/lierolibre-aur
Note: I am not entirely certain of PKGBUILD conventions (I'm not a maintainer), but I'm pretty sure that this complies.
Anonymous comment on 2016-03-12 22:12
I'm hitting build failures:
src/common.cpp:165:38: error: no match for ‘operator[]’ (operand types are ‘const libconfig::Setting’ and ‘std::__cxx11::basic_string<char>’)
gameModes[i] = (char const*)sgmodes["gameModes" + to_string(i)];