Add an upstream fix for big endian archs, and ONLY_FOR_ARCHS to limit the build
to architectures with (required) OpenGL>=3.2 hardware acceleration, excepted
powerpc64, that is capable but has no drm(4) support for now.
Runtime tested by and OK thfr@ (maintainer)
pyrex is used for a single .pyx file. Since development on this game seems
to have stopped we could pre-generate a static copy of ai.c so we can drop
the pyrex dependency. However, it turns out that the pyrex code is similar
enough to modern cython, that we can just swap pyrex for cython. This seems
to work...
While here:
- remove pyrex as an RDEP, not sure why that was ever needed
- fix the locale-related crasher so the game doesn't just bail at startup
- update to what looks like the final github commit (from July 2016)
- s/koonsolo/dewitters/ as requested by kmos@
- regenerate PLIST
Tested by myself on amd64
ok kmos@
Way back in the mists of time, steven@ noticed that angrydd crashes without
py-Numeric. This is because angrydd uses surfarray from pygame, and older
versions of pygame needed py-Numeric at runtime for the surfarray module.
These days, pygame transitioned from py-Numeric to py-numpy so fix the
RDEP for angrydd.
Confirmed by me that angrydd does indeed crash if py-numpy is missing.
ok kmos@
Also, remove CFLAGS because C99 is now detected at configure time, and
add an upstreamed patch so configuration files are properly read on
unsigned char archs (arm, powerpc). Thanks to bcallah@ for code
correctness hint!
OK gnezdo@
ok thfr@
Shapez.io is an open source base building game inspired by Factorio.
Your goal is to produce shapes by cutting, rotating, merging and
painting parts of shapes.
```
Odamex is a free, cross-platform modification of the Doom engine that allows
players to easily join servers dedicated to playing Doom online.
```
OK solene@, thanks!
This is the version currently available in GOG and EGS
help for rapidjson and ok brynet@
contribution from rsadowski@ for the Cmake patch
maintainer David Carlier ok
MultiMC is a free, open source launcher for Minecraft. It allows you
to have multiple, cleanly separated instances of Minecraft (each with
their own mods, texture packs, saves, etc) and helps you manage them
and their associated options with a simple and powerful interface.
Version 0.6.11
From Muhammad Kaisar Arkhan
testing pamela
OK (and testing) phessler
Python-chess is a pure Python chess library with move generation and validation,
Polyglot opening book probing, PGN reading and writing, Gaviota tablebase
probing, Syzygy tablebase probing and XBoard/UCI engine communication.
Major port tweaks by kmos@
- Move lib/X11/app-defaults/NetHack-${V} to PFRAG.no-no_x11.
- Remove lib/X11/app-defaults/NetHack-${V} from PLIST
(My fault in the last commit).
- Remove PFRAG.no-qt-no-no_x11.
Checked: nethack-3.4.3p16 installs lib/X11/app-defaults/NetHack-3.4.3 an
nethack-3.4.3p16-no_x11 not.
Input form espie, Spotted by naddy, jasper, sorry for the noise.