pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/emulators/fs-uae



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Sep 29 09:24:01 UTC 2022

Modified Files:
        pkgsrc/emulators/fs-uae: Makefile distinfo

Log Message:
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].


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/emulators/fs-uae/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/emulators/fs-uae/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/emulators/fs-uae/Makefile
diff -u pkgsrc/emulators/fs-uae/Makefile:1.22 pkgsrc/emulators/fs-uae/Makefile:1.23
--- pkgsrc/emulators/fs-uae/Makefile:1.22       Sun Sep 11 12:51:31 2022
+++ pkgsrc/emulators/fs-uae/Makefile    Thu Sep 29 09:24:00 2022
@@ -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@localhost
 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"

Index: pkgsrc/emulators/fs-uae/distinfo
diff -u pkgsrc/emulators/fs-uae/distinfo:1.8 pkgsrc/emulators/fs-uae/distinfo:1.9
--- pkgsrc/emulators/fs-uae/distinfo:1.8        Tue Oct 26 10:23:49 2021
+++ pkgsrc/emulators/fs-uae/distinfo    Thu Sep 29 09:24:00 2022
@@ -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



Home | Main Index | Thread Index | Old Index