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:           Sat Aug 11 00:19:58 UTC 2018

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

Log Message:
emulators/libretro-beetle-psx: Import libretro-beetle-psx-20180808

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.

Mednafen PSX (Beetle PSX) is a Sony PlayStation 1 video game system emulator
that can be used as a libretro core. It is a libretro port of Mednafen
PlayStation.

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/IMG/SUB" rips,
and cdrdao "TOC" files. A CUE file is required.


To generate a diff of this commit:
cvs rdiff -u -r1.261 -r1.262 pkgsrc/emulators/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/emulators/libretro-beetle-psx/DESCR \
    pkgsrc/emulators/libretro-beetle-psx/MESSAGE \
    pkgsrc/emulators/libretro-beetle-psx/Makefile \
    pkgsrc/emulators/libretro-beetle-psx/PLIST \
    pkgsrc/emulators/libretro-beetle-psx/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.261 pkgsrc/emulators/Makefile:1.262
--- pkgsrc/emulators/Makefile:1.261     Fri Aug 10 23:16:11 2018
+++ pkgsrc/emulators/Makefile   Sat Aug 11 00:19:58 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.261 2018/08/10 23:16:11 nia Exp $
+# $NetBSD: Makefile,v 1.262 2018/08/11 00:19:58 nia Exp $
 #
 
 COMMENT=       Emulators for other operating systems
@@ -89,6 +89,7 @@ SUBDIR+=      keystone
 SUBDIR+=       klh10
 SUBDIR+=       libdsk
 SUBDIR+=       libretro-beetle-pce-fast
+SUBDIR+=       libretro-beetle-psx
 SUBDIR+=       libretro-core-info
 SUBDIR+=       libretro-database
 SUBDIR+=       libretro-fceumm

Added files:

Index: pkgsrc/emulators/libretro-beetle-psx/DESCR
diff -u /dev/null pkgsrc/emulators/libretro-beetle-psx/DESCR:1.1
--- /dev/null   Sat Aug 11 00:19:58 2018
+++ pkgsrc/emulators/libretro-beetle-psx/DESCR  Sat Aug 11 00:19:58 2018
@@ -0,0 +1,13 @@
+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.
+
+Mednafen PSX (Beetle PSX) is a Sony PlayStation 1 video game system emulator
+that can be used as a libretro core. It is a libretro port of Mednafen
+PlayStation.
+
+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/IMG/SUB" rips,
+and cdrdao "TOC" files. A CUE file is required.
Index: pkgsrc/emulators/libretro-beetle-psx/MESSAGE
diff -u /dev/null pkgsrc/emulators/libretro-beetle-psx/MESSAGE:1.1
--- /dev/null   Sat Aug 11 00:19:58 2018
+++ pkgsrc/emulators/libretro-beetle-psx/MESSAGE        Sat Aug 11 00:19:58 2018
@@ -0,0 +1,18 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1 2018/08/11 00:19:58 nia Exp $
+
+Beetle PSX requires the following BIOS files in order to work:
+
+* scph5500.bin - SHA256 sum:
+       9c0421858e217805f4abe18698afea8d5aa36ff0727eb8484944e00eb5e7eadb
+* scph5501.bin - SHA256 sum:
+       11052b6499e466bbf0a709b1f9cb6834a9418e66680387912451e971cf8a1fef
+* scph5502.bin - SHA256 sum:
+       1faaa18fa820a0225e488d9f086296b8e6c46df739666093987ff7d8fd352c09
+
+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-psx/Makefile
diff -u /dev/null pkgsrc/emulators/libretro-beetle-psx/Makefile:1.1
--- /dev/null   Sat Aug 11 00:19:58 2018
+++ pkgsrc/emulators/libretro-beetle-psx/Makefile       Sat Aug 11 00:19:58 2018
@@ -0,0 +1,33 @@
+# $NetBSD: Makefile,v 1.1 2018/08/11 00:19:58 nia Exp $
+
+DISTNAME=      libretro-beetle-psx-20180808
+CATEGORIES=    emulators
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=libretro/}
+GITHUB_PROJECT=        beetle-psx-libretro
+GITHUB_TAG=    7bb007de15b2f40a880b788ebf47a400c90827d9
+
+MAINTAINER=    nia%NetBSD.org@localhost
+HOMEPAGE=      https://docs.libretro.com/library/beetle_psx/
+COMMENT=       Libretro core based on the Mednafen PlayStation emulator
+LICENSE=       gnu-gpl-v2
+
+EXTRACT_USING= bsdtar
+
+USE_TOOLS+=    gmake
+USE_LANGUAGES= c c++
+
+MAKE_FLAGS+=   GIT_VERSION="-pkgsrc"
+
+.include "../../mk/endian.mk"
+
+.if ${MACHINE_ENDIAN} == "big"
+CFLAGS+=       -DMSB_FIRST
+.endif
+
+INSTALLATION_DIRS+=    ${PREFIX}/lib/libretro
+
+do-install:
+       ${INSTALL_LIB} ${WRKSRC}/mednafen_psx_libretro.so \
+           ${DESTDIR}${PREFIX}/lib/libretro/mednafen_psx_libretro.so
+
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/emulators/libretro-beetle-psx/PLIST
diff -u /dev/null pkgsrc/emulators/libretro-beetle-psx/PLIST:1.1
--- /dev/null   Sat Aug 11 00:19:58 2018
+++ pkgsrc/emulators/libretro-beetle-psx/PLIST  Sat Aug 11 00:19:58 2018
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2018/08/11 00:19:58 nia Exp $
+lib/libretro/mednafen_psx_libretro.so
Index: pkgsrc/emulators/libretro-beetle-psx/distinfo
diff -u /dev/null pkgsrc/emulators/libretro-beetle-psx/distinfo:1.1
--- /dev/null   Sat Aug 11 00:19:58 2018
+++ pkgsrc/emulators/libretro-beetle-psx/distinfo       Sat Aug 11 00:19:58 2018
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/08/11 00:19:58 nia Exp $
+
+SHA1 (libretro-beetle-psx-20180808-7bb007de15b2f40a880b788ebf47a400c90827d9.tar.gz) = 523ae4dbafabbc94d0ca16c9ce624c4f6d4301dc
+RMD160 (libretro-beetle-psx-20180808-7bb007de15b2f40a880b788ebf47a400c90827d9.tar.gz) = 44109917cabbab8aa2c37a56578bf0b2e3467037
+SHA512 (libretro-beetle-psx-20180808-7bb007de15b2f40a880b788ebf47a400c90827d9.tar.gz) = 
735c1f2847a86b48804c51262eaa9908e2f3dd671d88d5dcf4683f5bfdad6574c15319dc5ec1cc826b098016a1a1a5bb65f8dfd390982fda789568d2c733f2b1
+Size (libretro-beetle-psx-20180808-7bb007de15b2f40a880b788ebf47a400c90827d9.tar.gz) = 2087496 bytes



Home | Main Index | Thread Index | Old Index