diff options
author | adam <adam@pkgsrc.org> | 2022-09-29 09:24:00 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2022-09-29 09:24:00 +0000 |
commit | 787ac862a8d423a984f18a78563b82ee4e389a18 (patch) | |
tree | 1199d2fa2aa2c430ffacf1a215ddea520465681f /emulators | |
parent | 57e9f1324faeebdbd3e329f5c448ab849d29f274 (diff) | |
download | pkgsrc-787ac862a8d423a984f18a78563b82ee4e389a18.tar.gz |
fs-uae: updated to 3.1.66
3.1.66
Updated bundled SDL version to 2.0.18
Updated controller mappings
3.1.35
Version 3.1:
Fix device helper for xinput devices with recent SDL2 versions.
Support for multiple mice disabled by default on macOS due to security
warning. Use option multiple_mice = 1 to enable.
Disable expect_version option (no longer synchronized with launcher).
Added support for more physical keys (when using rawinput).
Compilation fixes for Apple M1 hardware.
Netplay desync fixes related to file system (directory hard drives).
Better virtual memory reservation algorithm.
Option to automatically pause on menu screen [mrsilver76].
Use RTLD_DEEPBIND with dlopen on Linux when loading plugins.
Changes to how plugins are looked up.
Ide patch.
SCP floppy image doesn't wrap to revolution #0 cleanly [keirf].
Fixed crash in nname_to_aname [PowderedToastMan].
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/fs-uae/Makefile | 14 | ||||
-rw-r--r-- | emulators/fs-uae/distinfo | 8 |
2 files changed, 10 insertions, 12 deletions
diff --git a/emulators/fs-uae/Makefile b/emulators/fs-uae/Makefile index 6aafbf2530c..ea6034c6172 100644 --- a/emulators/fs-uae/Makefile +++ b/emulators/fs-uae/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.22 2022/09/11 12:51:31 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2022/09/29 09:24:00 adam Exp $ -DISTNAME= fs-uae-3.0.5 -PKGREVISION= 7 +DISTNAME= fs-uae-3.1.66 CATEGORIES= emulators -MASTER_SITES= https://fs-uae.net/stable/${PKGVERSION_NOREV}/ +MASTER_SITES= https://fs-uae.net/files/FS-UAE/Stable/${PKGVERSION_NOREV}/ +EXTRACT_SUFX= .tar.xz MAINTAINER= adam@NetBSD.org HOMEPAGE= https://fs-uae.net/ -COMMENT= FS-UAE Amiga Emulator +COMMENT= Amiga emulator LICENSE= gnu-gpl-v2 USE_LANGUAGES= c gnu++03 @@ -37,9 +37,7 @@ NOT_PAX_MPROTECT_SAFE+= bin/fs-uae # This may produce unexpected results with long process names. BUILDLINK_TRANSFORM+= rm:-Werror=char-subscripts -.if ${OPSYS} == "Darwin" -#OPENAL_CFLAGS="-framework OpenAL" -.else +.if ${OPSYS} != "Darwin" .include "../../audio/openal-soft/buildlink3.mk" .include "../../graphics/MesaLib/buildlink3.mk" .include "../../graphics/glu/buildlink3.mk" diff --git a/emulators/fs-uae/distinfo b/emulators/fs-uae/distinfo index b95fb25a23d..53b4b7ecddc 100644 --- a/emulators/fs-uae/distinfo +++ b/emulators/fs-uae/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.8 2021/10/26 10:23:49 nia Exp $ +$NetBSD: distinfo,v 1.9 2022/09/29 09:24:00 adam Exp $ -BLAKE2s (fs-uae-3.0.5.tar.gz) = 5a7d3c561f72e6c31e6b5e971642fdc83c0df914f7666024336ad29c8c7c1501 -SHA512 (fs-uae-3.0.5.tar.gz) = b34ffb818040c7bf67022f26e1dbc9ebf06742a354212f2b0d2aa6b8e04c60807893a16ff965c819395f4c3fb3c43c35b38dce848b86fa046a211e12414385c7 -Size (fs-uae-3.0.5.tar.gz) = 4819884 bytes +BLAKE2s (fs-uae-3.1.66.tar.xz) = 35559710ac49120df22391be7c1617a892a5afc211043096c233c7ff00e24d8e +SHA512 (fs-uae-3.1.66.tar.xz) = 3d93c6481d4aebb21607fa6cd0716bb809a902a5e6e20cda97751f7878157a0737b80df1290c2e1cf4e13f1e9a824b750c52479cd05e56bff291be7471d167a1 +Size (fs-uae-3.1.66.tar.xz) = 3627688 bytes SHA1 (patch-manymouse_x11__xinput2.c) = 9b2891d1ce62affb694ac11b2386115799ed6fa9 SHA1 (patch-src_od-fs_bsdsocket__posix.cpp) = 78ecdd2efe903fdebfb0e144a4fc775296b73048 |