pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/mame mame: update to 0.235.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2abb7f91cdb5
branches:  trunk
changeset: 457705:2abb7f91cdb5
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Aug 30 21:52:31 2021 +0000

description:
mame: update to 0.235.

What’s in store with MAME 0.235? First of all, the lost unencrypted
version of Rafflesia has resurfaced, ending a long saga! A genuine
copy of Bubble Buster, an early North American version of Puzzle
Bobble, has been found, and a prototype of Tecfri’s Sauro known as
Sea Wolf has been dumped. This release includes an update to BGFX
and fixes for the long-standing issues with YUV decoding, so
LaserDisc games can be played with BGFX shaders.

Konami Viper emulation now has sound support thanks to Windy Fairy,
and a big batch of unlicensed multi-game cartridges for NES/Famicom
are now playable. As usual, the Apple II, FM Towns and PC-98 software
lists have been updated with the latest dumps.

diffstat:

 emulators/mame/Makefile                                                           |   4 +-
 emulators/mame/PLIST                                                              |   3 +-
 emulators/mame/distinfo                                                           |  11 ++---
 emulators/mame/patches/patch-3rdparty_bgfx_examples_common_font_font__manager.cpp |  18 ----------
 4 files changed, 9 insertions(+), 27 deletions(-)

diffs (72 lines):

diff -r 4838212f6adf -r 2abb7f91cdb5 emulators/mame/Makefile
--- a/emulators/mame/Makefile   Mon Aug 30 21:49:00 2021 +0000
+++ b/emulators/mame/Makefile   Mon Aug 30 21:52:31 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.136 2021/07/29 09:46:06 wiz Exp $
+# $NetBSD: Makefile,v 1.137 2021/08/30 21:52:31 wiz Exp $
 
-DISTNAME=      mame-0.234
+DISTNAME=      mame-0.235
 CATEGORIES=    emulators
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=mamedev/}
 GITHUB_TAG=    ${DISTNAME:S/-//S/.//}
diff -r 4838212f6adf -r 2abb7f91cdb5 emulators/mame/PLIST
--- a/emulators/mame/PLIST      Mon Aug 30 21:49:00 2021 +0000
+++ b/emulators/mame/PLIST      Mon Aug 30 21:52:31 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.56 2021/07/29 09:46:06 wiz Exp $
+@comment $NetBSD: PLIST,v 1.57 2021/08/30 21:52:31 wiz Exp $
 bin/castool
 bin/chdman
 bin/floptool
@@ -101,6 +101,7 @@
 share/mame/hash/amiga_apps.xml
 share/mame/hash/amiga_flop.xml
 share/mame/hash/amiga_hardware.xml
+share/mame/hash/amiga_hdd.xml
 share/mame/hash/amiga_workbench.xml
 share/mame/hash/amigaaga_flop.xml
 share/mame/hash/amigaecs_flop.xml
diff -r 4838212f6adf -r 2abb7f91cdb5 emulators/mame/distinfo
--- a/emulators/mame/distinfo   Mon Aug 30 21:49:00 2021 +0000
+++ b/emulators/mame/distinfo   Mon Aug 30 21:52:31 2021 +0000
@@ -1,12 +1,11 @@
-$NetBSD: distinfo,v 1.108 2021/07/29 09:46:06 wiz Exp $
+$NetBSD: distinfo,v 1.109 2021/08/30 21:52:31 wiz Exp $
 
-SHA1 (mame-0.234.tar.gz) = 5f4f1c5bce5b94da067a712c6dcebf2ead2d7e74
-RMD160 (mame-0.234.tar.gz) = bc5b84ed07b16111254bb48682e5507ce52f8b62
-SHA512 (mame-0.234.tar.gz) = 08f794ce04a639b309991b9ce31ac6287184b9ccedb90dc7b156a083092b5c94a35ed7924309a3625be689cd71f64bf62173b42fbb974ec1108e1b0a0a51eac1
-Size (mame-0.234.tar.gz) = 196702184 bytes
+SHA1 (mame-0.235.tar.gz) = b6ebec4e5187009bfe7bdd606da68b4bf31150e4
+RMD160 (mame-0.235.tar.gz) = b7f0bba0849d47edd0b277ac0fd4c49f9012aabd
+SHA512 (mame-0.235.tar.gz) = 46489f038586a5845c458d4c427c2eca8631906f28f17be549af36cff6d256b324876d6ac29baef8f022afe2cb494e533b22deef8aed3b7233866ccc4534c428
+Size (mame-0.235.tar.gz) = 193392918 bytes
 SHA1 (patch-3rdparty_asio_include_asio_detail_config.hpp) = 9b0d6139e853d8efb9d51270bbfa5382feac42a7
 SHA1 (patch-3rdparty_asio_include_asio_detail_impl_kqueue__reactor.ipp) = ad5e2171731864528331f2f1d2d43608b1b4ed01
-SHA1 (patch-3rdparty_bgfx_examples_common_font_font__manager.cpp) = 3b52b49bc9bb9e8810a478f13dcc306512acab21
 SHA1 (patch-3rdparty_genie_build_gmake.darwin_genie.make) = bb2e8c06d4b5f5869fb48e06390d5ca94a190056
 SHA1 (patch-makefile) = 343fac4d165438a26e2e8077216db1c6c46a5d1e
 SHA1 (patch-scripts_genie.lua) = 6c72b76c9a9ea952a787bf3994680f8711c8b64a
diff -r 4838212f6adf -r 2abb7f91cdb5 emulators/mame/patches/patch-3rdparty_bgfx_examples_common_font_font__manager.cpp
--- a/emulators/mame/patches/patch-3rdparty_bgfx_examples_common_font_font__manager.cpp Mon Aug 30 21:49:00 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-$NetBSD: patch-3rdparty_bgfx_examples_common_font_font__manager.cpp,v 1.2 2019/10/17 13:55:45 wiz Exp $
-
-Compatibility with freetype2-2.6.2.
-https://github.com/bkaradzic/bgfx/pull/782
-
---- 3rdparty/bgfx/examples/common/font/font_manager.cpp.orig   2015-12-30 07:18:51.000000000 +0000
-+++ 3rdparty/bgfx/examples/common/font/font_manager.cpp
-@@ -17,7 +17,9 @@ BX_PRAGMA_DIAGNOSTIC_IGNORED_MSVC(4245) 
- #pragma push_macro("interface")
- #endif
- #undef interface
--#include <freetype/freetype.h>
-+#include <ft2build.h>
-+#include FT_FREETYPE_H
-+#include FT_GLYPH_H
- #if BX_COMPILER_MSVC || BX_COMPILER_GCC >= 40300
- #pragma pop_macro("interface")
- #endif


Home | Main Index | Thread Index | Old Index