pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/emulators/fuse-emulator
Module Name: pkgsrc
Committed By: adam
Date: Thu Mar 26 13:34:39 UTC 2026
Modified Files:
pkgsrc/emulators/fuse-emulator: Makefile distinfo options.mk
Log Message:
fuse-emulator: updated to 1.7.0
1.7.0
Add Currah μSpeech emulation
Improve emulation accuracy and performance, including faster emulated memory reads and more accurate AM29F010B flash ROM handling
Improve EDSK disk image handling, fixing multiple loading and formatting issues
Fix the uPD765 FDC SCAN bug, allowing formatting on CP/M Plus and Fuzix
Improve TTX2000S teletext handling and Spectranet socket interrupt behaviour
GTK UI: fix deleted-file binary loads, toolbar icon display, deprecated keymap API usage and a tape browser memory leak
WidgetUI: rearrange AY registers and Z80 flags in the debugger
Win32 UI: fix multiple monitor handling and unwanted title bar maximising
Add support for loading .S snapshot files
Various minor bugfixes and cleanups
To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 pkgsrc/emulators/fuse-emulator/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/emulators/fuse-emulator/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/emulators/fuse-emulator/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/emulators/fuse-emulator/Makefile
diff -u pkgsrc/emulators/fuse-emulator/Makefile:1.66 pkgsrc/emulators/fuse-emulator/Makefile:1.67
--- pkgsrc/emulators/fuse-emulator/Makefile:1.66 Tue Jan 27 08:39:23 2026
+++ pkgsrc/emulators/fuse-emulator/Makefile Thu Mar 26 13:34:39 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.66 2026/01/27 08:39:23 wiz Exp $
+# $NetBSD: Makefile,v 1.67 2026/03/26 13:34:39 adam Exp $
-DISTNAME= fuse-1.6.0
+DISTNAME= fuse-1.7.0
PKGNAME= ${DISTNAME:S/fuse/fuse-emulator/}
-PKGREVISION= 30
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fuse-emulator/}
Index: pkgsrc/emulators/fuse-emulator/distinfo
diff -u pkgsrc/emulators/fuse-emulator/distinfo:1.17 pkgsrc/emulators/fuse-emulator/distinfo:1.18
--- pkgsrc/emulators/fuse-emulator/distinfo:1.17 Tue Oct 26 10:23:50 2021
+++ pkgsrc/emulators/fuse-emulator/distinfo Thu Mar 26 13:34:39 2026
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.17 2021/10/26 10:23:50 nia Exp $
+$NetBSD: distinfo,v 1.18 2026/03/26 13:34:39 adam Exp $
-BLAKE2s (fuse-1.6.0.tar.gz) = dbdf938f3a46891d1d8de724ec7530174530cd70c4d4984fb24ebeed77457cfc
-SHA512 (fuse-1.6.0.tar.gz) = 5096b24b5b3d812942a7ad401b886b6a99f5493686912cb4aff18ede65404ae97a9bcafa6337aaed4378382f2a170918797d7d4570bb809476be5aa9fc625b8b
-Size (fuse-1.6.0.tar.gz) = 1686171 bytes
+BLAKE2s (fuse-1.7.0.tar.gz) = d2643c1c3d1d4ca057c96b6fa276fccc5c7276713d5d86fb9bf82145589899a3
+SHA512 (fuse-1.7.0.tar.gz) = 9903773fd9ced1e36f4b0720201f721f9a3b7876a4d11ada95ffa328ec5bd166dc37c09818e7d96de3c45e5f26d074f4b072a1db6dd0786470dc9fbbb3483084
+Size (fuse-1.7.0.tar.gz) = 1742469 bytes
SHA1 (patch-sound_coreaudiosound.c) = e293cd00d9466af4e49a7c0a1cb9b535aebf6f4d
SHA1 (patch-sound_osssound.c) = e83d80c984592b4e52faccbea35cdc9b54b71933
Index: pkgsrc/emulators/fuse-emulator/options.mk
diff -u pkgsrc/emulators/fuse-emulator/options.mk:1.3 pkgsrc/emulators/fuse-emulator/options.mk:1.4
--- pkgsrc/emulators/fuse-emulator/options.mk:1.3 Sun Dec 10 15:51:04 2017
+++ pkgsrc/emulators/fuse-emulator/options.mk Thu Mar 26 13:34:39 2026
@@ -1,8 +1,10 @@
-# $NetBSD: options.mk,v 1.3 2017/12/10 15:51:04 adam Exp $
+# $NetBSD: options.mk,v 1.4 2026/03/26 13:34:39 adam Exp $
-PKG_OPTIONS_VAR= PKG_OPTIONS.fuse
-PKG_SUPPORTED_OPTIONS= gtk sdl
-PKG_SUGGESTED_OPTIONS= gtk
+PKG_OPTIONS_VAR= PKG_OPTIONS.fuse
+PKG_SUPPORTED_OPTIONS= # empty
+PKG_OPTIONS_OPTIONAL_GROUPS= gui
+PKG_OPTIONS_GROUP.gui= gtk sdl
+PKG_SUGGESTED_OPTIONS= gtk
.include "../../mk/bsd.options.mk"
Home |
Main Index |
Thread Index |
Old Index