pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/sameboy sameboy: Update to 0.15.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/786b1662a92b
branches:  trunk
changeset: 384860:786b1662a92b
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Sep 06 15:42:00 2022 +0000

description:
sameboy: Update to 0.15.5

Version 0.15.5

   This version is backwards compatible with save states from SameBoy 0.14.3
   and newer, as well as save states from any BESS compliant emulator

  New/Improved Features

     * Both frontends now include links to the debugger documentation and to
       the GitHub Sponsors page

  Accuracy Improvements/Fixes

     * Fixed a bug where certain color correction modes were desaturating
       colors in an unbalanced manner
     * Accurate emulation of the first-frame-behavior while emulating the
       Game Boy Color and Game Boy Advance; fixes white flashes while playing
       games developed by THQ
     * More accurate emulation of the square channels sample repeat glitch,
       fixing certain audio pops in LSDj and various games while using a
       vibrato effect

  Bug Fixes

     * Fixed a bug where MBC state was not properly reset, fixing bugs
       resulting in some games not booting correctly if they were loaded
       after certain other games in the SDL frontend, libretro, and other
       3rd-party frontends

  Misc Internal Changes

     * New memory management APIs for better integration of SameBoy as a
       library

diffstat:

 emulators/sameboy/Makefile        |  3 +--
 emulators/sameboy/Makefile.common |  4 ++--
 emulators/sameboy/distinfo        |  8 ++++----
 3 files changed, 7 insertions(+), 8 deletions(-)

diffs (39 lines):

diff -r 7fc7ee2d7163 -r 786b1662a92b emulators/sameboy/Makefile
--- a/emulators/sameboy/Makefile        Tue Sep 06 15:39:20 2022 +0000
+++ b/emulators/sameboy/Makefile        Tue Sep 06 15:42:00 2022 +0000
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.15 2022/08/11 05:08:20 gutteridge Exp $
+# $NetBSD: Makefile,v 1.16 2022/09/06 15:42:00 nia Exp $
 
-PKGREVISION= 1
 .include "Makefile.common"
 
 MAINTAINER=    nia%NetBSD.org@localhost
diff -r 7fc7ee2d7163 -r 786b1662a92b emulators/sameboy/Makefile.common
--- a/emulators/sameboy/Makefile.common Tue Sep 06 15:39:20 2022 +0000
+++ b/emulators/sameboy/Makefile.common Tue Sep 06 15:42:00 2022 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.17 2022/08/03 16:23:36 nia Exp $
+# $NetBSD: Makefile.common,v 1.18 2022/09/06 15:42:00 nia Exp $
 # used by emulators/sameboy/Makefile
 # used by emulators/libretro-sameboy/Makefile
 
-DISTNAME=      sameboy-0.15.4
+DISTNAME=      sameboy-0.15.5
 CATEGORIES=    emulators
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=LIJI32/}
 GITHUB_PROJECT=        SameBoy
diff -r 7fc7ee2d7163 -r 786b1662a92b emulators/sameboy/distinfo
--- a/emulators/sameboy/distinfo        Tue Sep 06 15:39:20 2022 +0000
+++ b/emulators/sameboy/distinfo        Tue Sep 06 15:42:00 2022 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2022/08/03 16:23:36 nia Exp $
+$NetBSD: distinfo,v 1.18 2022/09/06 15:42:00 nia Exp $
 
-BLAKE2s (sameboy-0.15.4.tar.gz) = 246c0414b6489465bd6b7d46a13c6659bbf145ae8ffb9cd129a7cff89182d36a
-SHA512 (sameboy-0.15.4.tar.gz) = a9a9f056f302dd130fbc31ca5a5824b9863c0d3df8cdb650e8a2035adf78c2d1f2a6ecce4903968a45ca98bc3e668118fe552ae9b8ff28cd307cbdbf3359c41b
-Size (sameboy-0.15.4.tar.gz) = 3096947 bytes
+BLAKE2s (sameboy-0.15.5.tar.gz) = 07655dbcd4729beed0d2dabb60494037eae9fe188eee68670843cd71e263020a
+SHA512 (sameboy-0.15.5.tar.gz) = 5fb24d296f183b8a844a8400a347b71b5ea81e8504b1a3685b011d311b0a1058969cdaf6636e8068831e5f87e5183fefbc3080ac85d718b2ad72c6eb4ed140fd
+Size (sameboy-0.15.5.tar.gz) = 3097623 bytes
 SHA1 (patch-Core_gb.c) = 3945b96fcfa2047213e34a398b2e18b89057fdab



Home | Main Index | Thread Index | Old Index