Date: Wed, 11 Dec 2024 17:34:03 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e8fd0c082035 - main - emulators/mgba: update to 0.10.4 Message-ID: <202412111734.4BBHY30i028853@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=e8fd0c082035a4abc41a63015c28d9196a19f7ab commit e8fd0c082035a4abc41a63015c28d9196a19f7ab Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2024-12-08 09:12:16 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2024-12-11 17:28:52 +0000 emulators/mgba: update to 0.10.4 Emulation fixes: - GB Audio: Fix audio envelope timing resetting too often (fixes mgba.io/i/3164) - GB I/O: Fix STAT writing IRQ trigger conditions (fixes mgba.io/i/2501) - GBA GPIO: Fix gyro read-out start (fixes mgba.io/i/3141) - GBA I/O: Fix HALTCNT access behavior (fixes mgba.io/i/2309) - GBA I/O: Fix audio register 8-bit write behavior (fixes mgba.io/i/3086) - GBA Serialize: Properly restore GPIO register state (fixes mgba.io/i/3294) - GBA SIO: Fix MULTI mode SIOCNT bit 7 writes on secondary GBAs (fixes mgba.io/i/3110) Other fixes: - Core: Fix patch autoloading leaking the file handle - GB: Fix uninitialized save data when loading undersized temporary saves - GB, GBA Core: Fix memory leak if reloading debug symbols - GB Serialize: Prevent loading invalid states where LY >= 144 in modes other than 1 - GBA Audio: Fix crash if audio FIFOs and timers get out of sync - GBA Audio: Fix crash in audio subsampling if timing lockstep breaks - GBA Core: Fix loading symbols from ELF files if the file doesn't end with .elf - GBA Memory: Let raw access read high MMIO addresses - Qt: Fix crash when applying changes to GB I/O registers in I/O view - Qt: Fix LCDC background priority/enable bit being mis-mapped in I/O view - Qt: Fix saving named states breaking when screenshot states disabled (fixes mgba.io/i/3320) - Qt: Fix potential crash on Wayland with OpenGL (fixes mgba.io/i/3276) - Qt: Fix installer updates if a version number is in the filename (fixes mgba.io/i/3109) - Updater: Fix updating appimage across filesystems Misc: - Qt: Make window corners square on Windows 11 (fixes mgba.io/i/3285) - Switch: Add bilinear filtering option (closes mgba.io/i/3111) - Vita: Add imc0 and xmc0 mount point support --- emulators/mgba/Makefile | 2 +- emulators/mgba/distinfo | 6 +++--- emulators/mgba/pkg-plist | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/emulators/mgba/Makefile b/emulators/mgba/Makefile index 82feb678b764..1f4e3331d294 100644 --- a/emulators/mgba/Makefile +++ b/emulators/mgba/Makefile @@ -1,5 +1,5 @@ PORTNAME= mgba -DISTVERSION= 0.10.3 +DISTVERSION= 0.10.4 CATEGORIES= emulators MAINTAINER= pkubaj@FreeBSD.org diff --git a/emulators/mgba/distinfo b/emulators/mgba/distinfo index 5d1e4a7b023d..b4b7fc69e98d 100644 --- a/emulators/mgba/distinfo +++ b/emulators/mgba/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1704819662 -SHA256 (mgba-emu-mgba-0.10.3_GH0.tar.gz) = be2cda7de3da8819fdab0c659c5cd4c4b8ca89d9ecddeeeef522db6d31a64143 -SIZE (mgba-emu-mgba-0.10.3_GH0.tar.gz) = 14350721 +TIMESTAMP = 1733648593 +SHA256 (mgba-emu-mgba-0.10.4_GH0.tar.gz) = f85eeb8f78f847f5217a87bd5e2d6c1214b461ffd4ec129cc656162ab707cb24 +SIZE (mgba-emu-mgba-0.10.4_GH0.tar.gz) = 14355132 diff --git a/emulators/mgba/pkg-plist b/emulators/mgba/pkg-plist index 31414e9c8cce..3e0038ea30b2 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.3 +lib/libmgba.so.0.10.4 %%LIBRETRO%%lib/libretro/mgba_libretro.so %%QT5%%share/applications/io.mgba.mGBA.desktop %%PORTDOCS%%%%DOCSDIR%%/CHANGES
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412111734.4BBHY30i028853>