Adrien Destugues
Adrien Destugues
I can confirm this, possibly an interaction between SDL and Qt, as MAME uses both in this case?
- SDL Lopan needs a simple URL change, new URL is https://www.linuxmotors.com/linux/sdllopan/downloads/sdllopan-10.tgz (with an extra "linux" in the path). - Exomizer has moved to bitbucket: https://bitbucket.org/magli143/exomizer/wiki/Home - Fatsort seems to...
pipepanic seems to have an updated version here: https://github.com/d4ddi0/pipepanic
Hi, Haiku and Godot devs met at RMLL and we have updated the sources to get it building again. Here is a patch against the 3.0.5 release: https://raw.githubusercontent.com/haikuports/haikuports/7b02219735ac564f073c1e1861b9d5b83c8e0946/dev-games/godot/patches/godot-3.0.5.patchset Currently it...
Here is a patch against current master branch: https://raw.githubusercontent.com/haikuports/haikuports/495a02b62d4fb5461e0e2cb053dc7b93fd5cec8d/dev-games/godot/patches/godot-3.0.6.patchset It seems to be running fine but stays at the splash screen forever. The editor never shows up. Help debugging this...
I don't know, I just helped upstream the existing patches from our packaging system.
V3 crashes or render with glitches when loading existing files. It is not ready for use.
This depends on the locale. "5.0" is not convertible to int in French (it should be 5,0). By using 'LANG=C LC_ALL=C gitk' I can start it and it doesn't crash.
Ah, yes, that's probably what happened. Can we do something so that freetype_bootstrap doesn't end up being selected instead of freetype_devel? Maybe freetype_bootstrap should conflict with freetype?
It's needed to build harfbuzz because there is a circular dependency (harfbuzz depends on freetype, and freetype optionally depends on harfbuzz). So we build freetype_bootstrap without harfbuzz, then harfbuzz, then...