pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators [libretro-]mgba: update to 0.9.3
details: https://anonhg.NetBSD.org/pkgsrc/rev/c8c6f7d9932b
branches: trunk
changeset: 771544:c8c6f7d9932b
user: nia <nia%pkgsrc.org@localhost>
date: Sun Dec 19 11:37:10 2021 +0000
description:
[libretro-]mgba: update to 0.9.3
0.9.3: (2021-12-17)
Emulation fixes:
- GB I/O: Fix incrementing SGB controller when P14 is low (fixes mgba.io/i/2202)
- GB Video: Render SGB border when unmasking with ATTR/PAL_SET (fixes mgba.io/i/2261)
- GBA SIO: Fix SI value for unattached MULTI mode
- GBA Video: Fix backdrop color if DISPCNT is first set to 0 (fixes mgba.io/i/2260)
- GBA Video: Don't iterate affine backgrounds when disabled
- GBA Video: Delay enabling backgrounds in bitmap modes (fixes mgba.io/i/1668)
Other fixes:
- ARM Decoder: Fix decoding of lsl r0 (fixes mgba.io/i/2349)
- FFmpeg: Don't attempt to use YUV 4:2:0 for lossless videos (fixes mgba.io/i/2084)
- GB Video: Fix memory leak when reseting SGB games
- GBA: Fix out of bounds ROM accesses on patched ROMs smaller than 32 MiB
- GBA: Fix maximum tile ID in caching for 256-color modes
- GBA Video: Fix cache updating with proxy and GL renderers
- Libretro: Fix crash when using Game Boy codes (fixes mgba.io/i/2281)
- mGUI: Fix crash if autosave file can't be opened (fixes mgba.io/i/2268)
- Qt: Remove potentially deadlocking optimization
- Qt: Fix corrupted savestate and fatal error text
- Qt: Fix sprite compositing when sprite tiles go out of bounds (fixes mgba.io/i/2348)
Misc:
- GBA I/O: Update KEYINPUT in internal I/O memory (fixes mgba.io/i/2235)
- SDL: Use SDL_JoystickRumble where available
diffstat:
emulators/libretro-mgba/Makefile | 4 ++--
emulators/libretro-mgba/distinfo | 8 ++++----
emulators/mgba/Makefile | 5 ++---
emulators/mgba/distinfo | 8 ++++----
4 files changed, 12 insertions(+), 13 deletions(-)
diffs (56 lines):
diff -r fa096ad73143 -r c8c6f7d9932b emulators/libretro-mgba/Makefile
--- a/emulators/libretro-mgba/Makefile Sun Dec 19 11:09:27 2021 +0000
+++ b/emulators/libretro-mgba/Makefile Sun Dec 19 11:37:10 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2021/11/28 11:34:15 nia Exp $
+# $NetBSD: Makefile,v 1.15 2021/12/19 11:37:10 nia Exp $
-DISTNAME= mgba-0.9.2
+DISTNAME= mgba-0.9.3
PKGNAME= libretro-${DISTNAME}
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_GITHUB:=mgba-emu/}
diff -r fa096ad73143 -r c8c6f7d9932b emulators/libretro-mgba/distinfo
--- a/emulators/libretro-mgba/distinfo Sun Dec 19 11:09:27 2021 +0000
+++ b/emulators/libretro-mgba/distinfo Sun Dec 19 11:37:10 2021 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.14 2021/11/28 11:34:15 nia Exp $
+$NetBSD: distinfo,v 1.15 2021/12/19 11:37:10 nia Exp $
-BLAKE2s (mgba-0.9.2.tar.gz) = 56f46f5d999ccc68138325fbe720b0eaadf4879dc56bf52ae60450a7b20a12ff
-SHA512 (mgba-0.9.2.tar.gz) = ea9868c104996c44a2fcfdf9d3f4d6177b853dec478ab7a2dd19a0f127b597a887150200bfbf14de593328217ff5493ca675bfcb4f0b2ee6a5097e0cdf0e2997
-Size (mgba-0.9.2.tar.gz) = 12761919 bytes
+BLAKE2s (mgba-0.9.3.tar.gz) = 30350fe928c3f3608895639b55739b92b7ffc879fb82f4bd29b95736871e6c50
+SHA512 (mgba-0.9.3.tar.gz) = da65b3c7ec32d732163f129c4fd38949ae2da2980beb3257bf6def5e35534a27b6d30309bb3c9a8d651642f99e1a45db7a8577c8dbf5472153d4551167471b3a
+Size (mgba-0.9.3.tar.gz) = 12763090 bytes
SHA1 (patch-CMakeLists.txt) = 61bb343f28a5031732b1a34157e1dca73bbddcd9
SHA1 (patch-include_mgba-util_math.h) = 83ef3284dd5674f30dc4dec8aefe721ce5939f56
diff -r fa096ad73143 -r c8c6f7d9932b emulators/mgba/Makefile
--- a/emulators/mgba/Makefile Sun Dec 19 11:09:27 2021 +0000
+++ b/emulators/mgba/Makefile Sun Dec 19 11:37:10 2021 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2021/12/08 16:04:17 adam Exp $
+# $NetBSD: Makefile,v 1.31 2021/12/19 11:37:10 nia Exp $
-DISTNAME= mgba-0.9.2
-PKGREVISION= 1
+DISTNAME= mgba-0.9.3
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_GITHUB:=mgba-emu/}
diff -r fa096ad73143 -r c8c6f7d9932b emulators/mgba/distinfo
--- a/emulators/mgba/distinfo Sun Dec 19 11:09:27 2021 +0000
+++ b/emulators/mgba/distinfo Sun Dec 19 11:37:10 2021 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.15 2021/11/28 11:34:14 nia Exp $
+$NetBSD: distinfo,v 1.16 2021/12/19 11:37:10 nia Exp $
-BLAKE2s (mgba-0.9.2.tar.gz) = 56f46f5d999ccc68138325fbe720b0eaadf4879dc56bf52ae60450a7b20a12ff
-SHA512 (mgba-0.9.2.tar.gz) = ea9868c104996c44a2fcfdf9d3f4d6177b853dec478ab7a2dd19a0f127b597a887150200bfbf14de593328217ff5493ca675bfcb4f0b2ee6a5097e0cdf0e2997
-Size (mgba-0.9.2.tar.gz) = 12761919 bytes
+BLAKE2s (mgba-0.9.3.tar.gz) = 30350fe928c3f3608895639b55739b92b7ffc879fb82f4bd29b95736871e6c50
+SHA512 (mgba-0.9.3.tar.gz) = da65b3c7ec32d732163f129c4fd38949ae2da2980beb3257bf6def5e35534a27b6d30309bb3c9a8d651642f99e1a45db7a8577c8dbf5472153d4551167471b3a
+Size (mgba-0.9.3.tar.gz) = 12763090 bytes
SHA1 (patch-CMakeLists.txt) = 61bb343f28a5031732b1a34157e1dca73bbddcd9
SHA1 (patch-include_mgba-util_math.h) = 83ef3284dd5674f30dc4dec8aefe721ce5939f56
SHA1 (patch-include_mgba-util_platform_posix_threading.h) = 87d25708f24f4f42b3da22d1f2da667d314ac9f5
Home |
Main Index |
Thread Index |
Old Index