pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/sameboy



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Sep  6 15:42:00 UTC 2022

Modified Files:
        pkgsrc/emulators/sameboy: Makefile Makefile.common distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/emulators/sameboy/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/emulators/sameboy/Makefile.common \
    pkgsrc/emulators/sameboy/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/emulators/sameboy/Makefile
diff -u pkgsrc/emulators/sameboy/Makefile:1.15 pkgsrc/emulators/sameboy/Makefile:1.16
--- pkgsrc/emulators/sameboy/Makefile:1.15      Thu Aug 11 05:08:20 2022
+++ pkgsrc/emulators/sameboy/Makefile   Tue Sep  6 15:42:00 2022
@@ -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

Index: pkgsrc/emulators/sameboy/Makefile.common
diff -u pkgsrc/emulators/sameboy/Makefile.common:1.17 pkgsrc/emulators/sameboy/Makefile.common:1.18
--- pkgsrc/emulators/sameboy/Makefile.common:1.17       Wed Aug  3 16:23:36 2022
+++ pkgsrc/emulators/sameboy/Makefile.common    Tue Sep  6 15:42:00 2022
@@ -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
Index: pkgsrc/emulators/sameboy/distinfo
diff -u pkgsrc/emulators/sameboy/distinfo:1.17 pkgsrc/emulators/sameboy/distinfo:1.18
--- pkgsrc/emulators/sameboy/distinfo:1.17      Wed Aug  3 16:23:36 2022
+++ pkgsrc/emulators/sameboy/distinfo   Tue Sep  6 15:42:00 2022
@@ -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