pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/mednafen emulators/mednafen: Update to 1.22.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9778fda458c3
branches:  trunk
changeset: 330152:9778fda458c3
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Feb 24 12:01:42 2019 +0000

description:
emulators/mednafen: Update to 1.22.1

-- 1.22.1: --

January 27, 2019:
        Changed the default sound device for the OpenBSD sound driver from "/dev/audio" to "/dev/audio0".

January 26, 2019:
        Semaphores are now implemented with condition variables and mutexes when compiling against a POSIX threads implementation without sem_timedwait().

January 23, 2019:
        PC-FX: Replaced old RAINBOW IDCT code with newly-written code.

January 20, 2019:
        Some hotkeys in the debugger's memory editor weren't being ignored properly when in text entry mode; fixed.  (Regression introduced in 1.21.0-UNSTABLE)

January 1, 2019:
        Apple2: Corrected minimum allowed value for the "apple2.video.mono_lumafilter" setting(was -2 when it should have been -3).

        SS: Corrected line-scroll handling in double-density interlaced mode with non-zero LSS; fixes broken background graphics effect in Dural's stage in "Virtua Fighter 2".

        SS: Added "Linkle Liver Story" to the internal database of games to use the data cache read bypass kludge with, to fix a crash/hang when going to the world map.

diffstat:

 emulators/mednafen/Makefile |   4 ++--
 emulators/mednafen/PLIST    |   3 ++-
 emulators/mednafen/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (38 lines):

diff -r 45134a70a3d8 -r 9778fda458c3 emulators/mednafen/Makefile
--- a/emulators/mednafen/Makefile       Sun Feb 24 11:42:06 2019 +0000
+++ b/emulators/mednafen/Makefile       Sun Feb 24 12:01:42 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2018/12/18 17:08:20 nia Exp $
+# $NetBSD: Makefile,v 1.25 2019/02/24 12:01:42 nia Exp $
 
-DISTNAME=      mednafen-1.21.3
+DISTNAME=      mednafen-1.22.1
 CATEGORIES=    emulators
 MASTER_SITES=  https://mednafen.github.io/releases/files/
 EXTRACT_SUFX=  .tar.xz
diff -r 45134a70a3d8 -r 9778fda458c3 emulators/mednafen/PLIST
--- a/emulators/mednafen/PLIST  Sun Feb 24 11:42:06 2019 +0000
+++ b/emulators/mednafen/PLIST  Sun Feb 24 12:01:42 2019 +0000
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.3 2018/12/18 17:08:20 nia Exp $
+@comment $NetBSD: PLIST,v 1.4 2019/02/24 12:01:42 nia Exp $
 bin/mednafen
+share/doc/mednafen/apple2.html
 share/doc/mednafen/cdplay.html
 share/doc/mednafen/cheat.html
 share/doc/mednafen/debugger.html
diff -r 45134a70a3d8 -r 9778fda458c3 emulators/mednafen/distinfo
--- a/emulators/mednafen/distinfo       Sun Feb 24 11:42:06 2019 +0000
+++ b/emulators/mednafen/distinfo       Sun Feb 24 12:01:42 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2018/12/18 17:08:20 nia Exp $
+$NetBSD: distinfo,v 1.18 2019/02/24 12:01:42 nia Exp $
 
-SHA1 (mednafen-1.21.3.tar.xz) = ef8d247d5259f8189609fd497563f01f706f9521
-RMD160 (mednafen-1.21.3.tar.xz) = c50108cb362c48587265782ff7f6bcd03bf56a93
-SHA512 (mednafen-1.21.3.tar.xz) = 987c14edae68901f8a693c9f7317063daf4274bb0b650ed05cd01cf4ceb38d76e6ff5446c324447f73727096c74d0bf7f545cdeadfb6291d67656d659de26715
-Size (mednafen-1.21.3.tar.xz) = 3208956 bytes
+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



Home | Main Index | Thread Index | Old Index