fd3ab10e5bedde17926e78b907f7c7d207463a93
asix uses the SIGTERM signal to rerun the simulation. Since SDL2 registers a signal handler, killing the old simulation does not have any effect. The usual way to deal with that is to poll SDL events, but since SDL is only used for audio here, a single line change does the job.
Maintainer
To build the package, download the asix sources in the root directory of this repository, and rename the file.
mv asix.tgz asix_0.1.4.orig.tar.gz
./build-package.sh
Compile against another distribution
mk-sbuild --arch=amd64 --name=bionic bionic
./build-package.sh setup
cd asix
sbuild -d bionic-amd64
Description
Languages
Shell
100%