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:           Tue Jun  2 13:26:27 UTC 2020

Modified Files:
        pkgsrc/emulators: Makefile
Added Files:
        pkgsrc/emulators/libretro-gearsystem: DESCR Makefile PLIST

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


To generate a diff of this commit:
cvs rdiff -u -r1.326 -r1.327 pkgsrc/emulators/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/emulators/libretro-gearsystem/DESCR \
    pkgsrc/emulators/libretro-gearsystem/Makefile \
    pkgsrc/emulators/libretro-gearsystem/PLIST

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.326 pkgsrc/emulators/Makefile:1.327
--- pkgsrc/emulators/Makefile:1.326     Tue Jun  2 13:25:45 2020
+++ pkgsrc/emulators/Makefile   Tue Jun  2 13:26:26 2020
@@ -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-freeintv
 SUBDIR+=       libretro-fuse
 SUBDIR+=       libretro-gambatte
 SUBDIR+=       libretro-gearboy
+SUBDIR+=       libretro-gearsystem
 SUBDIR+=       libretro-genesis-plus-gx
 SUBDIR+=       libretro-mame2010
 SUBDIR+=       libretro-mgba

Added files:

Index: pkgsrc/emulators/libretro-gearsystem/DESCR
diff -u /dev/null pkgsrc/emulators/libretro-gearsystem/DESCR:1.1
--- /dev/null   Tue Jun  2 13:26:27 2020
+++ pkgsrc/emulators/libretro-gearsystem/DESCR  Tue Jun  2 13:26:27 2020
@@ -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++.
Index: pkgsrc/emulators/libretro-gearsystem/Makefile
diff -u /dev/null pkgsrc/emulators/libretro-gearsystem/Makefile:1.1
--- /dev/null   Tue Jun  2 13:26:27 2020
+++ pkgsrc/emulators/libretro-gearsystem/Makefile       Tue Jun  2 13:26:27 2020
@@ -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"
Index: pkgsrc/emulators/libretro-gearsystem/PLIST
diff -u /dev/null pkgsrc/emulators/libretro-gearsystem/PLIST:1.1
--- /dev/null   Tue Jun  2 13:26:27 2020
+++ pkgsrc/emulators/libretro-gearsystem/PLIST  Tue Jun  2 13:26:27 2020
@@ -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