From f91d9a170db3ff9b2793db6427a1689fd938a571 Mon Sep 17 00:00:00 2001 From: nia Date: Sun, 13 Jan 2019 13:48:03 +0000 Subject: [PATCH] libretro-mame2014: Update. No longer requires python27. --- libretro-mame2014/DESCR | 3 ++- libretro-mame2014/Makefile | 12 +++++------- libretro-mame2014/distinfo | 10 +++++----- libretro-mame2014/patches/patch-Makefile | 2 +- 4 files changed, 13 insertions(+), 14 deletions(-) diff --git a/libretro-mame2014/DESCR b/libretro-mame2014/DESCR index cdab718cfb..d87a9ca410 100644 --- a/libretro-mame2014/DESCR +++ b/libretro-mame2014/DESCR @@ -5,4 +5,5 @@ open to others so that they can run these pluggable emulator and game cores also in their own programs or devices. MAME is the Multiple Arcade Machine Emulator. This is based on version 0.159 -with backported patches for performance and compatibility improvements. +with backported patches for performance and compatibility improvements, and +is compatible with MAME 0.159 romsets. diff --git a/libretro-mame2014/Makefile b/libretro-mame2014/Makefile index 2ca32a1285..de1600fde8 100644 --- a/libretro-mame2014/Makefile +++ b/libretro-mame2014/Makefile @@ -1,15 +1,15 @@ # $NetBSD$ -DISTNAME= libretro-mame2014-20171231 +DISTNAME= libretro-mame2014-20190109 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_GITHUB:=libretro/} GITHUB_PROJECT= mame2014-libretro -GITHUB_TAG= 62a932c9435ef89fdb9a1b0c41deadd7f04f53f3 +GITHUB_TAG= 64e396842aeef97647217bfab70c2eb948e3cd97 -MAINTAINER= nia.alarie@gmail.com +MAINTAINER= nia@NetBSD.org HOMEPAGE= https://wiki.libretro.com/index.php?title=MAME_2014 -COMMENT= Libretro core based on the Multiple Arcade Machine Emulator (v0.159) -LICENSE= no-commercial-use +COMMENT= Libretro core based on the MAME 0.159 arcade game emulator +LICENSE= mame-license EXTRACT_USING= bsdtar USE_TOOLS+= gmake @@ -17,8 +17,6 @@ USE_LANGUAGES= c c++03 MAKE_FLAGS+= GIT_VERSION="-pkgsrc" -PYTHON_VERSIONS_ACCEPTED= 27 - .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "Linux" diff --git a/libretro-mame2014/distinfo b/libretro-mame2014/distinfo index 3896f62c24..f718b0bedb 100644 --- a/libretro-mame2014/distinfo +++ b/libretro-mame2014/distinfo @@ -1,7 +1,7 @@ $NetBSD$ -SHA1 (libretro-mame2014-20171231-62a932c9435ef89fdb9a1b0c41deadd7f04f53f3.tar.gz) = fcd823d40bb8012599f4ed5bcfb2d7d25299dee1 -RMD160 (libretro-mame2014-20171231-62a932c9435ef89fdb9a1b0c41deadd7f04f53f3.tar.gz) = 359fcd04b72f0c2a606dc50a1bf94373e02d63ba -SHA512 (libretro-mame2014-20171231-62a932c9435ef89fdb9a1b0c41deadd7f04f53f3.tar.gz) = 3c47fdc87cf21857b0645e03d6773ac80ef593b5643cb06acae622b5ef2ea234283dec4da3676a86c476a373ee861854eaadaf3fb500037b27bb524a5f3592db -Size (libretro-mame2014-20171231-62a932c9435ef89fdb9a1b0c41deadd7f04f53f3.tar.gz) = 55146470 bytes -SHA1 (patch-Makefile) = af1cf7916ffb089c4af7e0b7ca35788073f1c8e4 +SHA1 (libretro-mame2014-20190109-64e396842aeef97647217bfab70c2eb948e3cd97.tar.gz) = e4daf42d44924dd23cba879bf681ac18a12e357a +RMD160 (libretro-mame2014-20190109-64e396842aeef97647217bfab70c2eb948e3cd97.tar.gz) = f6117e900caad15efc29ea362da686b0725ff8fd +SHA512 (libretro-mame2014-20190109-64e396842aeef97647217bfab70c2eb948e3cd97.tar.gz) = fa492aa3ab3347906546123530828d311fe8d534c0389f0637b971a06d03215bf242ce0e2622e44a3001524443220f9b52afd8fd7ce752c6320b8952c8383200 +Size (libretro-mame2014-20190109-64e396842aeef97647217bfab70c2eb948e3cd97.tar.gz) = 55146686 bytes +SHA1 (patch-Makefile) = 9616857fde92b72fdb2318d073be8d83ca6bcef4 diff --git a/libretro-mame2014/patches/patch-Makefile b/libretro-mame2014/patches/patch-Makefile index 0dc147783b..1a50dfda76 100644 --- a/libretro-mame2014/patches/patch-Makefile +++ b/libretro-mame2014/patches/patch-Makefile @@ -1,6 +1,6 @@ $NetBSD$ -Avoid linuxisms and don't use bundled libraries. +Don't use bundled libraries or override LDFLAGS. --- Makefile.orig 2017-12-31 00:16:01.000000000 +0000 +++ Makefile