diff options
author | nia <nia@pkgsrc.org> | 2018-08-11 13:22:52 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2018-08-11 13:22:52 +0000 |
commit | 75d4d728bd3e346eea0eb8376f8274a32922ff11 (patch) | |
tree | 92de61aa1a0ea30bdf776487da6eb20d42da5152 /emulators | |
parent | f8243809f5684696658b710bb057d1f3073c4c15 (diff) | |
download | pkgsrc-75d4d728bd3e346eea0eb8376f8274a32922ff11.tar.gz |
libretro-vba-next: Update to 20180603.
No changelog, unfortunately.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/libretro-vba-next/DESCR | 4 | ||||
-rw-r--r-- | emulators/libretro-vba-next/Makefile | 17 | ||||
-rw-r--r-- | emulators/libretro-vba-next/distinfo | 10 |
3 files changed, 16 insertions, 15 deletions
diff --git a/emulators/libretro-vba-next/DESCR b/emulators/libretro-vba-next/DESCR index 423c2558ee6..057005360a6 100644 --- a/emulators/libretro-vba-next/DESCR +++ b/emulators/libretro-vba-next/DESCR @@ -4,5 +4,5 @@ straight into any libretro-compatible frontend. This development interface is open to others so that they can run these pluggable emulator and game cores also in their own programs or devices. -VBA Next is an optimized port of the VBA-M Nintendo Game Boy Advance video -game system emulator. +VBA Next is a Game Boy Advance emulator based on VBA-M 2011 with backported +patches for performance and compatibility improvements. diff --git a/emulators/libretro-vba-next/Makefile b/emulators/libretro-vba-next/Makefile index e1bd83b2c87..106f4dd081b 100644 --- a/emulators/libretro-vba-next/Makefile +++ b/emulators/libretro-vba-next/Makefile @@ -1,23 +1,24 @@ -# $NetBSD: Makefile,v 1.2 2018/07/18 00:06:15 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2018/08/11 13:22:52 nia Exp $ -DISTNAME= a0dd88872fc734cf4cc595df1cd1240fa213ac10 -PKGNAME= libretro-vba-next-20150105 +DISTNAME= libretro-vba-next-20180603 CATEGORIES= emulators games -MASTER_SITES= https://github.com/libretro/vba-next/archive/ -EXTRACT_SUFX= .zip +MASTER_SITES= ${MASTER_SITE_GITHUB:=libretro/} +GITHUB_PROJECT= vba-next +GITHUB_TAG= 110ab08a8042cb215a04872e26244331aa90eed5 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://github.com/libretro/vbam-libretro +HOMEPAGE= https://docs.libretro.com/library/vba_next/ COMMENT= Libretro core based on the VBA Next Game Boy Advance emulator - LICENSE= gnu-gpl-v2 +EXTRACT_USING= bsdtar USE_LANGUAGES+= c c++03 USE_TOOLS+= gmake -WRKSRC= ${WRKDIR}/vba-next-${DISTNAME} MAKE_FILE= Makefile.libretro +MAKE_FLAGS+= GIT_VERSION="-pkgsrc" + INSTALLATION_DIRS= lib/libretro do-install: diff --git a/emulators/libretro-vba-next/distinfo b/emulators/libretro-vba-next/distinfo index 83ac19f1096..1ee5f34d1e6 100644 --- a/emulators/libretro-vba-next/distinfo +++ b/emulators/libretro-vba-next/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/03 20:31:00 agc Exp $ +$NetBSD: distinfo,v 1.3 2018/08/11 13:22:52 nia Exp $ -SHA1 (a0dd88872fc734cf4cc595df1cd1240fa213ac10.zip) = 091313f2dbe55f005b46d40a6459b02e3adf4022 -RMD160 (a0dd88872fc734cf4cc595df1cd1240fa213ac10.zip) = d8c05256c27d58f0992142180a05929bea03938b -SHA512 (a0dd88872fc734cf4cc595df1cd1240fa213ac10.zip) = 9ea3f6b399c51d91353bc6ed3f52f77eae5254b48a89ab8a813263bb4526b59ee12ff7cd65f6c019a6c830d42e2818a0cc050d848c6ee54397ad091fa9466fa4 -Size (a0dd88872fc734cf4cc595df1cd1240fa213ac10.zip) = 150606 bytes +SHA1 (libretro-vba-next-20180603-110ab08a8042cb215a04872e26244331aa90eed5.tar.gz) = e3bb948e0d43daebb9506c4048c4df9414ac9fa2 +RMD160 (libretro-vba-next-20180603-110ab08a8042cb215a04872e26244331aa90eed5.tar.gz) = c5e5d77b7d0facac4418061c1dba8064550fe13f +SHA512 (libretro-vba-next-20180603-110ab08a8042cb215a04872e26244331aa90eed5.tar.gz) = b49d190554021fb3b6695b8e024017de22b9211a825a9219ae889351e10104934a4eeabf1b0d0f631c3e0be62c251da54b56802581d04c8cbd0ce26e7087a8b9 +Size (libretro-vba-next-20180603-110ab08a8042cb215a04872e26244331aa90eed5.tar.gz) = 189893 bytes |