Leandro Nini

Results 35 issues of Leandro Nini

As a follow up of the previous pkg-confing issue, I've noticed that in the installed pc files the prefix is hardcoded to "/home/qt/work/install" rendering them unusable. As a workaround I...

bug
possibly outdated

When using Qt 6.2 the multimedia module is considered an addon, it downloads correctly but it doesn't bring the necessary dependencies (the gstreamer libs) causing a build error: ``` [...

enhancement

Trying to make the Final Fantasy XIV game controller work with SDL2 (2.24.0) on Linux but SDL_IsGameController() returns false so we cannot get the button mappings. We tried to add...

As reported at [forum6502](http://forum.6502.org/viewtopic.php?f=8&t=6372): > This instruction is called stable, so I'd expect that visual6502 simulates it as described. However, it seems that A doesn't get updated at all (this...

I get a lot of warnings with gcc 9 which break the compilation with -Werror: ``` netlist_sim.c: In function ‘getGroupValue’: netlist_sim.c:390:1: error: control reaches end of non-void function [-Wreturn-type] 390...

The SDL3 release is getting near, maybe it's time to consider dropping SDL1 support and move to the new API.

Version 1.0 has been released recently (now at [1.0.1](https://github.com/g-truc/glm/releases/tag/1.0.1)) Need a check if it's worth upgrading and that it doesn't break anything.

A tentative way to automatically create a Windows binary for a release. The way dlls are copied in the package is a bit hackish and if someone knows how to...