pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/stella



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Jun 29 14:48:49 UTC 2020

Modified Files:
        pkgsrc/emulators/stella: Makefile.common distinfo
Removed Files:
        pkgsrc/emulators/stella/patches: patch-configure

Log Message:
stella: Update to 6.2.1

6.2 to 6.2.1: (June 20, 2020)

  * Fixed Pitfall II ROM not working correctly.

  * Fixed crashes when using some combinations of bankswitching schemes on
    incorrect ROMs, or when using invalid ROM file sizes, etc.

  * Fixed RIOT timer behaviour on reading/writing at the wraparound cycle.

  * Fixed incorrectly setting D6 bit on TIA reads in some cases.  Related
    to this, improve 'tiadriven' option to randomize only D5..D0 bits.

  * Fixed custom palette and TV effects adjustable slider rounding issue.

  * Fixed some bugs in 3E+ scheme when using non-standard ROM sizes.

  * Fixed crash in Audio & Video dialog when opened from debugger, and the
    debugger window sometimes being resized when using the Options dialog.

  * Make NTSC custom phase shift not affect Yellow anymore.

  * Fixed '1x' snapshot mode; TV effects are now disabled.  This mode
    now generates a clean, pixel-exact image.

  * Fixed mappings sometimes not being saved in the Retron77 port.

  * A ROM properties file may now be placed next to the ROM (with the same
    name as the ROM, except ending in .pro), and Stella will automatically
    apply the properties to the ROM. [NOTE: this was present in 6.2, but
    was mistakenly left out of the changelog]

  * Added button to Game Info dialog to save properties of the currently
    loaded ROM to a separate properties file (in the default save directory).
    This is useful in conjunction with the previous item.

  * Allow changing custom palette and TV effects adjustables in 1% steps
    again.

  * Updated documentation for changes in ROM properties key names.

  * The codebase now compiles under gcc6 again.  Future versions will
    require gcc7, though.

-Have fun!


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/emulators/stella/Makefile.common
cvs rdiff -u -r1.28 -r1.29 pkgsrc/emulators/stella/distinfo
cvs rdiff -u -r1.6 -r0 pkgsrc/emulators/stella/patches/patch-configure

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

Modified files:

Index: pkgsrc/emulators/stella/Makefile.common
diff -u pkgsrc/emulators/stella/Makefile.common:1.5 pkgsrc/emulators/stella/Makefile.common:1.6
--- pkgsrc/emulators/stella/Makefile.common:1.5 Tue Jun  9 11:59:58 2020
+++ pkgsrc/emulators/stella/Makefile.common     Mon Jun 29 14:48:49 2020
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.5 2020/06/09 11:59:58 nia Exp $
+# $NetBSD: Makefile.common,v 1.6 2020/06/29 14:48:49 nia Exp $
 # used by emulators/stella/Makefile
 # used by emulators/libretro-stella/Makefile
 
-DISTNAME=      stella-6.2-src
+DISTNAME=      stella-6.2.1-src
 CATEGORIES=    emulators
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=stella-emu/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}
@@ -18,6 +18,6 @@ WRKSRC=               ${WRKDIR}/${DISTNAME:S/-src//1}
 USE_LANGUAGES= c c++
 
 # c++14
-GCC_REQD+=     5
+GCC_REQD+=     6
 
 UNLIMIT_RESOURCES=     datasize

Index: pkgsrc/emulators/stella/distinfo
diff -u pkgsrc/emulators/stella/distinfo:1.28 pkgsrc/emulators/stella/distinfo:1.29
--- pkgsrc/emulators/stella/distinfo:1.28       Tue Jun  9 11:59:58 2020
+++ pkgsrc/emulators/stella/distinfo    Mon Jun 29 14:48:49 2020
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.28 2020/06/09 11:59:58 nia Exp $
+$NetBSD: distinfo,v 1.29 2020/06/29 14:48:49 nia Exp $
 
-SHA1 (stella-6.2-src.tar.xz) = 3936d5ffbb870ae92cbfd27732632fdc543ccfce
-RMD160 (stella-6.2-src.tar.xz) = 5332be51144ae538b3a461e21b59df3cb860e23f
-SHA512 (stella-6.2-src.tar.xz) = 710b7980c1490c53e6a13ae99e56a089fb6d54b491332d8e7a81be182d06d6c5511cb2ff93791b3b94943266a52c2b0cc80080a64212e22ed1b6cf311c4277b4
-Size (stella-6.2-src.tar.xz) = 4239900 bytes
-SHA1 (patch-configure) = 4818245fe59c6c73e6d7647e7d3aed1f3c938c90
+SHA1 (stella-6.2.1-src.tar.xz) = 03508fdef44c003d15bbcd5fe8df4c7992e13d91
+RMD160 (stella-6.2.1-src.tar.xz) = a5ba66e6fa9cc672c314d1676d0270689da09123
+SHA512 (stella-6.2.1-src.tar.xz) = f6a8318db81da463cc10944228ac65f43d03823f50d9b2b37657e1c0161ee4d260226142acc9cbbf2fe4541b79a75856601bd44ac44e1f9f909ae11785f704ec
+Size (stella-6.2.1-src.tar.xz) = 4238636 bytes



Home | Main Index | Thread Index | Old Index