Received: by mail.netbsd.org (Postfix, from userid 605) id EE8AC84D85; Sun, 31 May 2020 12:19:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 771C884D77 for ; Sun, 31 May 2020 12:19:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id PygUxWaG2lL4 for ; Sun, 31 May 2020 12:19:33 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id B032084D25 for ; Sun, 31 May 2020 12:19:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A3F1DFB27; Sun, 31 May 2020 12:19:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1590927573241240" MIME-Version: 1.0 Date: Sun, 31 May 2020 12:19:33 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/emulators To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200531121933.A3F1DFB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1590927573241240 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sun May 31 12:19:33 UTC 2020 Modified Files: pkgsrc/emulators: Makefile Added Files: pkgsrc/emulators/libretro-fbneo: DESCR Makefile PLIST distinfo Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.316 -r1.317 pkgsrc/emulators/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/emulators/libretro-fbneo/DESCR \ pkgsrc/emulators/libretro-fbneo/Makefile \ pkgsrc/emulators/libretro-fbneo/PLIST \ pkgsrc/emulators/libretro-fbneo/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1590927573241240 Content-Disposition: inline Content-Length: 3947 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/emulators/Makefile diff -u pkgsrc/emulators/Makefile:1.316 pkgsrc/emulators/Makefile:1.317 --- pkgsrc/emulators/Makefile:1.316 Sat May 30 14:34:25 2020 +++ pkgsrc/emulators/Makefile Sun May 31 12:19:33 2020 @@ -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-core-info SUBDIR+= libretro-desmume SUBDIR+= libretro-dolphin SUBDIR+= libretro-fbalpha +SUBDIR+= libretro-fbneo SUBDIR+= libretro-fceumm SUBDIR+= libretro-freeintv SUBDIR+= libretro-fuse Added files: Index: pkgsrc/emulators/libretro-fbneo/DESCR diff -u /dev/null pkgsrc/emulators/libretro-fbneo/DESCR:1.1 --- /dev/null Sun May 31 12:19:33 2020 +++ pkgsrc/emulators/libretro-fbneo/DESCR Sun May 31 12:19:33 2020 @@ -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. Index: pkgsrc/emulators/libretro-fbneo/Makefile diff -u /dev/null pkgsrc/emulators/libretro-fbneo/Makefile:1.1 --- /dev/null Sun May 31 12:19:33 2020 +++ pkgsrc/emulators/libretro-fbneo/Makefile Sun May 31 12:19:33 2020 @@ -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 +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" Index: pkgsrc/emulators/libretro-fbneo/PLIST diff -u /dev/null pkgsrc/emulators/libretro-fbneo/PLIST:1.1 --- /dev/null Sun May 31 12:19:33 2020 +++ pkgsrc/emulators/libretro-fbneo/PLIST Sun May 31 12:19:33 2020 @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2020/05/31 12:19:33 nia Exp $ +lib/libretro/fbneo_libretro.${SOEXT} Index: pkgsrc/emulators/libretro-fbneo/distinfo diff -u /dev/null pkgsrc/emulators/libretro-fbneo/distinfo:1.1 --- /dev/null Sun May 31 12:19:33 2020 +++ pkgsrc/emulators/libretro-fbneo/distinfo Sun May 31 12:19:33 2020 @@ -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 --_----------=_1590927573241240--