From 70bb127a5d5ce1f4ee484d57ceee8f2d9322ef6c Mon Sep 17 00:00:00 2001 From: Gian-Simon Purkert Date: Tue, 26 Oct 2021 13:24:37 +0200 Subject: emulators/fs-uae: Update to 3.1.35 Changelog: 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]. PR: 259335 Approved by: sirdice (maintainer) --- emulators/fs-uae/Makefile | 3 +-- emulators/fs-uae/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/emulators/fs-uae/Makefile b/emulators/fs-uae/Makefile index b643d9ffdaa8..2f15f907a4c8 100644 --- a/emulators/fs-uae/Makefile +++ b/emulators/fs-uae/Makefile @@ -1,8 +1,7 @@ # Created by: Danilo Egea Gondolfo PORTNAME= fs-uae -PORTVERSION= 3.0.5 -PORTREVISION= 2 +PORTVERSION= 3.1.35 CATEGORIES= emulators MASTER_SITES= http://fs-uae.net/stable/${PORTVERSION}/ diff --git a/emulators/fs-uae/distinfo b/emulators/fs-uae/distinfo index fe3816fd9ec3..c296a038da1e 100644 --- a/emulators/fs-uae/distinfo +++ b/emulators/fs-uae/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1589753710 -SHA256 (fs-uae-3.0.5.tar.gz) = f26ec42e03cf1a7b53b6ce0d9845aa45bbf472089b5ec046b3eb784ec6859fe3 -SIZE (fs-uae-3.0.5.tar.gz) = 4819884 +TIMESTAMP = 1634809576 +SHA256 (fs-uae-3.1.35.tar.gz) = f1c92d011d2fdc863b8424c10f68f13b89c0beaae4c5f845cc9b9e3895f21f31 +SIZE (fs-uae-3.1.35.tar.gz) = 4817547 -- cgit v1.2.3