Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators emulators: Add libretro-fbneo



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7281667f7cc2
branches:  trunk
changeset: 433131:7281667f7cc2
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun May 31 12:19:33 2020 +0000

description:
emulators: Add libretro-fbneo

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.

FinalBurn Neo is an emulator for arcade games and select consoles.

It is based on the emulators FinalBurn and old versions of MAME.  Many of
the developers of this project also worked on FB Alpha. Due to a controversy,
we no longer do, and recommend that everyone use this emulator instead.

diffstat:

 emulators/Makefile                |   3 ++-
 emulators/libretro-fbneo/DESCR    |  11 +++++++++++
 emulators/libretro-fbneo/Makefile |  33 +++++++++++++++++++++++++++++++++
 emulators/libretro-fbneo/PLIST    |   2 ++
 emulators/libretro-fbneo/distinfo |   6 ++++++
 5 files changed, 54 insertions(+), 1 deletions(-)

diffs (85 lines):

diff -r a6d383b2882b -r 7281667f7cc2 emulators/Makefile
--- a/emulators/Makefile        Sun May 31 11:45:45 2020 +0000
+++ b/emulators/Makefile        Sun May 31 12:19:33 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.316 2020/05/30 14:34:25 nia Exp $
+# $NetBSD: Makefile,v 1.317 2020/05/31 12:19:33 nia Exp $
 #
 
 COMMENT=       Emulators for other operating systems
@@ -107,6 +107,7 @@
 SUBDIR+=       libretro-desmume
 SUBDIR+=       libretro-dolphin
 SUBDIR+=       libretro-fbalpha
+SUBDIR+=       libretro-fbneo
 SUBDIR+=       libretro-fceumm
 SUBDIR+=       libretro-freeintv
 SUBDIR+=       libretro-fuse
diff -r a6d383b2882b -r 7281667f7cc2 emulators/libretro-fbneo/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-fbneo/DESCR    Sun May 31 12:19:33 2020 +0000
@@ -0,0 +1,11 @@
+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.
+
+FinalBurn Neo is an emulator for arcade games and select consoles.
+
+It is based on the emulators FinalBurn and old versions of MAME.  Many of
+the developers of this project also worked on FB Alpha. Due to a controversy,
+we no longer do, and recommend that everyone use this emulator instead.
diff -r a6d383b2882b -r 7281667f7cc2 emulators/libretro-fbneo/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-fbneo/Makefile Sun May 31 12:19:33 2020 +0000
@@ -0,0 +1,33 @@
+# $NetBSD: Makefile,v 1.1 2020/05/31 12:19:33 nia Exp $
+
+DISTNAME=      libretro-fbneo-20200530
+CATEGORIES=    emulators
+GITHUB_PROJECT=        FBNeo
+GITHUB_TAG=    301cf7b6eeb3e7683952b98b66f39008f580b26d
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/libretro/FBNeo/tree/master/src/burner/libretro
+COMMENT=       Libretro core based on the FinalBurn Neo arcade game emulator
+LICENSE=       fbalpha-license
+
+BUILD_DIRS=    src/burner/libretro
+USE_LANGUAGES= c c++
+
+LIBRETRO_CORE= fbneo
+
+MAKE_FLAGS+=   EXTERNAL_ZLIB=1
+
+.include "../../mk/bsd.prefs.mk"
+
+.if ${MACHINE_ARCH} == "earmv6hf" || ${MACHINE_ARCH} == "earmv7hf"
+MAKE_FLAGS+=   USE_CYCLONE=1
+.elif ${MACHINE_ARCH} == "x86_64"
+MAKE_FLAGS+=   USE_X64_DRC=1
+.endif
+
+BUILDLINK_TRANSFORM.SunOS+=    rm:-Wl,-no-undefined
+BUILDLINK_TRANSFORM.SunOS+=    rm:-Wl,--version-script=../../burner/libretro/link.T
+
+.include "../../emulators/retroarch/core.mk"
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r a6d383b2882b -r 7281667f7cc2 emulators/libretro-fbneo/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-fbneo/PLIST    Sun May 31 12:19:33 2020 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2020/05/31 12:19:33 nia Exp $
+lib/libretro/fbneo_libretro.${SOEXT}
diff -r a6d383b2882b -r 7281667f7cc2 emulators/libretro-fbneo/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-fbneo/distinfo Sun May 31 12:19:33 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/05/31 12:19:33 nia Exp $
+
+SHA1 (libretro-fbneo-20200530-301cf7b6eeb3e7683952b98b66f39008f580b26d.tar.gz) = c7b22edc2ae2ac2fff494dd80acfec6e49b9133c
+RMD160 (libretro-fbneo-20200530-301cf7b6eeb3e7683952b98b66f39008f580b26d.tar.gz) = b4d9a8c285aec224e7da70a004e64825548936bf
+SHA512 (libretro-fbneo-20200530-301cf7b6eeb3e7683952b98b66f39008f580b26d.tar.gz) = 
0ef4a27bd9fa0d49f5ea09777f2144a9b0be9c9fced59593ba15e9f4818a305d2ca85a2ef3850cef77032157265376f5f3204b6c81226001c94d85f346829843
+Size (libretro-fbneo-20200530-301cf7b6eeb3e7683952b98b66f39008f580b26d.tar.gz) = 14602038 bytes



Home | Main Index | Thread Index | Old Index