5135 Commits

Author SHA1 Message Date
sthen
d363e520fc update to mnemosyne 2.7.3, from Grégoire Jadi 2020-12-09 20:29:01 +00:00
benoit
e8071c8727 Update to rocksndiamonds-4.2.0.5. 2020-12-06 09:13:17 +00:00
solene
b2a296dbeb Update to dMagnetic-0.28
Thanks to maintainer Thomas Dettbarn for update
2020-11-28 11:29:54 +00:00
jca
748bcc779f Mark as BROKEN, this uses boost_python27 which is getting in the way
Upstream development has taken a new turn, with python3 support planned
for 0.8.0.

While here update HOMEPAGE and point at github for new releases.
Maintainer timeout, ok sthen@
2020-11-25 23:56:25 +00:00
fcambus
5c1cd77b56 Update nudoku to 2.1.0. 2020-11-24 18:59:28 +00:00
sthen
796a02331b switch python 2 users of Pillow to graphics/py2-Pillow.
py-Pillow is now 3-only.
2020-11-24 16:44:16 +00:00
ajacoutot
b024ba6b57 Update to gcompris-1.0. 2020-11-20 07:56:53 +00:00
thfr
ccdba605ed +fna 2020-11-16 23:07:20 +00:00
thfr
5b6d2feb81 import games/fna
DESCR:
This is FNA, an XNA4 reimplementation that focuses solely on developing a fully
accurate XNA4 runtime for the desktop.
The port includes FNA.NetStub and the XNA 4.0 ABI bridge for compatibility with
XNA games, as well as bindings for Vorbisfile and SDL2_image for backwards
compatibility.

ok solene@ who reminded me to separate GH commit id tarballs with DIST_SUBDIR
2020-11-16 23:06:07 +00:00
gkoehler
89c447cbc4 Remove last uses of -mlongcall on powerpc
-Wl,--relax solves linker errors of "relocation truncated to fit",
-mlongcall isn't necessary.

diff from Brad Smith, ok cwen@
2020-11-15 22:05:10 +00:00
benoit
5b195d8ccc Update to rocksndiamonds-4.2.0.4. 2020-11-14 07:53:23 +00:00
sthen
0cc65318c3 mark vegastrike BROKEN-i386 to avoid packaging ~700MB of data/music/etc;
-engine cannot build there because x11/ogre is BROKEN-i386. add comment
to x11/ogre to reenable if unbreaking there.
2020-11-13 22:25:45 +00:00
bcallah
67af531ff1 Update to wtf-20201105 2020-11-08 20:07:47 +00:00
solene
a7c1d2ba15 Update to tome4-1.7.2 2020-11-07 11:53:33 +00:00
jasper
d0c985b697 - update to freedom-0.12.1
- remove bogus WANTLIB line
2020-11-02 18:39:44 +00:00
benoit
4e10eaa60f Patch to prevent random pauses in game without external actions
from Donovan Watteau.

https://bugs.debian.org/916606
2020-11-02 16:16:55 +00:00
rsadowski
e735f4c79b Update dMagnetic to 0.27
Form maintainer Thomas Dettbarn
2020-11-01 20:55:12 +00:00
daniel
e631697bc6 fix pokerth with newer boost
Fix taken from archlinux. Tested by me with newer boost. Tested by Brad
with in-tree boost.
2020-11-01 01:10:35 +00:00
bcallah
8507111da2 Update to wtf-20201018 2020-10-31 21:22:25 +00:00
solene
0d93a2d87f Update to tome4-1.7.0 2020-10-29 20:28:41 +00:00
bcallah
c911ccfda6 Update to julius-1.5.1
This version is the same as 1.5.0 with a fix for Android, the 1.5.0
changelog is here: https://github.com/bvschaik/julius/releases/tag/v1.5.0
2020-10-28 22:46:59 +00:00
bcallah
4ce5acd801 Update to devilutionx-1.1.0
Changelog: https://github.com/diasurgical/devilutionX/releases/tag/1.1.0
ok solene@
2020-10-28 16:16:17 +00:00
bcallah
667276c2be Update to openrct-0.3.1
Changelog: https://github.com/OpenRCT2/OpenRCT2/releases/tag/v0.3.1

ok daniel@, additional testing by Florian Viehweger
2020-10-28 14:16:22 +00:00
daniel
21ac80f09c pysol was broken at runtime since the switch to python 3.8 due to the
deprecated use of time.clock.

add a minimal work-around until pysol can be updated to a newer version.

reported by Carsten Boysen Jensen on ports@
2020-10-28 02:03:55 +00:00
rsadowski
63e3baffdf Remove Qt3 taxipilot
OK kn ajacoutot solene
2020-10-23 15:43:52 +00:00
rsadowski
4d1327750c Remove Qt3 spacehulk
OK kn ajacoutot solene
2020-10-23 15:43:09 +00:00
abieber
131d6ba51f Bump ioquake3 to e7a7a2b6b677c030be5cca8cc9cc58e81b2e04de. 2020-10-22 11:32:53 +00:00
sthen
083905291a pingus: convert to boost::signals2, from Brad, no objection aja@ 2020-10-21 00:05:36 +00:00
cwen
47bddbaa94 fs2open: fix big endian build, limit to hardware OpenGL>=3.2-capable archs
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)
2020-10-20 17:13:10 +00:00
ajacoutot
17a39f5ccf Unbreak: BUILD_DEPNDS -> BUILD_DEPENDS 2020-10-18 11:03:11 +00:00
daniel
a7ab354828 use cython instead of pyrex in mysticmine
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@
2020-10-17 18:20:34 +00:00
daniel
1aef15ef64 fix angrydd crashing when numpy is missing at runtime
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@
2020-10-17 16:58:42 +00:00
kirby
19034adb81 update to wesnoth-1.14.14 2020-10-14 05:06:32 +00:00
cwen
281e5aa171 xcowsay: update to 1.5.1
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@
2020-10-13 15:58:06 +00:00
solene
a825598422 Update to shapezio-1.2.0
Saved games with previous versions can't
be used with a newer version.
2020-10-09 16:18:16 +00:00
thfr
af069b9b70 update to fnaify 3.0
changelog: https://github.com/rfht/fnaify/releases/tag/3.0
given recent mojoshader API changes, you may need to run with
'-F 20.09' until there is a ports FNA.dll
2020-10-07 22:14:12 +00:00
solene
c6cfecf9a9 + shapezio 2020-10-06 13:40:56 +00:00
solene
7a3f5e7fd5 Import shapezio-1.1.18pl202009192141
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.
2020-10-06 13:39:05 +00:00
benoit
865e244cff Update to rocksndiamonds-4.2.0.3. 2020-10-06 11:17:53 +00:00
edd
831733cbd7 Link games/odamex. 2020-10-05 21:08:19 +00:00
edd
52eafd1fa2 Import games/odamex.
```
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!
2020-10-05 21:07:37 +00:00
solene
baa0a1927a Update to barony-3.3.7
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
2020-10-04 11:38:58 +00:00
rsadowski
7cbc30012f Remove Qt4 instead-launcher
Upsteam said it was dropped and replaced by InsteadMan 3 (GTK).
https://github.com/instead-hub/instead-launcher/issues/2#issuecomment-688618824

ok solene@, merci
2020-10-04 06:07:07 +00:00
solene
a499948102 Update to ezquake-3.2.2
From maintainer Tom Murphy <openbsd at pertho.net>
2020-10-03 14:58:48 +00:00
jsg
de5f6960c0 update to scummvm 2.2.0
from Donovan Watteau
includes changes from kmos@ to depend on liba52 for zvision
and adds a few more deps.
2020-10-03 10:42:49 +00:00
bcallah
c72eb840c6 Update to wtf-20200919 2020-09-24 04:34:39 +00:00
benoit
068802b03a Update to rocksndiamonds-4.2.0.2. 2020-09-21 19:29:31 +00:00
kmos
b6ba0c8a95 +games/multimc 2020-09-21 07:23:24 +00:00
kmos
9cf533a8d5 Import multimc
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
2020-09-21 07:22:37 +00:00
gnezdo
2cb379449c Remove games/hedgewars
Maintainer timeout
OK kmos@
2020-09-20 04:30:52 +00:00