aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2024-01-09 21:02:11 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2024-01-10 09:47:08 +0000
commit8e273afc80b40e32679de71df32d9bc8308e7abb (patch)
treeb61949dafbd7325415768f5d765651de194f18e2
parent2a1ebaa4a81ec2b4d36bd5ed0c5f13a8268359b2 (diff)
downloadports-8e273afc80b40e32679de71df32d9bc8308e7abb.tar.gz
ports-8e273afc80b40e32679de71df32d9bc8308e7abb.zip
emulators/mgba: update to 0.10.3
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) - Vita: Fix camera setting not appearing (fixes mgba.io/i/3012) 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)
-rw-r--r--emulators/mgba/Makefile3
-rw-r--r--emulators/mgba/distinfo6
-rw-r--r--emulators/mgba/pkg-plist2
3 files changed, 5 insertions, 6 deletions
diff --git a/emulators/mgba/Makefile b/emulators/mgba/Makefile
index 87b7ff681e1b..82feb678b764 100644
--- a/emulators/mgba/Makefile
+++ b/emulators/mgba/Makefile
@@ -1,6 +1,5 @@
PORTNAME= mgba
-DISTVERSION= 0.10.2
-PORTREVISION= 4
+DISTVERSION= 0.10.3
CATEGORIES= emulators
MAINTAINER= pkubaj@FreeBSD.org
diff --git a/emulators/mgba/distinfo b/emulators/mgba/distinfo
index 488cf05cfa6b..5d1e4a7b023d 100644
--- a/emulators/mgba/distinfo
+++ b/emulators/mgba/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1682330471
-SHA256 (mgba-emu-mgba-0.10.2_GH0.tar.gz) = 60afef8fb79ba1f7be565b737bae73c6604a790391c737f291482a7422d675ae
-SIZE (mgba-emu-mgba-0.10.2_GH0.tar.gz) = 14323388
+TIMESTAMP = 1704819662
+SHA256 (mgba-emu-mgba-0.10.3_GH0.tar.gz) = be2cda7de3da8819fdab0c659c5cd4c4b8ca89d9ecddeeeef522db6d31a64143
+SIZE (mgba-emu-mgba-0.10.3_GH0.tar.gz) = 14350721
diff --git a/emulators/mgba/pkg-plist b/emulators/mgba/pkg-plist
index c719158a4898..31414e9c8cce 100644
--- a/emulators/mgba/pkg-plist
+++ b/emulators/mgba/pkg-plist
@@ -154,7 +154,7 @@ include/mgba/script/macros.h
include/mgba/script/types.h
lib/libmgba.so
lib/libmgba.so.0.10
-lib/libmgba.so.0.10.2
+lib/libmgba.so.0.10.3
%%LIBRETRO%%lib/libretro/mgba_libretro.so
%%QT5%%share/applications/io.mgba.mGBA.desktop
%%PORTDOCS%%%%DOCSDIR%%/CHANGES