pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/stella stella: Update to 6.5.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eaf2f6328afc
branches:  trunk
changeset: 446530:eaf2f6328afc
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Feb 10 11:55:22 2021 +0000

description:
stella: Update to 6.5.1

6.5 to 6.5.1 (January 24, 2021)

  * Fixed paddle button bug for jittering controllers.

  * Improve switching between joysticks and paddles on Retron77 port.

  * Improve memory usage on Retron77 port.

diffstat:

 emulators/stella/Makefile.common         |   4 ++--
 emulators/stella/PLIST                   |   7 ++++++-
 emulators/stella/distinfo                |  10 +++++-----
 emulators/stella/patches/patch-configure |  15 +++++++++++++++
 4 files changed, 28 insertions(+), 8 deletions(-)

diffs (87 lines):

diff -r 8d73cf5a861c -r eaf2f6328afc emulators/stella/Makefile.common
--- a/emulators/stella/Makefile.common  Wed Feb 10 11:27:19 2021 +0000
+++ b/emulators/stella/Makefile.common  Wed Feb 10 11:55:22 2021 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.7 2020/11/24 14:05:22 nia Exp $
+# $NetBSD: Makefile.common,v 1.8 2021/02/10 11:55:22 nia Exp $
 # used by emulators/stella/Makefile
 # used by emulators/libretro-stella/Makefile
 
-DISTNAME=      stella-6.4-src
+DISTNAME=      stella-6.5.1-src
 CATEGORIES=    emulators
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=stella-emu/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}
diff -r 8d73cf5a861c -r eaf2f6328afc emulators/stella/PLIST
--- a/emulators/stella/PLIST    Wed Feb 10 11:27:19 2021 +0000
+++ b/emulators/stella/PLIST    Wed Feb 10 11:55:22 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2020/11/24 14:05:22 nia Exp $
+@comment $NetBSD: PLIST,v 1.15 2021/02/10 11:55:22 nia Exp $
 bin/stella
 share/applications/stella.desktop
 share/doc/stella/Announce.txt
@@ -9,10 +9,13 @@
 share/doc/stella/Readme.txt
 share/doc/stella/Todo.txt
 share/doc/stella/debugger.html
+share/doc/stella/graphics/Stella_icon.png
+share/doc/stella/graphics/basic_settings.png
 share/doc/stella/graphics/cheat.png
 share/doc/stella/graphics/chucky_cheese.png
 share/doc/stella/graphics/circuit.png
 share/doc/stella/graphics/commandmenu.png
+share/doc/stella/graphics/commandsmenu_r77.png
 share/doc/stella/graphics/console.png
 share/doc/stella/graphics/debugger_audiotab.png
 share/doc/stella/graphics/debugger_bankcomplex.png
@@ -40,6 +43,7 @@
 share/doc/stella/graphics/eventmapping_devsports.png
 share/doc/stella/graphics/eventmapping_mouse.png
 share/doc/stella/graphics/eventmapping_remap.png
+share/doc/stella/graphics/highscores.png
 share/doc/stella/graphics/jr_pacman.png
 share/doc/stella/graphics/launcher.png
 share/doc/stella/graphics/launcher_options_snapshots.png
@@ -58,6 +62,7 @@
 share/doc/stella/graphics/options_gameinfo_console.png
 share/doc/stella/graphics/options_gameinfo_controller.png
 share/doc/stella/graphics/options_gameinfo_emulation.png
+share/doc/stella/graphics/options_gameinfo_highscores.png
 share/doc/stella/graphics/options_gameinfo_quadtari.png
 share/doc/stella/graphics/options_misc.png
 share/doc/stella/graphics/options_misc_classic.png
diff -r 8d73cf5a861c -r eaf2f6328afc emulators/stella/distinfo
--- a/emulators/stella/distinfo Wed Feb 10 11:27:19 2021 +0000
+++ b/emulators/stella/distinfo Wed Feb 10 11:55:22 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.30 2020/11/24 14:05:22 nia Exp $
+$NetBSD: distinfo,v 1.31 2021/02/10 11:55:22 nia Exp $
 
-SHA1 (stella-6.4-src.tar.xz) = 68ce5884aed75df3f1c4885071aaf6b2bf190cb0
-RMD160 (stella-6.4-src.tar.xz) = 6e673dc4ecd686410d4b05f239b78d820a9acda0
-SHA512 (stella-6.4-src.tar.xz) = ca74b24f983554d13c63178bc6fbcf1269cc77d4df3553d2c33581624afd939fe7a3bbca262fa52ea4c89b5773040e184672dbf55662ce9623ffc16b9b8d8fd2
-Size (stella-6.4-src.tar.xz) = 4360184 bytes
+SHA1 (stella-6.5.1-src.tar.xz) = 5fb493e2a6cf9021c4db877cf1426c5588f8fef5
+RMD160 (stella-6.5.1-src.tar.xz) = bfb9200268c881f7da163b7fdb8222fd3f7d17a1
+SHA512 (stella-6.5.1-src.tar.xz) = 725f149b5db6ddbe7405e04d86b9b46003299c26e5d771e2535615048f7ab0f4bd9454bee93358ead51d752c2d8e1ddc05ffe4e69d9a0c9080776a324c4deb05
+Size (stella-6.5.1-src.tar.xz) = 6218900 bytes
diff -r 8d73cf5a861c -r eaf2f6328afc emulators/stella/patches/patch-configure
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/stella/patches/patch-configure  Wed Feb 10 11:55:22 2021 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-configure,v 1.8 2021/02/10 11:55:22 nia Exp $
+
+Shell portability.
+
+--- configure.orig     2021-01-24 13:41:01.000000000 +0000
++++ configure
+@@ -804,7 +804,7 @@ case $_host_os in
+                       DEFINES="$DEFINES -DBSPF_UNIX -DMACOS_KEYS"
+                       MODULES="$MODULES $SRC/unix"
+                       INCLUDES="$INCLUDES -I$SRC/unix"
+-                      if test "$have_clang" == yes; then
++                      if test "$have_clang" = yes; then
+                               CXXFLAGS="$CXXFLAGS -Wno-poison-system-directories"
+                       fi
+                       ;;



Home | Main Index | Thread Index | Old Index