pkgsrc-WIP-changes archive

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

libretro-mame2003: Update to libretro-mame2003-20180305



Module Name:	pkgsrc-wip
Committed By:	Nia Alarie <nia.alarie%gmail.com@localhost>
Pushed By:	nee
Date:		Tue Mar 6 15:25:26 2018 +0000
Changeset:	6862a4e2bd4095d24f453f7ff8487e86141f9003

Modified Files:
	libretro-mame2003/Makefile
	libretro-mame2003/distinfo

Log Message:
libretro-mame2003: Update to libretro-mame2003-20180305

Changes:

* Add core option to enable/disable lightgun crosshairs.
* fix some bad merge tags in XML DAT
* organize libretro.c
* remove crosshair keyboard toggle
* remove legacy (internal; non-frontend) pause - eliminate hotkey conflict
* eliminate legacy function bindings & default binding conflicts
* experimental new feature: embed hiscore saving data in binary
* create core option to toggle internal/external hiscore.dat
* streamline existing core options (including perma-activating some options that can safely always be on)
* add two new experimental core options to begin addressing #318 and #30

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6862a4e2bd4095d24f453f7ff8487e86141f9003

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 libretro-mame2003/Makefile | 6 ++++--
 libretro-mame2003/distinfo | 8 ++++----
 2 files changed, 8 insertions(+), 6 deletions(-)

diffs:
diff --git a/libretro-mame2003/Makefile b/libretro-mame2003/Makefile
index 15b9b4f430..27b1d8a25e 100644
--- a/libretro-mame2003/Makefile
+++ b/libretro-mame2003/Makefile
@@ -1,10 +1,10 @@
 # $NetBSD$
 
-DISTNAME=	libretro-mame2003-20171204
+DISTNAME=	libretro-mame2003-20180305
 CATEGORIES=	emulators
 MASTER_SITES=	${MASTER_SITE_GITHUB:=libretro/}
 GITHUB_PROJECT=	mame2003-libretro
-GITHUB_TAG=	830402e63d645e5477b3be84e0c11db36d620498
+GITHUB_TAG=	68d5898290448c758ec1f331672046460cd88dc8
 
 HOMEPAGE=	https://docs.libretro.com/library/mame_2003/
 COMMENT=	Libretro core based on the Multiple Arcade Machine Emulator (v0.78)
@@ -15,6 +15,8 @@ EXTRACT_USING=	bsdtar
 
 .include "../../mk/endian.mk"
 
+MAKE_FLAGS+=	platform=unix	# doesn't work like other libretro cores weirdly
+				# defaults to windows
 MAKE_FLAGS+=	GIT_VERSION="-pkgsrc"
 
 .if ${MACHINE_ENDIAN} == "big"
diff --git a/libretro-mame2003/distinfo b/libretro-mame2003/distinfo
index 024f7bbe9d..164c7a69f7 100644
--- a/libretro-mame2003/distinfo
+++ b/libretro-mame2003/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (libretro-mame2003-20171204-830402e63d645e5477b3be84e0c11db36d620498.tar.gz) = 49b165538d531fbb37d1863e97ccf0c3cdb83d35
-RMD160 (libretro-mame2003-20171204-830402e63d645e5477b3be84e0c11db36d620498.tar.gz) = aff840a5dbe710dd5f139e31f680479c7381dcc8
-SHA512 (libretro-mame2003-20171204-830402e63d645e5477b3be84e0c11db36d620498.tar.gz) = 5ab0758f895679bebe614e0bc1599807db351fe02e051d77d84114d5bac0a6d116ded11ae03ac32c2ae452bd24509ec8f92eb2780b8e79e07c84a575c658102d
-Size (libretro-mame2003-20171204-830402e63d645e5477b3be84e0c11db36d620498.tar.gz) = 13007459 bytes
+SHA1 (libretro-mame2003-20180305-68d5898290448c758ec1f331672046460cd88dc8.tar.gz) = aac3bdf5ea762a24fb0f51bfe8c5aad5e9596b6e
+RMD160 (libretro-mame2003-20180305-68d5898290448c758ec1f331672046460cd88dc8.tar.gz) = a186e118803b48df7a853904c66a2fec0d7db9f8
+SHA512 (libretro-mame2003-20180305-68d5898290448c758ec1f331672046460cd88dc8.tar.gz) = 4b025c43805e020fff2302d14b13fc072c07cc43674e087caaac602ad467504a8f2790acf56e964bd02cae8ac93ffd2bc155e9d2a2f80ca71d36bbf0092a7006
+Size (libretro-mame2003-20180305-68d5898290448c758ec1f331672046460cd88dc8.tar.gz) = 13132682 bytes


Home | Main Index | Thread Index | Old Index