pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators libretro-beetle-vb: add version 20180620.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1245e0a53fb9
branches:  trunk
changeset: 311491:1245e0a53fb9
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Aug 12 14:36:52 2018 +0000

description:
libretro-beetle-vb: add version 20180620.

Libretro is a simple but powerful development interface that allows for the
easy creation of emulators, games and multimedia applications that can plug
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.

Beetle/Mednafen VB is a Nintendo Virtual Boy video game system emulator that
can be used as a libretro core.

diffstat:

 emulators/Makefile                    |   3 ++-
 emulators/libretro-beetle-vb/DESCR    |   8 ++++++++
 emulators/libretro-beetle-vb/Makefile |  32 ++++++++++++++++++++++++++++++++
 emulators/libretro-beetle-vb/PLIST    |   2 ++
 emulators/libretro-beetle-vb/distinfo |   6 ++++++
 5 files changed, 50 insertions(+), 1 deletions(-)

diffs (81 lines):

diff -r 67aa27a77f7d -r 1245e0a53fb9 emulators/Makefile
--- a/emulators/Makefile        Sun Aug 12 14:25:25 2018 +0000
+++ b/emulators/Makefile        Sun Aug 12 14:36:52 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.270 2018/08/12 14:25:09 nia Exp $
+# $NetBSD: Makefile,v 1.271 2018/08/12 14:36:52 nia Exp $
 #
 
 COMMENT=       Emulators for other operating systems
@@ -92,6 +92,7 @@
 SUBDIR+=       libretro-beetle-pce-fast
 SUBDIR+=       libretro-beetle-psx
 SUBDIR+=       libretro-beetle-saturn
+SUBDIR+=       libretro-beetle-vb
 SUBDIR+=       libretro-beetle-wswan
 SUBDIR+=       libretro-core-info
 SUBDIR+=       libretro-database
diff -r 67aa27a77f7d -r 1245e0a53fb9 emulators/libretro-beetle-vb/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-beetle-vb/DESCR        Sun Aug 12 14:36:52 2018 +0000
@@ -0,0 +1,8 @@
+Libretro is a simple but powerful development interface that allows for the
+easy creation of emulators, games and multimedia applications that can plug
+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.
+
+Beetle/Mednafen VB is a Nintendo Virtual Boy video game system emulator that
+can be used as a libretro core.
diff -r 67aa27a77f7d -r 1245e0a53fb9 emulators/libretro-beetle-vb/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-beetle-vb/Makefile     Sun Aug 12 14:36:52 2018 +0000
@@ -0,0 +1,32 @@
+# $NetBSD: Makefile,v 1.1 2018/08/12 14:36:52 nia Exp $
+
+DISTNAME=      libretro-beetle-vb-20180620
+CATEGORIES=    emulators
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=libretro/}
+GITHUB_PROJECT=        beetle-vb-libretro
+GITHUB_TAG=    cc11960675aaef4bb9c8e50b8ada6c81d9044d96
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://docs.libretro.com/library/beetle_vb/
+COMMENT=       Libretro core based on the Mednafen VirtualBoy emulator
+LICENSE=       gnu-gpl-v2
+
+EXTRACT_USING= bsdtar
+USE_TOOLS+=    gmake
+USE_LANGUAGES= c c++
+
+MAKE_FLAGS+=   GIT_VERSION="-pkgsrc"
+
+.include "../../mk/endian.mk"
+
+.if ${MACHINE_ENDIAN} == "big"
+CFLAGS+=       -DMSB_FIRST
+.endif
+
+INSTALLATION_DIRS+=    ${PREFIX}/lib/libretro
+
+do-install:
+       ${INSTALL_LIB} ${WRKSRC}/mednafen_vb_libretro.so \
+           ${DESTDIR}${PREFIX}/lib/libretro/mednafen_vb_libretro.so
+
+.include "../../mk/bsd.pkg.mk"
diff -r 67aa27a77f7d -r 1245e0a53fb9 emulators/libretro-beetle-vb/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-beetle-vb/PLIST        Sun Aug 12 14:36:52 2018 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2018/08/12 14:36:52 nia Exp $
+lib/libretro/mednafen_vb_libretro.so
diff -r 67aa27a77f7d -r 1245e0a53fb9 emulators/libretro-beetle-vb/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-beetle-vb/distinfo     Sun Aug 12 14:36:52 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/08/12 14:36:52 nia Exp $
+
+SHA1 (libretro-beetle-vb-20180620-cc11960675aaef4bb9c8e50b8ada6c81d9044d96.tar.gz) = 647cfb7db0ccc1508192791073cc28c54c38d356
+RMD160 (libretro-beetle-vb-20180620-cc11960675aaef4bb9c8e50b8ada6c81d9044d96.tar.gz) = f31c09f1e5dfb705f2b1147b1e9132027cb57124
+SHA512 (libretro-beetle-vb-20180620-cc11960675aaef4bb9c8e50b8ada6c81d9044d96.tar.gz) = 
464da9f990b76ad57fd7e2a75b616700475825c657fdd8d0cd3497434854a8a7f10e1022fdd9cc89c47476d81673f93e4464377f6b4e64832269764c6fcf24cc
+Size (libretro-beetle-vb-20180620-cc11960675aaef4bb9c8e50b8ada6c81d9044d96.tar.gz) = 165965 bytes



Home | Main Index | Thread Index | Old Index