pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Aug 12 14:36:53 UTC 2018

Modified Files:
        pkgsrc/emulators: Makefile
Added Files:
        pkgsrc/emulators/libretro-beetle-vb: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.270 -r1.271 pkgsrc/emulators/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/emulators/libretro-beetle-vb/DESCR \
    pkgsrc/emulators/libretro-beetle-vb/Makefile \
    pkgsrc/emulators/libretro-beetle-vb/PLIST \
    pkgsrc/emulators/libretro-beetle-vb/distinfo

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

Modified files:

Index: pkgsrc/emulators/Makefile
diff -u pkgsrc/emulators/Makefile:1.270 pkgsrc/emulators/Makefile:1.271
--- pkgsrc/emulators/Makefile:1.270     Sun Aug 12 14:25:09 2018
+++ pkgsrc/emulators/Makefile   Sun Aug 12 14:36:52 2018
@@ -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-ngp
 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

Added files:

Index: pkgsrc/emulators/libretro-beetle-vb/DESCR
diff -u /dev/null pkgsrc/emulators/libretro-beetle-vb/DESCR:1.1
--- /dev/null   Sun Aug 12 14:36:53 2018
+++ pkgsrc/emulators/libretro-beetle-vb/DESCR   Sun Aug 12 14:36:52 2018
@@ -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.
Index: pkgsrc/emulators/libretro-beetle-vb/Makefile
diff -u /dev/null pkgsrc/emulators/libretro-beetle-vb/Makefile:1.1
--- /dev/null   Sun Aug 12 14:36:53 2018
+++ pkgsrc/emulators/libretro-beetle-vb/Makefile        Sun Aug 12 14:36:52 2018
@@ -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"
Index: pkgsrc/emulators/libretro-beetle-vb/PLIST
diff -u /dev/null pkgsrc/emulators/libretro-beetle-vb/PLIST:1.1
--- /dev/null   Sun Aug 12 14:36:53 2018
+++ pkgsrc/emulators/libretro-beetle-vb/PLIST   Sun Aug 12 14:36:52 2018
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2018/08/12 14:36:52 nia Exp $
+lib/libretro/mednafen_vb_libretro.so
Index: pkgsrc/emulators/libretro-beetle-vb/distinfo
diff -u /dev/null pkgsrc/emulators/libretro-beetle-vb/distinfo:1.1
--- /dev/null   Sun Aug 12 14:36:53 2018
+++ pkgsrc/emulators/libretro-beetle-vb/distinfo        Sun Aug 12 14:36:52 2018
@@ -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