Update mame to 0.228.
This commit is contained in:
parent
36cc322e5d
commit
24bfdde27b
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.42 2021/01/10 17:00:00 fcambus Exp $
|
||||
# $OpenBSD: Makefile,v 1.43 2021/02/01 15:47:16 fcambus Exp $
|
||||
|
||||
BROKEN-i386 = broken on 32-bit; enum in src/frontend/mame/ui/videoopt.h starting at 0x80000000
|
||||
ONLY_FOR_ARCHS = amd64 i386
|
||||
@ -7,7 +7,7 @@ USE_WXNEEDED = Yes
|
||||
|
||||
COMMENT = Multiple Arcade Machine Emulator
|
||||
|
||||
V = 227
|
||||
V = 228
|
||||
GH_ACCOUNT = mamedev
|
||||
GH_PROJECT = mame
|
||||
GH_TAGNAME = mame0${V}
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (mame-0.227.tar.gz) = ldvOAKTwWjX2bvlm/p760eTnjOYuDro/cDHfpnN4KaU=
|
||||
SIZE (mame-0.227.tar.gz) = 195226157
|
||||
SHA256 (mame-0.228.tar.gz) = HY5vIEkUkvixWJL/lY+bBnxI65DML8l0sIveKX5lckQ=
|
||||
SIZE (mame-0.228.tar.gz) = 195454072
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-makefile,v 1.14 2021/01/10 17:00:00 fcambus Exp $
|
||||
$OpenBSD: patch-makefile,v 1.15 2021/02/01 15:47:16 fcambus Exp $
|
||||
|
||||
- Disable hardcoded -O3 optimizations
|
||||
- Fix GCC_VERSION and CLANG_VERSION detection
|
||||
@ -15,7 +15,7 @@ Index: makefile
|
||||
endif
|
||||
ifeq ($(firstword $(filter Darwin,$(UNAME))),Darwin)
|
||||
OS := macosx
|
||||
@@ -609,11 +609,6 @@ PROFILER =
|
||||
@@ -615,11 +615,6 @@ PROFILER =
|
||||
SYMBOLS = 1
|
||||
endif
|
||||
|
||||
@ -27,7 +27,7 @@ Index: makefile
|
||||
# set the symbols level
|
||||
ifdef SYMBOLS
|
||||
PARAMS += --SYMBOLS='$(SYMBOLS)'
|
||||
@@ -978,8 +973,8 @@ endif
|
||||
@@ -984,8 +979,8 @@ endif
|
||||
|
||||
ifeq ($(OS),windows)
|
||||
ifeq (posix,$(SHELLTYPE))
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2020/02/03 22:00:01 fcambus Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2021/02/01 15:47:16 fcambus Exp $
|
||||
@conflict sdlmame-*
|
||||
@conflict sdlmame-tools-*
|
||||
@conflict sdlmess-*
|
||||
@ -59,18 +59,18 @@ share/mame/artwork/bgfx/chains/hq3x.png
|
||||
share/mame/artwork/bgfx/chains/hq4x.png
|
||||
share/mame/artwork/chess/
|
||||
share/mame/artwork/chess/README.md
|
||||
share/mame/artwork/chess/bb.png
|
||||
share/mame/artwork/chess/bk.png
|
||||
share/mame/artwork/chess/bn.png
|
||||
share/mame/artwork/chess/bp.png
|
||||
share/mame/artwork/chess/bq.png
|
||||
share/mame/artwork/chess/br.png
|
||||
share/mame/artwork/chess/wb.png
|
||||
share/mame/artwork/chess/wk.png
|
||||
share/mame/artwork/chess/wn.png
|
||||
share/mame/artwork/chess/wp.png
|
||||
share/mame/artwork/chess/wq.png
|
||||
share/mame/artwork/chess/wr.png
|
||||
share/mame/artwork/chess/bb.svg
|
||||
share/mame/artwork/chess/bk.svg
|
||||
share/mame/artwork/chess/bn.svg
|
||||
share/mame/artwork/chess/bp.svg
|
||||
share/mame/artwork/chess/bq.svg
|
||||
share/mame/artwork/chess/br.svg
|
||||
share/mame/artwork/chess/wb.svg
|
||||
share/mame/artwork/chess/wk.svg
|
||||
share/mame/artwork/chess/wn.svg
|
||||
share/mame/artwork/chess/wp.svg
|
||||
share/mame/artwork/chess/wq.svg
|
||||
share/mame/artwork/chess/wr.svg
|
||||
share/mame/artwork/dir.txt
|
||||
share/mame/artwork/monochrome-chessboard.png
|
||||
share/mame/artwork/monochrome-matrix.png
|
||||
|
Loading…
Reference in New Issue
Block a user