pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators [libretro-]stella: update to 6.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/17a86879f041
branches:  trunk
changeset: 379382:17a86879f041
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun May 15 18:36:18 2022 +0000

description:
[libretro-]stella: update to 6.6

This is a new semi-major release, with the following changes:

    Added preliminary PlusROM support for saving high scores.

    Added preliminary support for 'MVC' bankswitching scheme by Rob Bairos.

    Added web links for many games.

    Added dead zone and linearity settings for analog controllers.

    Added 'Check for Update' button to Help dialog.

    Added different mask patterns for scanline emulation.

    Fixed MindLink controller.

    Fixed SaveKey not working with QuadTari.

    Added TIA randomization on startup option.

    Added different debug color luminances for player and missile copies.

    Added hotkeys for TV roll speed and toggling 'Developer settings' sets.

    Debugger: enhanced prompt's auto complete and history.

    Debugger: added optional logging of breaks and traps.

    Debugger: added Thumb cycle counting.

diffstat:

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

diffs (63 lines):

diff -r 063ca5a40703 -r 17a86879f041 emulators/libretro-stella/Makefile
--- a/emulators/libretro-stella/Makefile        Sun May 15 17:48:57 2022 +0000
+++ b/emulators/libretro-stella/Makefile        Sun May 15 18:36:18 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2021/02/14 11:43:34 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2022/05/15 18:36:18 nia Exp $
 
 .include "../../emulators/stella/Makefile.common"
-GITHUB_PROJECT=        stella
 
 PKGNAME=       libretro-${DISTNAME:S/-src//1}
 
diff -r 063ca5a40703 -r 17a86879f041 emulators/stella/Makefile
--- a/emulators/stella/Makefile Sun May 15 17:48:57 2022 +0000
+++ b/emulators/stella/Makefile Sun May 15 18:36:18 2022 +0000
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.59 2022/03/28 10:53:05 tnn Exp $
+# $NetBSD: Makefile,v 1.60 2022/05/15 18:36:18 nia Exp $
 
-PKGREVISION= 3
 .include "Makefile.common"
 
 PKGNAME=       ${DISTNAME:S/-src//1}
diff -r 063ca5a40703 -r 17a86879f041 emulators/stella/Makefile.common
--- a/emulators/stella/Makefile.common  Sun May 15 17:48:57 2022 +0000
+++ b/emulators/stella/Makefile.common  Sun May 15 18:36:18 2022 +0000
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile.common,v 1.12 2021/09/22 12:54:04 nia Exp $
+# $NetBSD: Makefile.common,v 1.13 2022/05/15 18:36:18 nia Exp $
 # used by emulators/stella/Makefile
 # used by emulators/libretro-stella/Makefile
 
-DISTNAME=      stella-6.5.3-src
+DISTNAME=      stella-6.6-src
 CATEGORIES=    emulators
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=stella-emu/}
+GITHUB_PROJECT=        stella
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}
 EXTRACT_SUFX=  .tar.xz
 
@@ -17,7 +18,7 @@
 
 USE_LANGUAGES= c c++
 
-# c++14, std::string_view
+# c++17, std::string_view
 GCC_REQD+=     7
 
 UNLIMIT_RESOURCES=     datasize
diff -r 063ca5a40703 -r 17a86879f041 emulators/stella/distinfo
--- a/emulators/stella/distinfo Sun May 15 17:48:57 2022 +0000
+++ b/emulators/stella/distinfo Sun May 15 18:36:18 2022 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.36 2021/10/26 10:24:01 nia Exp $
+$NetBSD: distinfo,v 1.37 2022/05/15 18:36:18 nia Exp $
 
-BLAKE2s (stella-6.5.3-src.tar.xz) = 9b61c1fbad6e3e01a3a1feb85974fe2d8d0a5b354bec00e0d7bfae63cf1cdfdb
-SHA512 (stella-6.5.3-src.tar.xz) = 67fe45c0be510494e4c3ead91ee5f7c9a8ba7059b76beb15e794ef49144c8f0fb57d7c7476f4f299e573e37ea1c41f2fb094ca10974f3bcda797fc69c9bd2986
-Size (stella-6.5.3-src.tar.xz) = 6221588 bytes
+BLAKE2s (stella-6.6-src.tar.xz) = a481c6fcc7f2eaec49f392f8ece7f5ae1578e034f7ac5e26e566ad94a36865b4
+SHA512 (stella-6.6-src.tar.xz) = 89aea0cec9c2f22f276c1c4b36b76deb1ef9fb913c959f93f8cbcac300acdb23d2e3e66981d3263ea1ccfd72aaab1aa47218136b82b5e12aa8fbf352959743ab
+Size (stella-6.6-src.tar.xz) = 10035924 bytes
 SHA1 (patch-configure) = 7cf96666dbccb2b38dec6e80ad4887a79bf5d074



Home | Main Index | Thread Index | Old Index