pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators libretro-beetle-sgx: add version 20180512.
details: https://anonhg.NetBSD.org/pkgsrc/rev/bb55b9a719bb
branches: trunk
changeset: 311503:bb55b9a719bb
user: nia <nia%pkgsrc.org@localhost>
date: Mon Aug 13 00:54:25 2018 +0000
description:
libretro-beetle-sgx: add version 20180512.
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 SGX is a NEC PC Engine SuperGrafx video game system emulator
that can be used as a libretro core.
diffstat:
emulators/Makefile | 3 ++-
emulators/libretro-beetle-sgx/DESCR | 8 ++++++++
emulators/libretro-beetle-sgx/Makefile | 33 +++++++++++++++++++++++++++++++++
emulators/libretro-beetle-sgx/PLIST | 2 ++
emulators/libretro-beetle-sgx/distinfo | 6 ++++++
5 files changed, 51 insertions(+), 1 deletions(-)
diffs (82 lines):
diff -r a7c3efa340eb -r bb55b9a719bb emulators/Makefile
--- a/emulators/Makefile Sun Aug 12 19:36:40 2018 +0000
+++ b/emulators/Makefile Mon Aug 13 00:54:25 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.273 2018/08/12 16:14:27 nia Exp $
+# $NetBSD: Makefile,v 1.274 2018/08/13 00:54:25 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-sgx
SUBDIR+= libretro-beetle-vb
SUBDIR+= libretro-beetle-wswan
SUBDIR+= libretro-core-info
diff -r a7c3efa340eb -r bb55b9a719bb emulators/libretro-beetle-sgx/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-beetle-sgx/DESCR Mon Aug 13 00:54:25 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 SGX is a NEC PC Engine SuperGrafx video game system emulator
+that can be used as a libretro core.
diff -r a7c3efa340eb -r bb55b9a719bb emulators/libretro-beetle-sgx/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-beetle-sgx/Makefile Mon Aug 13 00:54:25 2018 +0000
@@ -0,0 +1,33 @@
+# $NetBSD: Makefile,v 1.1 2018/08/13 00:54:25 nia Exp $
+
+DISTNAME= libretro-beetle-sgx-20180512
+CATEGORIES= emulators
+MASTER_SITES= ${MASTER_SITE_GITHUB:=libretro/}
+GITHUB_PROJECT= beetle-supergrafx-libretro
+GITHUB_TAG= 0d4d96428073f8734e80a2ebc157daa228babe51
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://docs.libretro.com/library/beetle_sgx/
+COMMENT= Libretro core based on the Mednafen SuperGrafx 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
+CFLAGS+= -DBYTE_ORDER=BIG_ENDIAN
+.endif
+
+INSTALLATION_DIRS+= ${PREFIX}/lib/libretro
+
+do-install:
+ ${INSTALL_LIB} ${WRKSRC}/mednafen_supergrafx_libretro.so \
+ ${DESTDIR}${PREFIX}/lib/libretro/mednafen_supergrafx_libretro.so
+
+.include "../../mk/bsd.pkg.mk"
diff -r a7c3efa340eb -r bb55b9a719bb emulators/libretro-beetle-sgx/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-beetle-sgx/PLIST Mon Aug 13 00:54:25 2018 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2018/08/13 00:54:25 nia Exp $
+lib/libretro/mednafen_supergrafx_libretro.so
diff -r a7c3efa340eb -r bb55b9a719bb emulators/libretro-beetle-sgx/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-beetle-sgx/distinfo Mon Aug 13 00:54:25 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/08/13 00:54:25 nia Exp $
+
+SHA1 (libretro-beetle-sgx-20180512-0d4d96428073f8734e80a2ebc157daa228babe51.tar.gz) = c0426ecdbeddda70b49e2a5dabe52b5931d60b0c
+RMD160 (libretro-beetle-sgx-20180512-0d4d96428073f8734e80a2ebc157daa228babe51.tar.gz) = f1fa8282647e97d692a419d866ed483cba007031
+SHA512 (libretro-beetle-sgx-20180512-0d4d96428073f8734e80a2ebc157daa228babe51.tar.gz) =
6c8860b102c678b70f4eb41dc177b10a0db2e0ff59ef4168f35ab7c5b2c42258ef588925f89cdd970a2b1498731f9baa7790c0bf3368fb93db9a8d66deb9e757
+Size (libretro-beetle-sgx-20180512-0d4d96428073f8734e80a2ebc157daa228babe51.tar.gz) = 1140484 bytes
Home |
Main Index |
Thread Index |
Old Index