pkgsrc/emulators/sameboy/Makefile.common
nia 09593dc2c8 sameboy: Update to 0.13.2
Version 0.13.2

   This version is backwards compatible with save states from SameBoy 0.11.x
   and newer.

  New/Improved Features

     * The Cocoa debugger now has tab completion
     * Conflicting key mappings are now highlighted in red in the Cocoa
       button configuration dialog
     * Improved Dark Mode appearance in the Cocoa port
     * Better, more system native appearance for the Cocoa memory viewer
     * Improved Printer Feed window in the Cocoa port, now with an option to
       print with an actual printer

  Bug Fixes

     * Fixed a bug in the Libretro frontend that prevented certain
       achievements from triggering
     * Fixed a bug where the save state format effectively used by the
       Windows build was not following the intended format
     * The non-Windows builds can now read pre-0.13.2 Windows save states and
       vice versa
     * Fixed a minor compatibility issue between save states created on
       32-bit machines and ones created on 64-bit machines
     * Fixed a potential crash when loading certain save states while a
       printer is connected in the Cocoa port
2020-06-12 11:47:49 +00:00

17 lines
447 B
Text

# $NetBSD: Makefile.common,v 1.7 2020/06/12 11:47:49 nia Exp $
# used by emulators/sameboy/Makefile
# used by emulators/libretro-sameboy/Makefile
DISTNAME= sameboy-0.13.2
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_GITHUB:=LIJI32/}
GITHUB_PROJECT= SameBoy
GITHUB_TAG= v${PKGVERSION_NOREV}
LICENSE= mit
USE_TOOLS+= gmake pkg-config
TOOL_DEPENDS+= rgbds-[0-9]*:../../devel/rgbds
DISTINFO_FILE= ${.CURDIR}/../../emulators/sameboy/distinfo