libretro-mame2010: update to latest

This commit is contained in:
CvH 2021-01-30 11:40:10 +01:00
parent decfe8660c
commit 74cbb7fce5
3 changed files with 11 additions and 11 deletions

View File

@ -2,8 +2,8 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="libretro-mame2010"
PKG_VERSION="2d2e86b5d8dced24a390bbb3b44d913833a1f6fa"
PKG_SHA256="5a084d988b314b9cbfc3e697f330f0a436a572481ca66ce91b0b7baafb37a8b7"
PKG_VERSION="1549da1c32a8aa3c88832db3f91ff9b8b100471c"
PKG_SHA256="17a1f2fa88c0aff88e119930d3284dfe53df5be31cde003aab675f6737d50cee"
PKG_LICENSE="GPLv2"
PKG_SITE="https://github.com/libretro/mame2010-libretro"
PKG_URL="https://github.com/libretro/mame2010-libretro/archive/${PKG_VERSION}.tar.gz"

View File

@ -1,5 +1,5 @@
diff --git a/Makefile b/Makefile
index deb8820..aa13d3b 100644
index e55363d..2ce19e0 100644
--- a/Makefile
+++ b/Makefile
@@ -61,7 +61,7 @@ COBJFLAGS =
@ -19,18 +19,18 @@ index deb8820..aa13d3b 100644
-
-ifeq ($(firstword $(filter x86_64,$(UNAME))),x86_64)
+ifeq ($(firstword $(filter x86_64,$(ARCH))),x86_64)
PTR64 = 1
PTR64 ?= 1
endif
-ifeq ($(firstword $(filter amd64,$(UNAME))),amd64)
+ifeq ($(firstword $(filter amd64,$(ARCH))),amd64)
PTR64 = 1
PTR64 ?= 1
endif
-ifeq ($(firstword $(filter ppc64,$(UNAME))),ppc64)
+ifeq ($(firstword $(filter ppc64,$(ARCH))),ppc64)
PTR64 = 1
PTR64 ?= 1
endif
ifneq (,$(findstring mingw64-w64,$(PATH)))
PTR64=1
PTR64 ?= 1
endif
-ifneq (,$(findstring Power,$(UNAME)))
+ifneq (,$(findstring Power,$(ARCH)))
@ -60,7 +60,7 @@ index deb8820..aa13d3b 100644
CCOMFLAGS += $(PLATCFLAGS) -ffast-math
LIBS += -lstdc++ -lpthread
@@ -345,10 +339,13 @@ else ifneq (,$(findstring rpi,$(platform)))
@@ -433,10 +427,13 @@ else ifneq (,$(findstring rpi,$(platform)))
# ARM
else ifneq (,$(findstring armv,$(platform)))
@ -76,7 +76,7 @@ index deb8820..aa13d3b 100644
LDFLAGS += $(SHARED)
ARM_ENABLED = 1
X86_SH2DRC = 0
@@ -568,7 +565,7 @@ DEFS += -DFLAC__NO_DLL
@@ -655,7 +652,7 @@ DEFS += -DFLAC__NO_DLL
# CFLAGS is defined based on C or C++ targets
# (remember, expansion only happens when used, so doing it here is ok)

View File

@ -2,8 +2,8 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="game.libretro.mame2010"
PKG_VERSION="0.139.0.7-Matrix"
PKG_SHA256="d8f1062809f2d6788773244567107d6abfae8742a7ee6cc696d3ae6b251bd49d"
PKG_VERSION="0.139.0.9-Matrix"
PKG_SHA256="e383b3ce129a13288af7e74ce9c72f4814e347347f140753f65e38d1323f68d3"
PKG_REV="1"
PKG_LICENSE="GPL"
PKG_SITE="https://github.com/kodi-game/game.libretro.mame2010"