Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators emulators: add libretro-gearsystem



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cd4ae868a868
branches:  trunk
changeset: 433455:cd4ae868a868
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Jun 02 13:26:26 2020 +0000

description:
emulators: add libretro-gearsystem

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.

Gearsystem is a cross-platform Sega Master System / Game Gear / SG-1000
emulator written in C++.

diffstat:

 emulators/Makefile                     |   3 ++-
 emulators/libretro-gearsystem/DESCR    |   8 ++++++++
 emulators/libretro-gearsystem/Makefile |  19 +++++++++++++++++++
 emulators/libretro-gearsystem/PLIST    |   2 ++
 4 files changed, 31 insertions(+), 1 deletions(-)

diffs (58 lines):

diff -r b9769846775d -r cd4ae868a868 emulators/Makefile
--- a/emulators/Makefile        Tue Jun 02 13:25:45 2020 +0000
+++ b/emulators/Makefile        Tue Jun 02 13:26:26 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.326 2020/06/02 13:25:45 nia Exp $
+# $NetBSD: Makefile,v 1.327 2020/06/02 13:26:26 nia Exp $
 #
 
 COMMENT=       Emulators for other operating systems
@@ -115,6 +115,7 @@
 SUBDIR+=       libretro-fuse
 SUBDIR+=       libretro-gambatte
 SUBDIR+=       libretro-gearboy
+SUBDIR+=       libretro-gearsystem
 SUBDIR+=       libretro-genesis-plus-gx
 SUBDIR+=       libretro-mame2010
 SUBDIR+=       libretro-mgba
diff -r b9769846775d -r cd4ae868a868 emulators/libretro-gearsystem/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-gearsystem/DESCR       Tue Jun 02 13:26:26 2020 +0000
@@ -0,0 +1,8 @@
+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.
+
+Gearsystem is a cross-platform Sega Master System / Game Gear / SG-1000
+emulator written in C++.
diff -r b9769846775d -r cd4ae868a868 emulators/libretro-gearsystem/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-gearsystem/Makefile    Tue Jun 02 13:26:26 2020 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2020/06/02 13:26:27 nia Exp $
+
+LIBRETRO_CORE= gearsystem
+
+.include "../../emulators/gearsystem/Makefile.common"
+.include "../../emulators/retroarch/core.mk"
+
+PKGNAME=       libretro-${DISTNAME}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://docs.libretro.com/library/gearsystem/
+COMMENT=       Libretro core based on the Gearsystem Master System emlator
+LICENSE=       gnu-gpl-v3
+
+BUILD_DIRS=    platforms/libretro
+
+BUILDLINK_TRANSFORM.SunOS+=    rm:-Wl,-version-script=./link.T
+
+.include "../../mk/bsd.pkg.mk"
diff -r b9769846775d -r cd4ae868a868 emulators/libretro-gearsystem/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-gearsystem/PLIST       Tue Jun 02 13:26:26 2020 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2020/06/02 13:26:27 nia Exp $
+lib/libretro/gearsystem_libretro.${SOEXT}



Home | Main Index | Thread Index | Old Index