From 3a996953f0d8ddb06717287e8459884f4e832266 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Wed, 30 Oct 2019 13:30:26 +0100 Subject: [PATCH] mame: update to 0.215 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Buchmüller --- srcpkgs/mame/patches/ppc64-fixes.patch | 35 -------------------------- srcpkgs/mame/template | 4 +-- 2 files changed, 2 insertions(+), 37 deletions(-) delete mode 100644 srcpkgs/mame/patches/ppc64-fixes.patch diff --git a/srcpkgs/mame/patches/ppc64-fixes.patch b/srcpkgs/mame/patches/ppc64-fixes.patch deleted file mode 100644 index 6c847f09b81..00000000000 --- a/srcpkgs/mame/patches/ppc64-fixes.patch +++ /dev/null @@ -1,35 +0,0 @@ ---- 3rdparty/bx/include/bx/platform.h -+++ 3rdparty/bx/include/bx/platform.h -@@ -133,8 +133,14 @@ - #endif // - - #if BX_CPU_PPC --# undef BX_CPU_ENDIAN_BIG --# define BX_CPU_ENDIAN_BIG 1 -+// _LITTLE_ENDIAN exists on ppc64le. -+# if _LITTLE_ENDIAN -+# undef BX_CPU_ENDIAN_LITTLE -+# define BX_CPU_ENDIAN_LITTLE 1 -+# else -+# undef BX_CPU_ENDIAN_BIG -+# define BX_CPU_ENDIAN_BIG 1 -+# endif - #else - # undef BX_CPU_ENDIAN_LITTLE - # define BX_CPU_ENDIAN_LITTLE 1 - ---- makefile -+++ makefile -@@ -394,6 +394,12 @@ BIGENDIAN := 1 - endif - endif # BIGENDIAN - -+# Work around an issue with long doubles on ppc64 (#3157) -+ifneq (,$(findstring ppc64,$(UNAME))) -+ARCHOPTS_C += -mlong-double-64 -+ARCHOPTS_CXX += -mlong-double-64 -+endif -+ - ifndef PYTHON_EXECUTABLE - PYTHON := python - else diff --git a/srcpkgs/mame/template b/srcpkgs/mame/template index 14e9374500c..116cc665e2f 100644 --- a/srcpkgs/mame/template +++ b/srcpkgs/mame/template @@ -1,6 +1,6 @@ # Template file for 'mame' pkgname=mame -version=0214 +version=0215 revision=1 wrksrc="mame-mame${version}" short_desc="Multiple Arcade Machine Emulator" @@ -8,7 +8,7 @@ maintainer="Jürgen Buchmüller " license="GPL-2.0-or-later" homepage="http://mamedev.org" distfiles="https://github.com/mamedev/mame/archive/mame${version}.tar.gz" -checksum=8ae24e3b1de33df33957c5f642bd98828842305bcb31da130b759ba7e88b36d2 +checksum=c1b5fb0b91829df5f3dbe54ff13a7ccfa3a9f8aafa51a61c9a2f3158560ed609 hostmakedepends="perl pkg-config python" makedepends="SDL2_ttf-devel glm libgomp-devel libjpeg-turbo-devel