pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators libretro-beetle-pce-fast: Import libretro-be...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1d9d4fe73965
branches:  trunk
changeset: 311436:1d9d4fe73965
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri Aug 10 23:16:11 2018 +0000

description:
libretro-beetle-pce-fast: Import libretro-beetle-pce-fast-20180720

This package replaces emulators/libretro-mednafen-pce-fast.

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 PCE FAST is a NEC TurboGrafx-16/PC Engine/CD video game
system emulator.

diffstat:

 emulators/Makefile                          |   4 +-
 emulators/libretro-beetle-pce-fast/DESCR    |   8 +++++++
 emulators/libretro-beetle-pce-fast/Makefile |  33 +++++++++++++++++++++++++++++
 emulators/libretro-beetle-pce-fast/PLIST    |   2 +
 emulators/libretro-beetle-pce-fast/distinfo |   6 +++++
 5 files changed, 51 insertions(+), 2 deletions(-)

diffs (88 lines):

diff -r 7043a8d1de32 -r 1d9d4fe73965 emulators/Makefile
--- a/emulators/Makefile        Fri Aug 10 21:07:19 2018 +0000
+++ b/emulators/Makefile        Fri Aug 10 23:16:11 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.260 2018/08/10 20:55:13 nia Exp $
+# $NetBSD: Makefile,v 1.261 2018/08/10 23:16:11 nia Exp $
 #
 
 COMMENT=       Emulators for other operating systems
@@ -88,12 +88,12 @@
 SUBDIR+=       keystone
 SUBDIR+=       klh10
 SUBDIR+=       libdsk
+SUBDIR+=       libretro-beetle-pce-fast
 SUBDIR+=       libretro-core-info
 SUBDIR+=       libretro-database
 SUBDIR+=       libretro-fceumm
 SUBDIR+=       libretro-gambatte
 SUBDIR+=       libretro-glsl-shaders
-SUBDIR+=       libretro-mednafen-pce-fast
 SUBDIR+=       libretro-mupen64plus
 SUBDIR+=       libretro-nestopia
 SUBDIR+=       libretro-pcsx-rearmed
diff -r 7043a8d1de32 -r 1d9d4fe73965 emulators/libretro-beetle-pce-fast/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-beetle-pce-fast/DESCR  Fri Aug 10 23:16:11 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 PCE FAST is a NEC TurboGrafx-16/PC Engine/CD video game
+system emulator.
diff -r 7043a8d1de32 -r 1d9d4fe73965 emulators/libretro-beetle-pce-fast/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-beetle-pce-fast/Makefile       Fri Aug 10 23:16:11 2018 +0000
@@ -0,0 +1,33 @@
+# $NetBSD: Makefile,v 1.1 2018/08/10 23:16:12 nia Exp $
+
+DISTNAME=      libretro-beetle-pce-fast-20180720
+CATEGORIES=    emulators
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=libretro/}
+GITHUB_PROJECT=        beetle-pce-fast-libretro
+GITHUB_TAG=    6dfaf04cf2085ab9e5bb6ffac75070816cb4ff52
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://docs.libretro.com/library/beetle_pce_fast/
+COMMENT=       Libretro core based on the Mednafen PC Engine emulator
+LICENSE=       gnu-gpl-v2
+
+EXTRACT_USING= bsdtar
+USE_TOOLS+=    gmake
+USE_LANGUAGES= c c++
+
+MAKE_FLAGS+=   GIT_VERSION="-pkgsrc"
+
+INSTALLATION_DIRS+=    ${PREFIX}/lib/libretro
+
+.include "../../mk/endian.mk"
+
+.if ${MACHINE_ENDIAN} == "big"
+CFLAGS+=       -DMSB_FIRST
+CFLAGS+=       -DBYTE_ORDER=BIG_ENDIAN
+.endif
+
+do-install:
+       ${INSTALL_LIB} ${WRKSRC}/mednafen_pce_fast_libretro.so \
+           ${DESTDIR}${PREFIX}/lib/libretro/mednafen_pce_fast_libretro.so
+
+.include "../../mk/bsd.pkg.mk"
diff -r 7043a8d1de32 -r 1d9d4fe73965 emulators/libretro-beetle-pce-fast/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-beetle-pce-fast/PLIST  Fri Aug 10 23:16:11 2018 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2018/08/10 23:16:12 nia Exp $
+lib/libretro/mednafen_pce_fast_libretro.so
diff -r 7043a8d1de32 -r 1d9d4fe73965 emulators/libretro-beetle-pce-fast/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-beetle-pce-fast/distinfo       Fri Aug 10 23:16:11 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/08/10 23:16:12 nia Exp $
+
+SHA1 (libretro-beetle-pce-fast-20180720-6dfaf04cf2085ab9e5bb6ffac75070816cb4ff52.tar.gz) = 79aff7c35fc8e70b8fe5f3280828a679e9a8bc9d
+RMD160 (libretro-beetle-pce-fast-20180720-6dfaf04cf2085ab9e5bb6ffac75070816cb4ff52.tar.gz) = 3189b5a86e19cf35c6682b7bfa068608646e526d
+SHA512 (libretro-beetle-pce-fast-20180720-6dfaf04cf2085ab9e5bb6ffac75070816cb4ff52.tar.gz) = 
3d904688d8a39d0045c934b68a3ca98752856f64a1f34b8342757f158afb23b38f62ff296a1a97ec069ff7e5a8052e696714baf063788e44f862ab1e5a57a64e
+Size (libretro-beetle-pce-fast-20180720-6dfaf04cf2085ab9e5bb6ffac75070816cb4ff52.tar.gz) = 1146912 bytes



Home | Main Index | Thread Index | Old Index