Re: SDL2 on PowerPC: it works now, can we fix joystick for it?

2024-03-18 Thread Sergey Fedorov
UPD. Judging from my notes, it actually may be fixable now, since gcc
upstream addressed the stopping bug:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105522
Need to rebuild gcc13 adding this patch and see if it helps.

On Mon, Mar 18, 2024 at 12:34 AM Sergio Had  wrote:

> Upon sorting X11 installation, turned out that most of X11 ports actually
> work with GUI on PowerPC, including SDL2 and VLC.
>
> However, most of Macports dependents of libsdl2 are games and emulators,
> and they need a joystick module, which is broken quite badly in SDL 2.1+.
> So those ports will build but won’t start, complaining about joystick
> support missing.
>
> Even without that, SDL is useful (SDL video out works with VLC now), and
> personally I do not really care for games’ support, but apparently there is
> a demand, so why not make someone happier :)
>
> Can we find a way to fix it?
>


SDL2 on PowerPC: it works now, can we fix joystick for it?

2024-03-17 Thread Sergio Had
Upon sorting X11 installation, turned out that most of X11 ports actually work 
with GUI on PowerPC, including SDL2 and VLC.

However, most of Macports dependents of libsdl2 are games and emulators, and 
they need a joystick module, which is broken quite badly in SDL 2.1+.
So those ports will build but won’t start, complaining about joystick support 
missing.

Even without that, SDL is useful (SDL video out works with VLC now), and 
personally I do not really care for games’ support, but apparently there is a 
demand, so why not make someone happier :)

Can we find a way to fix it?