pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators mgba: Update to 0.8.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e4d31db11c0a
branches:  trunk
changeset: 423441:e4d31db11c0a
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Feb 18 13:29:48 2020 +0000

description:
mgba: Update to 0.8.1

0.8.1: (2020-02-16)
Emulation fixes:
 - GB Serialize: Fix timing bug loading channel 4 timing
 - GBA: Fix multiboot entry point while skipping BIOS
 - GBA BIOS: Fix undefined instruction HLE behavior
 - GBA DMA: Fix invalid audio DMA parameters
 - GBA Memory: Misaligned SRAM writes are ignored
 - GBA Serialize: Fix serializing DMA transfer register
 - GBA Serialize: Fix audio DMA timing deserialization
 - GBA Video: Fix OAM not invalidating after reset (fixes mgba.io/i/1630)
 - GBA Video: Fix backdrop blending on lines without sprites (fixes mgba.io/i/1647)
 - GBA Video: Fix OpenGL sprite flag priority
Other fixes:
 - Core: Fix race condition initializing thread proxy
 - Core: Fix integer overflow in ELF loading
 - FFmpeg: Fix crash when -strict -2 is needed for vcodec or container
 - FFmpeg: Disallow recording video with no audio nor video
 - GBA: Automatically skip BIOS for multiboot ROMs
 - Qt: Only dynamically reset video scale if a game is running
 - Qt: Fix race condition with proxied video events
 - Qt: Fix color selection in asset view (fixes mgba.io/i/1648)
 - Qt: Fix missing OSD messages
 - Qt: Fix crash unloading shaders
 - Qt: Fix toggled actions on gamepads (fixes mgba.io/i/1650)
 - Qt: Fix extraneous dialog (fixes mgba.io/i/1654)
 - Qt: Fix window title not updating after shutting down game
 - Qt: Fix GIF view not allowing manual filename entry
 - Qt: Fix non-GB build (fixes mgba.io/i/1664)
 - Qt: Fix pausing Qt Multimedia audio (fixes mgba.io/i/1643)
 - Qt: Fix invalid names for modifier keys (fixes mgba.io/i/525)
 - SDL: Refresh stale pointers after adding a joystick (fixes mgba.io/i/1622)
 - Util: Fix crash reading invalid ELFs
 - VFS: Fix handle leak when double-mapping (fixes mgba.io/i/1659)
Misc:
 - FFmpeg: Add more presets
 - Qt: Fix non-SDL build (fixes mgba.io/i/1656)
 - SDL: Use DirectSound audio driver by default on Windows
 - Switch: Make OpenGL scale adjustable while running

diffstat:

 emulators/libretro-mgba/Makefile |   4 ++--
 emulators/libretro-mgba/distinfo |  10 +++++-----
 emulators/mgba/Makefile          |   4 ++--
 emulators/mgba/PLIST             |   3 ++-
 emulators/mgba/distinfo          |  10 +++++-----
 5 files changed, 16 insertions(+), 15 deletions(-)

diffs (77 lines):

diff -r 36d6c24d4a87 -r e4d31db11c0a emulators/libretro-mgba/Makefile
--- a/emulators/libretro-mgba/Makefile  Tue Feb 18 13:21:49 2020 +0000
+++ b/emulators/libretro-mgba/Makefile  Tue Feb 18 13:29:48 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2020/01/26 12:59:20 nia Exp $
+# $NetBSD: Makefile,v 1.9 2020/02/18 13:29:48 nia Exp $
 
-DISTNAME=      mgba-0.8.0
+DISTNAME=      mgba-0.8.1
 PKGNAME=       libretro-${DISTNAME}
 CATEGORIES=    emulators
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=mgba-emu/}
diff -r 36d6c24d4a87 -r e4d31db11c0a emulators/libretro-mgba/distinfo
--- a/emulators/libretro-mgba/distinfo  Tue Feb 18 13:21:49 2020 +0000
+++ b/emulators/libretro-mgba/distinfo  Tue Feb 18 13:29:48 2020 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.7 2020/01/26 12:59:20 nia Exp $
+$NetBSD: distinfo,v 1.8 2020/02/18 13:29:48 nia Exp $
 
-SHA1 (mgba-0.8.0.tar.gz) = b7d03be1715f6e14de1c748357171e72e78d7181
-RMD160 (mgba-0.8.0.tar.gz) = 24e8f0a8513872cf0162f47bbc6fd1ef03a6660e
-SHA512 (mgba-0.8.0.tar.gz) = 47a267f7998535bbbe1fafb6e2a4d708bdafe9601f7bd50f16f37d79d78a991d49d360a2a571fc6b09ddd21450244a8c0bc37aa08d5e38b4896c25cc6f615bb2
-Size (mgba-0.8.0.tar.gz) = 11797469 bytes
+SHA1 (mgba-0.8.1.tar.gz) = b22963764f7213ec0e599cf1504973f5655c92a7
+RMD160 (mgba-0.8.1.tar.gz) = bb2a05688cbd1965c670b18f162675adcf7acc2b
+SHA512 (mgba-0.8.1.tar.gz) = 7873bde6a74e8a1509a3b5bba602da1c747ca1eff72adcf11f7b2572298d94766570fea0b920cb28c8b63a7d8237a15876b9feb9169edbf331b2d72f340734e2
+Size (mgba-0.8.1.tar.gz) = 11893993 bytes
 SHA1 (patch-CMakeLists.txt) = 24514d9f72b86dd91a4ee7116f446fd0aae68475
 SHA1 (patch-include_mgba-util_math.h) = 448ca1bb3bbe2812e7d9482917c488ddcf3b48f0
 SHA1 (patch-version.cmake) = 7d6d44febe7bb0ff2231452f037def7cb3782e21
diff -r 36d6c24d4a87 -r e4d31db11c0a emulators/mgba/Makefile
--- a/emulators/mgba/Makefile   Tue Feb 18 13:21:49 2020 +0000
+++ b/emulators/mgba/Makefile   Tue Feb 18 13:29:48 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2020/01/25 19:26:18 nia Exp $
+# $NetBSD: Makefile,v 1.10 2020/02/18 13:29:48 nia Exp $
 
-DISTNAME=      mgba-0.8.0
+DISTNAME=      mgba-0.8.1
 CATEGORIES=    emulators
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=mgba-emu/}
 
diff -r 36d6c24d4a87 -r e4d31db11c0a emulators/mgba/PLIST
--- a/emulators/mgba/PLIST      Tue Feb 18 13:21:49 2020 +0000
+++ b/emulators/mgba/PLIST      Tue Feb 18 13:29:48 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2020/01/25 19:26:18 nia Exp $
+@comment $NetBSD: PLIST,v 1.5 2020/02/18 13:29:48 nia Exp $
 bin/mgba
 ${PLIST.qt}bin/mgba-qt
 include/mgba-util/arm-algo.h
@@ -143,6 +143,7 @@
 include/mgba/internal/sm83/emitter-sm83.h
 include/mgba/internal/sm83/isa-sm83.h
 include/mgba/internal/sm83/sm83.h
+lib/libmgba.so
 lib/libmgba.so.0.8
 lib/libmgba.so.${PKGVERSION}
 ${PLIST.qt}man/man6/mgba-qt.6
diff -r 36d6c24d4a87 -r e4d31db11c0a emulators/mgba/distinfo
--- a/emulators/mgba/distinfo   Tue Feb 18 13:21:49 2020 +0000
+++ b/emulators/mgba/distinfo   Tue Feb 18 13:29:48 2020 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.5 2020/01/25 19:26:18 nia Exp $
+$NetBSD: distinfo,v 1.6 2020/02/18 13:29:48 nia Exp $
 
-SHA1 (mgba-0.8.0.tar.gz) = b7d03be1715f6e14de1c748357171e72e78d7181
-RMD160 (mgba-0.8.0.tar.gz) = 24e8f0a8513872cf0162f47bbc6fd1ef03a6660e
-SHA512 (mgba-0.8.0.tar.gz) = 47a267f7998535bbbe1fafb6e2a4d708bdafe9601f7bd50f16f37d79d78a991d49d360a2a571fc6b09ddd21450244a8c0bc37aa08d5e38b4896c25cc6f615bb2
-Size (mgba-0.8.0.tar.gz) = 11797469 bytes
+SHA1 (mgba-0.8.1.tar.gz) = b22963764f7213ec0e599cf1504973f5655c92a7
+RMD160 (mgba-0.8.1.tar.gz) = bb2a05688cbd1965c670b18f162675adcf7acc2b
+SHA512 (mgba-0.8.1.tar.gz) = 7873bde6a74e8a1509a3b5bba602da1c747ca1eff72adcf11f7b2572298d94766570fea0b920cb28c8b63a7d8237a15876b9feb9169edbf331b2d72f340734e2
+Size (mgba-0.8.1.tar.gz) = 11893993 bytes
 SHA1 (patch-CMakeLists.txt) = 025f67fa8cabfcbb7a2e1761e3352f23df5068f8
 SHA1 (patch-include_mgba-util_math.h) = 448ca1bb3bbe2812e7d9482917c488ddcf3b48f0
 SHA1 (patch-include_mgba-util_platform_posix_threading.h) = deabb02eda72a4682ad84f263982eb6f8db4699b



Home | Main Index | Thread Index | Old Index