Package: fs-uae / 2.8.4+dfsg-2
Metadata
Package | Version | Patches format |
---|---|---|
fs-uae | 2.8.4+dfsg-2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0001 define unknown CPUs as CPU_unknown.patch | (download) |
src/include/sysdeps.h |
2 1 + 1 - 0 ! |
define unknown host cpu types as cpu_unknown The latest upstream version of fs-uae introduced new JIT support for x86-based architectures. Unfortunately, this change also made the build bail out if the host CPU is not among the list of supported types. With this patch, unknown host CPUs no longer trigger an error but will just define the CPU type as 'CPU_unknown'. . |
0002 rename async for python3.7.patch | (download) |
arcade/OpenGL/GL/SGIX/async.py |
4 2 + 2 - 0 ! |
rename pyopengl async module import to async_ Since "async" became a reserved keyword in Python 3.7, pyopengl was patched to rename its "async" module to "_async" (#903218). Thus, both fs-uae-arcade and fs-uae-launcher need to be patched to account for this change. . |
1