Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/libretro-smsplus emulators: Add libretro-sms...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/be5b60d20430
branches:  trunk
changeset: 433202:be5b60d20430
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun May 31 17:01:08 2020 +0000

description:
emulators: Add libretro-smsplus

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.

SMS Plus is an open source Sega Master System and Game Gear emulator written
by Charles MacDonald.

SMS Plus GX is an enhanced version which includes improved accuracy and bug
fixes.

diffstat:

 emulators/libretro-smsplus/DESCR    |  11 +++++++++++
 emulators/libretro-smsplus/Makefile |  22 ++++++++++++++++++++++
 emulators/libretro-smsplus/PLIST    |   2 ++
 emulators/libretro-smsplus/distinfo |   6 ++++++
 4 files changed, 41 insertions(+), 0 deletions(-)

diffs (57 lines):

diff -r 7c1b5677ea9c -r be5b60d20430 emulators/libretro-smsplus/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-smsplus/DESCR  Sun May 31 17:01:08 2020 +0000
@@ -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.
+
+SMS Plus is an open source Sega Master System and Game Gear emulator written
+by Charles MacDonald.
+
+SMS Plus GX is an enhanced version which includes improved accuracy and bug
+fixes.
diff -r 7c1b5677ea9c -r be5b60d20430 emulators/libretro-smsplus/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-smsplus/Makefile       Sun May 31 17:01:08 2020 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2020/05/31 17:01:08 nia Exp $
+
+DISTNAME=      libretro-smsplus-20200425
+CATEGORIES=    emulators
+GITHUB_PROJECT=        smsplus-gx
+GITHUB_TAG=    72b9bdccd6e5758ac17efd88b9bece94ec137e80
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://docs.libretro.com/library/smsplus/
+COMMENT=       Libretro core based on the SMS Plus Master System / Game Gear emulator
+LICENSE=       gnu-gpl-v2
+
+MAKE_FILE=     Makefile.libretro
+LIBRETRO_CORE= smsplus
+
+MAKE_FLAGS+=   SOUND_ENGINE=crabemu_sn76489
+MAKE_FLAGS+=   Z80_CORE=eighty
+
+BUILDLINK_TRANSFORM+=  rm:-Wl,--version-script=link.T
+
+.include "../../emulators/retroarch/core.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 7c1b5677ea9c -r be5b60d20430 emulators/libretro-smsplus/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-smsplus/PLIST  Sun May 31 17:01:08 2020 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2020/05/31 17:01:08 nia Exp $
+lib/libretro/smsplus_libretro.${SOEXT}
diff -r 7c1b5677ea9c -r be5b60d20430 emulators/libretro-smsplus/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-smsplus/distinfo       Sun May 31 17:01:08 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/05/31 17:01:08 nia Exp $
+
+SHA1 (libretro-smsplus-20200425-72b9bdccd6e5758ac17efd88b9bece94ec137e80.tar.gz) = 9679221c25112dbcdf90100195613154ad62443f
+RMD160 (libretro-smsplus-20200425-72b9bdccd6e5758ac17efd88b9bece94ec137e80.tar.gz) = b6b47bec1688dfe79381284aea9064e05c89bba6
+SHA512 (libretro-smsplus-20200425-72b9bdccd6e5758ac17efd88b9bece94ec137e80.tar.gz) = 
ceac4d440ca9a8f3bf541d9772237da5fa653f6092ee7a67acefc0c09237cb5daa66a03f13a51d25a4616a96bea3a9694e1ca53761b762847ddfb62d3902d079
+Size (libretro-smsplus-20200425-72b9bdccd6e5758ac17efd88b9bece94ec137e80.tar.gz) = 448757 bytes



Home | Main Index | Thread Index | Old Index