pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Aug 12 13:22:43 UTC 2018

Modified Files:
        pkgsrc/emulators: Makefile
Added Files:
        pkgsrc/emulators/libretro-beetle-saturn: DESCR MESSAGE Makefile PLIST
            distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.268 -r1.269 pkgsrc/emulators/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/emulators/libretro-beetle-saturn/DESCR \
    pkgsrc/emulators/libretro-beetle-saturn/MESSAGE \
    pkgsrc/emulators/libretro-beetle-saturn/Makefile \
    pkgsrc/emulators/libretro-beetle-saturn/PLIST \
    pkgsrc/emulators/libretro-beetle-saturn/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/emulators/Makefile
diff -u pkgsrc/emulators/Makefile:1.268 pkgsrc/emulators/Makefile:1.269
--- pkgsrc/emulators/Makefile:1.268     Sun Aug 12 12:52:52 2018
+++ pkgsrc/emulators/Makefile   Sun Aug 12 13:22:43 2018
@@ -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+=      libdsk
 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

Added files:

Index: pkgsrc/emulators/libretro-beetle-saturn/DESCR
diff -u /dev/null pkgsrc/emulators/libretro-beetle-saturn/DESCR:1.1
--- /dev/null   Sun Aug 12 13:22:43 2018
+++ pkgsrc/emulators/libretro-beetle-saturn/DESCR       Sun Aug 12 13:22:43 2018
@@ -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.
Index: pkgsrc/emulators/libretro-beetle-saturn/MESSAGE
diff -u /dev/null pkgsrc/emulators/libretro-beetle-saturn/MESSAGE:1.1
--- /dev/null   Sun Aug 12 13:22:43 2018
+++ pkgsrc/emulators/libretro-beetle-saturn/MESSAGE     Sun Aug 12 13:22:43 2018
@@ -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.
+
+===========================================================================
Index: pkgsrc/emulators/libretro-beetle-saturn/Makefile
diff -u /dev/null pkgsrc/emulators/libretro-beetle-saturn/Makefile:1.1
--- /dev/null   Sun Aug 12 13:22:43 2018
+++ pkgsrc/emulators/libretro-beetle-saturn/Makefile    Sun Aug 12 13:22:43 2018
@@ -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"
Index: pkgsrc/emulators/libretro-beetle-saturn/PLIST
diff -u /dev/null pkgsrc/emulators/libretro-beetle-saturn/PLIST:1.1
--- /dev/null   Sun Aug 12 13:22:43 2018
+++ pkgsrc/emulators/libretro-beetle-saturn/PLIST       Sun Aug 12 13:22:43 2018
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2018/08/12 13:22:43 nia Exp $
+lib/libretro/mednafen_saturn_libretro.so
Index: pkgsrc/emulators/libretro-beetle-saturn/distinfo
diff -u /dev/null pkgsrc/emulators/libretro-beetle-saturn/distinfo:1.1
--- /dev/null   Sun Aug 12 13:22:43 2018
+++ pkgsrc/emulators/libretro-beetle-saturn/distinfo    Sun Aug 12 13:22:43 2018
@@ -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