A maintained fork of ZSNES, a Super Nintendo emulator. The original project needs patches to build and is not maintained anymore: https://sourceforge.net/projects/zsnes/
Thank you for the hint. Assigning to the SRPM maintainer akien.
Assignee: bugsquad => rverschelde
Thanks, I'll have a look.
Status: NEW => ASSIGNED
So far it's just packaging improvements so I don't see a reason to backport for Mageia 8, I'll add it to Cauldron.
Version: 8 => Cauldron
I packaged it and it's crashing. Upstream repo doesn't have issue tracker enabled so I can't debug this with them yet. So on hold... (Another demonstration that "new version != must have") ``` *** buffer overflow detected ***: terminated Program received signal SIGABRT, Aborted. 0xf7fcc549 in __kernel_vsyscall () (gdb) bt #0 0xf7fcc549 in __kernel_vsyscall () #1 0xf783ca73 in raise () from /lib/libc.so.6 #2 0xf78272fd in abort () from /lib/libc.so.6 #3 0xf787e36c in __libc_message () from /lib/libc.so.6 #4 0xf79197ac in __fortify_fail () from /lib/libc.so.6 #5 0xf79180c9 in __chk_fail () from /lib/libc.so.6 #6 0x082c63e1 in memset (__len=<optimized out>, __ch=0, __dest=<optimized out>) at /usr/include/bits/string_fortified.h:59 #7 clearvidsound () at initc.c:1375 #8 0x082c85be in init65816 () at initc.c:2485 #9 0x08293055 in init () at c_init.c:113 #10 0x082c99bc in zstart () at ui.c:361 #11 0x082d5cb5 in main (argc=1, argv=0xffffc9b4) at zloader.c:975 ``` Attaching spec file to revisit later.
Created attachment 12881 [details] zsnes.spec for new Arch Linux fork
Status comment: (none) => Needs upstream bugfix before this can be packagedPriority: Normal => Low