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 Jun 25 12:40:47 UTC 2026
Modified Files:
pkgsrc/emulators/fuse-emulator: Makefile distinfo
Log Message:
fuse-emulator: updated to 1.9.0
1.9.0
* New features:
* Add NTSC TV and replace the PAL TV filters (derived from
snes_ntsc by Shay Green)
* Emulation core improvements:
* Tape traps: set the pulse level correctly after loading a ROM
block.
* TZX handling: don't ignore the embedded pause at the end of a
block.
* Release pressed keys after snapshot restore.
* UI improvements:
* GTK3: stop forcing X11 over Wayland (Alberto Garcia).
* SDL2: use layout-aware key mapping in keyboard handling
(Fredrick Meunier).
* SDL2: correct the Options-level fullscreen toggle (thanks,
Blerkotron) (Fredrick Meunier).
* SDL2: fix tape icon placement on Timex machines (Fredrick
Meunier).
* Win32: improve graphics update performance by writing directly
into window DIB (Fredrick Meunier).
* Debugger improvements:
* Add modulo (%) and bit-shift (<<, >>) operators to the expression
evaluator (Fredrick Meunier).
* Deprecated features removed:
* Remove support for libjsw.
* Miscellaneous improvements:
* Rework SDL detection in configure.ac (Alberto Garcia).
* Update SourceForge HTTP URLs to HTTPS (Fredrick Meunier).
* desktop file: include EXEEXT in the Exec field (Alberto Garcia).
* desktop file: set the GTK category only in GTK builds (Alberto
Garcia).
* Fix an error in the manpage (Alberto Garcia).
* Advance the ALSA buffer pointer after partial writes to improve
sound output handling (Fredrick Meunier).
* Testing improvements:
* Add unit tests for the expression evaluator (Fredrick Meunier).
* Expand disassembler test coverage for unprefixed, CB, ED, DD/FD
and undocumented DDCB/FDCB opcodes (Fredrick Meunier).
* Add unit tests for keyboard_read and
keyboard_simulate_keypress (Fredrick Meunier).
* Add unit test coverage for SDL2 scaler selection and joystick
boundary cases (Fredrick Meunier).
* Add unit test coverage for rectangle reallocation and
MEMPOOL_UNTRACKED handling (Fredrick Meunier).
* Various other minor bugfixes.
To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 pkgsrc/emulators/fuse-emulator/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/emulators/fuse-emulator/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/fuse-emulator/Makefile
diff -u pkgsrc/emulators/fuse-emulator/Makefile:1.69 pkgsrc/emulators/fuse-emulator/Makefile:1.70
--- pkgsrc/emulators/fuse-emulator/Makefile:1.69 Thu Jun 11 07:16:56 2026
+++ pkgsrc/emulators/fuse-emulator/Makefile Thu Jun 25 12:40:46 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.69 2026/06/11 07:16:56 wiz Exp $
+# $NetBSD: Makefile,v 1.70 2026/06/25 12:40:46 adam Exp $
-DISTNAME= fuse-1.8.0
+DISTNAME= fuse-1.9.0
PKGNAME= ${DISTNAME:S/fuse/fuse-emulator/}
-PKGREVISION= 1
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fuse-emulator/}
Index: pkgsrc/emulators/fuse-emulator/distinfo
diff -u pkgsrc/emulators/fuse-emulator/distinfo:1.19 pkgsrc/emulators/fuse-emulator/distinfo:1.20
--- pkgsrc/emulators/fuse-emulator/distinfo:1.19 Tue May 19 12:58:01 2026
+++ pkgsrc/emulators/fuse-emulator/distinfo Thu Jun 25 12:40:46 2026
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.19 2026/05/19 12:58:01 adam Exp $
+$NetBSD: distinfo,v 1.20 2026/06/25 12:40:46 adam Exp $
-BLAKE2s (fuse-1.8.0.tar.gz) = c0a7e74193dd5a77c2721239a962de6509f16d03bd3ff60cc834251e40603e31
-SHA512 (fuse-1.8.0.tar.gz) = 41329db375acd0bbe9d68445066d2f1b11cc82a803d035e37aff9a0d36ecdf8b62089f2dd0510a6e4a8af4932f9cdacb4b994a9e21bae983626a57cb0bd4261e
-Size (fuse-1.8.0.tar.gz) = 1780185 bytes
+BLAKE2s (fuse-1.9.0.tar.gz) = 5fbb2f67e8c065f5b001f4a62db60b594b7f077c85c04356a7f9f0af7f239488
+SHA512 (fuse-1.9.0.tar.gz) = cbcdcb1e56b1ef18c992c0f1c038a713b22f2cd8c415e1f99b8f6378eff17ffbfa9dbd45edc70c05386dcc5778c88327ce5a17612f7b13138882052d66c1e105
+Size (fuse-1.9.0.tar.gz) = 1809321 bytes
SHA1 (patch-sound_coreaudiosound.c) = e293cd00d9466af4e49a7c0a1cb9b535aebf6f4d
SHA1 (patch-sound_osssound.c) = e83d80c984592b4e52faccbea35cdc9b54b71933
Home |
Main Index |
Thread Index |
Old Index