pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/emulators/mednafen
Module Name: pkgsrc
Committed By: wiz
Date: Tue Apr 30 21:54:41 UTC 2019
Modified Files:
pkgsrc/emulators/mednafen: Makefile distinfo
Removed Files:
pkgsrc/emulators/mednafen/patches: patch-src_quicklz_quicklz.c
Log Message:
mednafen: update to 1.22.2.
-- 1.22.2: --
April 23, 2019:
PSX: Fixed a regression introduced in 1.22.0-UNSTABLE that broke a few PS1 games(e.g. SimCity 2000 and Rise 2).
Fixed issues with inline functions in the QuickLZ code that could cause linker errors when compiling with optimizations disabled.
April 14, 2019:
Apple2: Added basic WOZ 2.0 disk image support.
April 13, 2019:
NGP: Fixed a sequence point rule violation that could cause "Gals' Fighters" to malfunction when Mednafen was compiled with clang,
per tip from stellarporter.
SS: Added the European release of "Theme Park" to the internal database of games to use the data cache read bypass kludge with,
to fix a crash/hang during the intro FMV.
Lynx: Fixed an old heap buffer overflow bug that could be triggered if the emulated game set up registers and RAM in a
certain way.
March 18, 2019:
PCE: Fixed an old bug(looks like from around a decade ago) in the HES playback code; it caused periodic high IRQ latency,
which resulted in timer IRQ-driven DDA playback sounding rougher than it should have.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/emulators/mednafen/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/emulators/mednafen/distinfo
cvs rdiff -u -r1.1 -r0 \
pkgsrc/emulators/mednafen/patches/patch-src_quicklz_quicklz.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/emulators/mednafen/Makefile
diff -u pkgsrc/emulators/mednafen/Makefile:1.25 pkgsrc/emulators/mednafen/Makefile:1.26
--- pkgsrc/emulators/mednafen/Makefile:1.25 Sun Feb 24 12:01:42 2019
+++ pkgsrc/emulators/mednafen/Makefile Tue Apr 30 21:54:41 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2019/02/24 12:01:42 nia Exp $
+# $NetBSD: Makefile,v 1.26 2019/04/30 21:54:41 wiz Exp $
-DISTNAME= mednafen-1.22.1
+DISTNAME= mednafen-1.22.2
CATEGORIES= emulators
MASTER_SITES= https://mednafen.github.io/releases/files/
EXTRACT_SUFX= .tar.xz
Index: pkgsrc/emulators/mednafen/distinfo
diff -u pkgsrc/emulators/mednafen/distinfo:1.19 pkgsrc/emulators/mednafen/distinfo:1.20
--- pkgsrc/emulators/mednafen/distinfo:1.19 Thu Apr 18 09:12:41 2019
+++ pkgsrc/emulators/mednafen/distinfo Tue Apr 30 21:54:41 2019
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.19 2019/04/18 09:12:41 nia Exp $
+$NetBSD: distinfo,v 1.20 2019/04/30 21:54:41 wiz Exp $
-SHA1 (mednafen-1.22.1.tar.xz) = 0f668f80a8c94fabf03339fb086f64f57232eead
-RMD160 (mednafen-1.22.1.tar.xz) = dab2b0798318191b582874977dc420c084724fdf
-SHA512 (mednafen-1.22.1.tar.xz) = 4e6890b984a812e188a42582e79dfdac28e101ce3bd658044b68f267d5c8b3799ea3f4de3dcac5314a615f17591a537b51e64f6bd165fec01f028b201eb32763
-Size (mednafen-1.22.1.tar.xz) = 3270596 bytes
-SHA1 (patch-src_quicklz_quicklz.c) = aae8b3d088e74eeb879801a1e5e142b6ed222fef
+SHA1 (mednafen-1.22.2.tar.xz) = 3560392e5b2c2de6e9f37e58a50469e89fab927b
+RMD160 (mednafen-1.22.2.tar.xz) = 7dbec84f5802ac43a21646337de70ae21ca702be
+SHA512 (mednafen-1.22.2.tar.xz) = e094a9134115344bf857eb7edce67f146fd43b83432db69271d5924ab5ec7dae11cdb7272c0d3c697a654902ce73cb42165f5e1256758f05e41167007e8f3a2d
+Size (mednafen-1.22.2.tar.xz) = 3270004 bytes
Home |
Main Index |
Thread Index |
Old Index