pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/emulators
Module Name: pkgsrc
Committed By: nia
Date: Wed Aug 7 22:02:48 UTC 2024
Modified Files:
pkgsrc/emulators/mgba: Makefile Makefile.common distinfo
pkgsrc/emulators/mgba-qt: Makefile
Removed Files:
pkgsrc/emulators/mgba/patches: patch-src_script_socket.c
Log Message:
[libretro-]mgba[-qt]: Update to 0.10.3
0.10.3: (2024-01-07)
Emulation fixes:
- ARM: Remove obsolete force-alignment in `bx pc` (fixes mgba.io/i/2964)
- ARM: Fake bpkt instruction should take no cycles (fixes mgba.io/i/2551)
- GB Audio: Fix channels 1/2 staying muted if restarted after long silence
- GB Audio: Fix channel 1 restarting if sweep applies after stop (fixes mgba.io/i/2965)
- GB Audio: Fix restarting envelope when writing to register (fixes mgba.io/i/3067)
- GB Audio: Improve "zombie mode" emulation in CGB mode (fixes mgba.io/i/2029)
- GB I/O: Read back proper SVBK value after writing 0 (fixes mgba.io/i/2921)
- GB SIO: Disabling SIO should cancel pending transfers (fixes mgba.io/i/2537)
- GBA Audio: Fix sample timing drifting when changing sample interval
- GBA Audio: Fix initial channel 3 wave RAM (fixes mgba.io/i/2947)
- GBA Audio: Fix sample position issues when rate changes (fixes mgba.io/i/3006)
- GBA GPIO: Fix tilt scale and orientation (fixes mgba.io/i/2703)
- GBA BIOS: Fix clobbering registers with word-sized CpuSet
- GBA SIO: Fix normal mode SI/SO semantics (fixes mgba.io/i/2925)
Other fixes:
- GB: Fix applying a patch that changes the cartridge mapper (fixes mgba.io/i/3077)
- GBA Savedata: Fix crash when resizing flash save games for RTC data
- mGUI: Fix cases where an older save state screenshot would be shown (fixes mgba.io/i/2183)
- Qt: Re-enable sync for multiplayer windows that aren't connected (fixes mgba.io/i/2974)
- Qt: Fix mute settings not being loaded on setting screen (fixes mgba.io/i/2990)
- Qt: Fix screen freezing on macOS after closing save state window (fixes mgba.io/i/2885)
Misc:
- mGUI: Persist fast forwarding after closing menu (fixes mgba.io/i/2414)
- Qt: Add exporting of SAV + RTC saves from Save Converter to strip RTC data
- VFS: Use anonymousMemoryMap for large 7z allocations (fixes mgba.io/i/3013)
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/emulators/mgba/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/emulators/mgba/Makefile.common
cvs rdiff -u -r1.21 -r1.22 pkgsrc/emulators/mgba/distinfo
cvs rdiff -u -r1.18 -r1.19 pkgsrc/emulators/mgba-qt/Makefile
cvs rdiff -u -r1.1 -r0 \
pkgsrc/emulators/mgba/patches/patch-src_script_socket.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/emulators/mgba/Makefile
diff -u pkgsrc/emulators/mgba/Makefile:1.48 pkgsrc/emulators/mgba/Makefile:1.49
--- pkgsrc/emulators/mgba/Makefile:1.48 Wed May 29 16:32:26 2024
+++ pkgsrc/emulators/mgba/Makefile Wed Aug 7 22:02:48 2024
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.48 2024/05/29 16:32:26 adam Exp $
+# $NetBSD: Makefile,v 1.49 2024/08/07 22:02:48 nia Exp $
-PKGREVISION= 4
.include "Makefile.common"
COMMENT= Emulator for running Game Boy Advance games (CLI version)
Index: pkgsrc/emulators/mgba/Makefile.common
diff -u pkgsrc/emulators/mgba/Makefile.common:1.3 pkgsrc/emulators/mgba/Makefile.common:1.4
--- pkgsrc/emulators/mgba/Makefile.common:1.3 Sun Nov 19 22:56:12 2023
+++ pkgsrc/emulators/mgba/Makefile.common Wed Aug 7 22:02:48 2024
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile.common,v 1.3 2023/11/19 22:56:12 nia Exp $
+# $NetBSD: Makefile.common,v 1.4 2024/08/07 22:02:48 nia Exp $
# used by emulators/libretro-mgba/Makefile
# used by emulators/mgba/Makefile
# used by emulators/mgba-qt/Makefile
-DISTNAME= mgba-0.10.2
+DISTNAME= mgba-0.10.3
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_GITHUB:=mgba-emu/}
Index: pkgsrc/emulators/mgba/distinfo
diff -u pkgsrc/emulators/mgba/distinfo:1.21 pkgsrc/emulators/mgba/distinfo:1.22
--- pkgsrc/emulators/mgba/distinfo:1.21 Sun Nov 19 22:56:12 2023
+++ pkgsrc/emulators/mgba/distinfo Wed Aug 7 22:02:48 2024
@@ -1,9 +1,8 @@
-$NetBSD: distinfo,v 1.21 2023/11/19 22:56:12 nia Exp $
+$NetBSD: distinfo,v 1.22 2024/08/07 22:02:48 nia Exp $
-BLAKE2s (mgba-0.10.2.tar.gz) = 0d44a02d67fc3767ede8a07b55f193a6d8571c4dd692db4493c6da488d43d641
-SHA512 (mgba-0.10.2.tar.gz) = 4063cde6dee9cc07025fa997e401ddd4b28240a9e53cee571ef8aec65cb6cf56b821f0020af1cf00d4f97353efbd4dc39ccd55bc6a3bdf0448ee34736bfd6499
-Size (mgba-0.10.2.tar.gz) = 14323388 bytes
+BLAKE2s (mgba-0.10.3.tar.gz) = e031a109a2d591105760cc42539b75c8250f4a36c85fa2d763366256ba2c7a81
+SHA512 (mgba-0.10.3.tar.gz) = de92725a18f00ec8645a75cf434a667bfc5aba954d0ae8be188241371a4a310214123be2cec13d20dbff4f660b401364efb51c43c7bdc24eea40454949062a52
+Size (mgba-0.10.3.tar.gz) = 14350721 bytes
SHA1 (patch-CMakeLists.txt) = dfb3237446bd0fa1ddcb4b18a2a1d2cef5766c56
SHA1 (patch-src_platform_qt_CMakeLists.txt) = 052c533d8df271eb623efec1ec6639da4bea1983
SHA1 (patch-src_platform_qt_ConfigController.cpp) = 45b5a0aac879905a1471c172c5f23bef9ab33723
-SHA1 (patch-src_script_socket.c) = eca5406afe566ef01f84d35c9db01f3307646644
Index: pkgsrc/emulators/mgba-qt/Makefile
diff -u pkgsrc/emulators/mgba-qt/Makefile:1.18 pkgsrc/emulators/mgba-qt/Makefile:1.19
--- pkgsrc/emulators/mgba-qt/Makefile:1.18 Wed May 29 16:32:27 2024
+++ pkgsrc/emulators/mgba-qt/Makefile Wed Aug 7 22:02:48 2024
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.18 2024/05/29 16:32:27 adam Exp $
+# $NetBSD: Makefile,v 1.19 2024/08/07 22:02:48 nia Exp $
-PKGREVISION= 5
.include "${.CURDIR}/../../emulators/mgba/Makefile.common"
PKGNAME= ${DISTNAME:S/mgba-/mgba-qt-/g}
Home |
Main Index |
Thread Index |
Old Index