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:25:45 UTC 2020
Modified Files:
pkgsrc/emulators: Makefile
Added Files:
pkgsrc/emulators/libretro-gearboy: DESCR Makefile PLIST
Log Message:
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++.
To generate a diff of this commit:
cvs rdiff -u -r1.325 -r1.326 pkgsrc/emulators/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/emulators/libretro-gearboy/DESCR \
pkgsrc/emulators/libretro-gearboy/Makefile \
pkgsrc/emulators/libretro-gearboy/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.325 pkgsrc/emulators/Makefile:1.326
--- pkgsrc/emulators/Makefile:1.325 Tue Jun 2 13:25:00 2020
+++ pkgsrc/emulators/Makefile Tue Jun 2 13:25:45 2020
@@ -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-flycast
SUBDIR+= libretro-freeintv
SUBDIR+= libretro-fuse
SUBDIR+= libretro-gambatte
+SUBDIR+= libretro-gearboy
SUBDIR+= libretro-genesis-plus-gx
SUBDIR+= libretro-mame2010
SUBDIR+= libretro-mgba
Added files:
Index: pkgsrc/emulators/libretro-gearboy/DESCR
diff -u /dev/null pkgsrc/emulators/libretro-gearboy/DESCR:1.1
--- /dev/null Tue Jun 2 13:25:45 2020
+++ pkgsrc/emulators/libretro-gearboy/DESCR Tue Jun 2 13:25:45 2020
@@ -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++.
Index: pkgsrc/emulators/libretro-gearboy/Makefile
diff -u /dev/null pkgsrc/emulators/libretro-gearboy/Makefile:1.1
--- /dev/null Tue Jun 2 13:25:45 2020
+++ pkgsrc/emulators/libretro-gearboy/Makefile Tue Jun 2 13:25:45 2020
@@ -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"
Index: pkgsrc/emulators/libretro-gearboy/PLIST
diff -u /dev/null pkgsrc/emulators/libretro-gearboy/PLIST:1.1
--- /dev/null Tue Jun 2 13:25:45 2020
+++ pkgsrc/emulators/libretro-gearboy/PLIST Tue Jun 2 13:25:45 2020
@@ -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