pkgsrc/emulators/stella/Makefile
nia 045c4d35c0 stella: Update to 6.1.2. Unify with libretro-stella.
6.1.1 to 6.1.2: (April 25, 2020)

  * Fixed bug with remapped events not being reloaded in certain cases.

  * Fixed bug in debugger for 3E scheme when displaying active RAM bank.

  * Fixed bug in "Dragon Defender" ROM being misconfigured for Mindlink
    controller.

6.1 to 6.1.1: (April 4, 2020)

  * Fixed crash in 3E bankswitching scheme when writing to ROM addresses.

  * Fix snapshots on Retina HiDPI displays capturing only the top-left
    corner.

  * Fixed wrong color for BK (background) swatch in the debugger.

  * Fixed 'Right Diff' button in Command menu changing left difficulty
    instead.

  * Fixed compilation of libretro port on Debian Buster.
2020-05-18 12:27:36 +00:00

22 lines
637 B
Makefile

# $NetBSD: Makefile,v 1.54 2020/05/18 12:27:36 nia Exp $
.include "Makefile.common"
PKGNAME= ${DISTNAME:S/-src//1}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://stella-emu.github.io/
COMMENT= Multi-platform Atari 2600 VCS emulator
USE_TOOLS+= gmake
HAS_CONFIGURE= YES
CONFIGURE_ARGS+= --prefix=${PREFIX}
.include "../../devel/SDL2/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"