pkgsrc-WIP-changes archive

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

libretro-mednafen-psx: Import libretro-mednafen-psx-20170507 as wip/libretro-mednafen-psx



Module Name:	pkgsrc-wip
Committed By:	Nia Alarie <nia.alarie%gmail.com@localhost>
Pushed By:	nee
Date:		Sat May 13 19:44:34 2017 +0100
Changeset:	bc32245ca7c51f2df189ac248029da57ca1a8b4d

Modified Files:
	Makefile
Added Files:
	libretro-mednafen-psx/DESCR
	libretro-mednafen-psx/MESSAGE
	libretro-mednafen-psx/Makefile
	libretro-mednafen-psx/PLIST
	libretro-mednafen-psx/distinfo

Log Message:
libretro-mednafen-psx: Import libretro-mednafen-psx-20170507 as
wip/libretro-mednafen-psx

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 PlayStation1 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. In the case of CUE+BIN, a CUE file is required.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=bc32245ca7c51f2df189ac248029da57ca1a8b4d

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

diffstat:
 Makefile                       |  1 +
 libretro-mednafen-psx/DESCR    | 13 +++++++++++++
 libretro-mednafen-psx/MESSAGE  | 15 +++++++++++++++
 libretro-mednafen-psx/Makefile | 22 ++++++++++++++++++++++
 libretro-mednafen-psx/PLIST    |  2 ++
 libretro-mednafen-psx/distinfo |  6 ++++++
 6 files changed, 59 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 79831bae47..c8f84e254c 100644
--- a/Makefile
+++ b/Makefile
@@ -1718,6 +1718,7 @@ SUBDIR+=	libretro-mame2003
 SUBDIR+=	libretro-mame2014
 SUBDIR+=	libretro-mednafen-ngp
 SUBDIR+=	libretro-mednafen-pce-fast
+SUBDIR+=	libretro-mednafen-psx
 SUBDIR+=	libretro-mednafen-wswan
 SUBDIR+=	libretro-nestopia
 SUBDIR+=	libretro-parallel-n64
diff --git a/libretro-mednafen-psx/DESCR b/libretro-mednafen-psx/DESCR
new file mode 100644
index 0000000000..87d9e26b9b
--- /dev/null
+++ b/libretro-mednafen-psx/DESCR
@@ -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 PlayStation1 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. In the case of CUE+BIN, a CUE file is required.
diff --git a/libretro-mednafen-psx/MESSAGE b/libretro-mednafen-psx/MESSAGE
new file mode 100644
index 0000000000..19522ae434
--- /dev/null
+++ b/libretro-mednafen-psx/MESSAGE
@@ -0,0 +1,15 @@
+===========================================================================
+$NetBSD$
+
+Mednafen PSX requires the following BIOS files in order to work:
+
+* scph5500.bin (MD5 sum: 8dd7d5296a650fac7319bce665a6a53c)
+* scph5501.bin (MD5 sum: 490f666e1afb15b7362b406ed1cea246)
+* scph5502.bin (MD5 sum: 32736f17079d0b2b7024407c39bd3050)
+
+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 --git a/libretro-mednafen-psx/Makefile b/libretro-mednafen-psx/Makefile
new file mode 100644
index 0000000000..41ac1f9ff7
--- /dev/null
+++ b/libretro-mednafen-psx/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD$
+
+DISTNAME=	libretro-mednafen-psx-20170507
+CATEGORIES=	emulators
+MASTER_SITES=	${MASTER_SITE_GITHUB:=libretro/}
+COMMENT=	Libretro core based on the Mednafen PlayStation emulator
+LICENSE=	gnu-gpl-v2
+
+GITHUB_PROJECT=	beetle-psx-libretro
+GITHUB_TAG=	76862abefdde9097561e2b795e75b49247deff17
+
+USE_TOOLS=	gmake
+
+USE_LANGUAGES=	c c++
+
+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"
diff --git a/libretro-mednafen-psx/PLIST b/libretro-mednafen-psx/PLIST
new file mode 100644
index 0000000000..a6798f248b
--- /dev/null
+++ b/libretro-mednafen-psx/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+lib/libretro/mednafen_psx_libretro.so
diff --git a/libretro-mednafen-psx/distinfo b/libretro-mednafen-psx/distinfo
new file mode 100644
index 0000000000..81abbff2b5
--- /dev/null
+++ b/libretro-mednafen-psx/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (libretro-mednafen-psx-20170507-76862abefdde9097561e2b795e75b49247deff17.tar.gz) = 64f72179e7f57841540f201fff94b5b59aea1762
+RMD160 (libretro-mednafen-psx-20170507-76862abefdde9097561e2b795e75b49247deff17.tar.gz) = f39f2bc6d0d553b948134b708328716dbfadc0b1
+SHA512 (libretro-mednafen-psx-20170507-76862abefdde9097561e2b795e75b49247deff17.tar.gz) = 94b668e6e22f9e94223fc5ecb5d59b6319220c8f63a09f3db63f1de5d6b96441241b649c0eeb62a17619fd7016266942ddd37a9008c7b539dc22ffa0e3c95e31
+Size (libretro-mednafen-psx-20170507-76862abefdde9097561e2b795e75b49247deff17.tar.gz) = 1424821 bytes


Home | Main Index | Thread Index | Old Index