Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8ed6e16a5399
branches:  trunk
changeset: 431347:8ed6e16a5399
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue May 12 09:52:48 2020 +0000

description:
mednafen: Update to 1.24.3

-- 1.24.3: --

May 1, 2020:
        SS: Implemented more complete emulation of the SCSP short waveform mode, after running further tests; fixes excessive distortion in a
        sound effect in "Sega Ages: OutRun", a regression introduced in Mednafen 1.24.2.

-- 1.24.2: --

April 25, 2020:
        Fixed broken support for systems without any usable OpenGL implementation available.

April 24, 2020:
        Apple2:  Adjust disk angle variable upon disk change, partially sanitize the disk angle variable on state load, and print out a debug error
        message instead of triggering an assert() in the disk reading code, to prevent Mednafen from aborting out in certain circumstances involving disk
        changing and state loading.

April 21, 2020:
        Apple2: Added missing keyboard reading variable to save states.

April 7, 2020:
        SS: Fixed a few inaccuracies with the SCSP waveform loop handling.

April 6, 2020:
        SS: Added emulation of SCSP slot short waveform mode bit.

April 5, 2020:
        SS: Implemented the buggy linear interpolation that occurs on the SCSP when FM is used.

April 3, 2020:
        SS: Added emulation of SCSP slot EG bypass bit.

        SS: Implemented SCSP register mirroring.

diffstat:

 emulators/mednafen/Makefile |  12 ++++++++++--
 emulators/mednafen/distinfo |  10 +++++-----
 2 files changed, 15 insertions(+), 7 deletions(-)

diffs (57 lines):

diff -r 33cbf067f540 -r 8ed6e16a5399 emulators/mednafen/Makefile
--- a/emulators/mednafen/Makefile       Tue May 12 09:41:40 2020 +0000
+++ b/emulators/mednafen/Makefile       Tue May 12 09:52:48 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2020/03/22 16:08:26 nia Exp $
+# $NetBSD: Makefile,v 1.31 2020/05/12 09:52:48 nia Exp $
 
-DISTNAME=      mednafen-1.24.1
+DISTNAME=      mednafen-1.24.3
 CATEGORIES=    emulators
 MASTER_SITES=  https://mednafen.github.io/releases/files/
 EXTRACT_SUFX=  .tar.xz
@@ -10,12 +10,18 @@
 COMMENT=       Portable multi-system emulator
 LICENSE=       gnu-gpl-v2
 
+CONFIGURE_ARGS+=       --with-external-mpcdec
 CONFIGURE_ARGS+=       --with-external-tremor
+CONFIGURE_ARGS+=       --with-external-trio
 CONFIGURE_ARGS+=       --with-external-lzo
+CONFIGURE_ARGS+=       --disable-alsatest
+CONFIGURE_ARGS+=       --disable-sdltest
+CONFIGURE_ARGS+=       --disable-sdlframework
 
 WRKSRC=                        ${WRKDIR}/mednafen
 GNU_CONFIGURE=         yes
 USE_TOOLS+=            intltool pkg-config
+USE_TOOLS+=            msgfmt msgmerge xgettext
 USE_LANGUAGES=         c c++03
 USE_LIBTOOL=           yes
 USE_PKGLOCALEDIR=      yes
@@ -40,8 +46,10 @@
 .include "options.mk"
 .include "../../archivers/lzo/buildlink3.mk"
 .include "../../audio/libsndfile/buildlink3.mk"
+.include "../../audio/musepack/buildlink3.mk"
 .include "../../audio/tremor/buildlink3.mk"
 .include "../../devel/SDL2/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../devel/trio/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 33cbf067f540 -r 8ed6e16a5399 emulators/mednafen/distinfo
--- a/emulators/mednafen/distinfo       Tue May 12 09:41:40 2020 +0000
+++ b/emulators/mednafen/distinfo       Tue May 12 09:52:48 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.21 2020/03/22 16:08:26 nia Exp $
+$NetBSD: distinfo,v 1.22 2020/05/12 09:52:48 nia Exp $
 
-SHA1 (mednafen-1.24.1.tar.xz) = 3bc922f437dfb236b74750b028a620dcb608ac22
-RMD160 (mednafen-1.24.1.tar.xz) = 4379a3224d53dd245a94f8c32d96633809ee7309
-SHA512 (mednafen-1.24.1.tar.xz) = 761c0326aa04a496c87beb75ff18c9b0d567736cdce2489b4a7aa8639f969ec4fb7277974e898b738b1373d4cbcc9932b90ce43a218dd29132b71facbcaa13a7
-Size (mednafen-1.24.1.tar.xz) = 3293992 bytes
+SHA1 (mednafen-1.24.3.tar.xz) = 250b896e345ae1e8c412237615233ce411c53b1b
+RMD160 (mednafen-1.24.3.tar.xz) = 4e4d9daa1609de831c0d89c01f30b2979e41ac97
+SHA512 (mednafen-1.24.3.tar.xz) = 6ed719a0cd247fb0d61fa0174fbd6e2dc9fa94343479aef98be0083268e18cf77a9f9b6a88e2231a7f14b152083e0683658d328d348ef2a1b55032f7c9e9d448
+Size (mednafen-1.24.3.tar.xz) = 3296980 bytes



Home | Main Index | Thread Index | Old Index