pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators libretro-beetle-saturn: add version 20180620.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4387d162751f
branches:  trunk
changeset: 311485:4387d162751f
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Aug 12 13:22:43 2018 +0000

description:
libretro-beetle-saturn: 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 Saturn is a Sega Saturn video game system emulator that can
be used as a libretro core.

Mednafen can load CD-ROM games from a ripped/dumped copy of the disc, such
as CUE+BIN. Additionally, there is support for CloneCD "CCD" rips, and cdrdao
"TOC" files. A CUE file is required.

diffstat:

 emulators/Makefile                        |   3 +-
 emulators/libretro-beetle-saturn/DESCR    |  12 ++++++++++
 emulators/libretro-beetle-saturn/MESSAGE  |  17 ++++++++++++++
 emulators/libretro-beetle-saturn/Makefile |  37 +++++++++++++++++++++++++++++++
 emulators/libretro-beetle-saturn/PLIST    |   2 +
 emulators/libretro-beetle-saturn/distinfo |   6 +++++
 6 files changed, 76 insertions(+), 1 deletions(-)

diffs (111 lines):

diff -r 355b78b3c72d -r 4387d162751f emulators/Makefile
--- a/emulators/Makefile        Sun Aug 12 12:53:06 2018 +0000
+++ b/emulators/Makefile        Sun Aug 12 13:22:43 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.268 2018/08/12 12:52:52 nia Exp $
+# $NetBSD: Makefile,v 1.269 2018/08/12 13:22:43 nia Exp $
 #
 
 COMMENT=       Emulators for other operating systems
@@ -91,6 +91,7 @@
 SUBDIR+=       libretro-beetle-ngp
 SUBDIR+=       libretro-beetle-pce-fast
 SUBDIR+=       libretro-beetle-psx
+SUBDIR+=       libretro-beetle-saturn
 SUBDIR+=       libretro-beetle-wswan
 SUBDIR+=       libretro-core-info
 SUBDIR+=       libretro-database
diff -r 355b78b3c72d -r 4387d162751f emulators/libretro-beetle-saturn/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-beetle-saturn/DESCR    Sun Aug 12 13:22:43 2018 +0000
@@ -0,0 +1,12 @@
+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 Saturn is a Sega Saturn video game system emulator that can
+be used as a libretro core.
+
+Mednafen can load CD-ROM games from a ripped/dumped copy of the disc, such
+as CUE+BIN. Additionally, there is support for CloneCD "CCD" rips, and cdrdao
+"TOC" files. A CUE file is required.
diff -r 355b78b3c72d -r 4387d162751f emulators/libretro-beetle-saturn/MESSAGE
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-beetle-saturn/MESSAGE  Sun Aug 12 13:22:43 2018 +0000
@@ -0,0 +1,17 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1 2018/08/12 13:22:43 nia Exp $
+
+Beetle Saturn requires the following MESS BIOS files in order to work:
+
+* mpr-17933.bin
+SHA256: 96e106f740ab448cf89f0dd49dfbac7fe5391cb6bd6e14ad5e3061c13330266f
+
+* sega_100a.bin
+SHA256: 87293093fad802fcff31fcab427a16caff1acbc5184899b8383b360fd58efb73
+
+In retroarch, you'll need to place them in the System Directory.
+
+Alternatively, you can place them in your Content Directory next to the
+software you are going to run.
+
+===========================================================================
diff -r 355b78b3c72d -r 4387d162751f emulators/libretro-beetle-saturn/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-beetle-saturn/Makefile Sun Aug 12 13:22:43 2018 +0000
@@ -0,0 +1,37 @@
+# $NetBSD: Makefile,v 1.1 2018/08/12 13:22:43 nia Exp $
+
+DISTNAME=      libretro-beetle-saturn-20180620
+CATEGORIES=    emulators
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=libretro/}
+GITHUB_PROJECT=        beetle-saturn-libretro
+GITHUB_TAG=    1983713f665e86459900a08873fac09e70c31bfa
+
+MAINTAINER=    nia%NetBSD.org@localhost
+HOMEPAGE=      https://docs.libretro.com/library/beetle_saturn/
+COMMENT=       Libretro core based on the Mednafen Sega Saturn emulator
+LICENSE=       gnu-gpl-v2
+
+EXTRACT_USING= bsdtar
+USE_TOOLS+=    gmake
+USE_LANGUAGES= c c++
+
+MAKE_FLAGS+=   GIT_VERSION="-pkgsrc"
+
+# "experimental, x86_64 only" - https://mednafen.github.io/
+# Not built by upstream's buildbot for i386, ARM, or PowerPC.
+ONLY_FOR_PLATFORM=     *-*-x86_64
+
+INSTALLATION_DIRS+=    ${PREFIX}/lib/libretro
+
+.include "../../mk/endian.mk"
+
+.if ${MACHINE_ENDIAN} == "big"
+CFLAGS+=       -DMSB_FIRST
+.endif
+
+do-install:
+       ${INSTALL_LIB} ${WRKSRC}/mednafen_saturn_libretro.so \
+           ${DESTDIR}${PREFIX}/lib/libretro/mednafen_saturn_libretro.so
+
+.include "../../mk/pthread.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 355b78b3c72d -r 4387d162751f emulators/libretro-beetle-saturn/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-beetle-saturn/PLIST    Sun Aug 12 13:22:43 2018 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2018/08/12 13:22:43 nia Exp $
+lib/libretro/mednafen_saturn_libretro.so
diff -r 355b78b3c72d -r 4387d162751f emulators/libretro-beetle-saturn/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-beetle-saturn/distinfo Sun Aug 12 13:22:43 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/08/12 13:22:43 nia Exp $
+
+SHA1 (libretro-beetle-saturn-20180620-1983713f665e86459900a08873fac09e70c31bfa.tar.gz) = 443c3a9567b4bfb47eccfcf01cf3db80bfb07f75
+RMD160 (libretro-beetle-saturn-20180620-1983713f665e86459900a08873fac09e70c31bfa.tar.gz) = 89574f1ac0987ec18ad2cd6d76fa0d728583a431
+SHA512 (libretro-beetle-saturn-20180620-1983713f665e86459900a08873fac09e70c31bfa.tar.gz) = 
7ca419b0ac495284796d3acc0b52a66b7f821733c77c2c9f23c478bf356ad52cff3c1b8236de7de04118dd7c96a332eeba17f207887d995b8aff10c58a4d5992
+Size (libretro-beetle-saturn-20180620-1983713f665e86459900a08873fac09e70c31bfa.tar.gz) = 1420451 bytes



Home | Main Index | Thread Index | Old Index