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-gearboy



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

description:
emulators: add libretro-gearboy

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.

Gearboy is a cross-platform Game Boy / GameBoy Color emulator written in C++.

diffstat:

 emulators/Makefile                  |   3 ++-
 emulators/libretro-gearboy/DESCR    |   7 +++++++
 emulators/libretro-gearboy/Makefile |  19 +++++++++++++++++++
 emulators/libretro-gearboy/PLIST    |   2 ++
 4 files changed, 30 insertions(+), 1 deletions(-)

diffs (57 lines):

diff -r aa2cab1c85fe -r b9769846775d emulators/Makefile
--- a/emulators/Makefile        Tue Jun 02 13:25:00 2020 +0000
+++ b/emulators/Makefile        Tue Jun 02 13:25:45 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.325 2020/06/02 13:25:00 nia Exp $
+# $NetBSD: Makefile,v 1.326 2020/06/02 13:25:45 nia Exp $
 #
 
 COMMENT=       Emulators for other operating systems
@@ -114,6 +114,7 @@
 SUBDIR+=       libretro-freeintv
 SUBDIR+=       libretro-fuse
 SUBDIR+=       libretro-gambatte
+SUBDIR+=       libretro-gearboy
 SUBDIR+=       libretro-genesis-plus-gx
 SUBDIR+=       libretro-mame2010
 SUBDIR+=       libretro-mgba
diff -r aa2cab1c85fe -r b9769846775d emulators/libretro-gearboy/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-gearboy/DESCR  Tue Jun 02 13:25:45 2020 +0000
@@ -0,0 +1,7 @@
+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.
+
+Gearboy is a cross-platform Game Boy / GameBoy Color emulator written in C++.
diff -r aa2cab1c85fe -r b9769846775d emulators/libretro-gearboy/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-gearboy/Makefile       Tue Jun 02 13:25:45 2020 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2020/06/02 13:25:45 nia Exp $
+
+LIBRETRO_CORE= gearboy
+
+.include "../../emulators/gearboy/Makefile.common"
+.include "../../emulators/retroarch/core.mk"
+
+PKGNAME=       libretro-${DISTNAME}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://docs.libretro.com/library/gearboy/
+COMMENT=       Libretro core based on the Gearboy Game Boy 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 aa2cab1c85fe -r b9769846775d emulators/libretro-gearboy/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-gearboy/PLIST  Tue Jun 02 13:25:45 2020 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2020/06/02 13:25:45 nia Exp $
+lib/libretro/gearboy_libretro.${SOEXT}



Home | Main Index | Thread Index | Old Index