I am trying to packaging Zaz for a Linux distro on riscv64 architecture. Using the latest release, got a build error, configure: error: cannot guess build type; you must specify one. It was caused by outdated config.guess and config.sub file in the source of the latest release.
The URL is gone, so I had to recreate it. Used for https://github.com/flathub/flathub/pull/3722
In game.cpp source file, a variable 'ballPaths' is allocated with new[] but deleted with plain delete. The patch game_cpp_mismatched_free_delete.patch remedies this. Apply with 'patch -p1 < game_cpp_mismatched_free_delete.patch' Steps to reproduce this Valgrind warning: 1. Compile Zaz with '-g -O0' 2. valgrind --leak-check=full --undef-value-errors=no src/zaz 3. Click Start Game, Easy, Zatlantiz 4. Press ESC key 5. Click End Game 6. Click Yes 7. Click Exit Expected result: No valgrind warnings (hopefully)...
I have lost the Blender files. Sorry
And I actually did that.
I wonder if this project is still alive. If so, I want to report two bugs which I...
Existing 62x64 xpm icons looks choppy.
Please consider improving and installing this AppData file we wrote: https://raw.githubusercontent.com/hughsie/fedora-appstream/master/appdata-extra/desktop/zaz.appdata.xml...