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:           Sun Aug 12 12:52:52 UTC 2018

Modified Files:
        pkgsrc/emulators: Makefile
Added Files:
        pkgsrc/emulators/libretro-beetle-wswan: DESCR Makefile PLIST distinfo

Log Message:
libretro-beetle-wswan: add version 20180620.

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.

This package contains a port of the Mednafen WonderSwan/WonderSwan Color
emulator (based on Cygne) for Libretro.


To generate a diff of this commit:
cvs rdiff -u -r1.267 -r1.268 pkgsrc/emulators/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/emulators/libretro-beetle-wswan/DESCR \
    pkgsrc/emulators/libretro-beetle-wswan/Makefile \
    pkgsrc/emulators/libretro-beetle-wswan/PLIST \
    pkgsrc/emulators/libretro-beetle-wswan/distinfo

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.267 pkgsrc/emulators/Makefile:1.268
--- pkgsrc/emulators/Makefile:1.267     Sat Aug 11 16:09:55 2018
+++ pkgsrc/emulators/Makefile   Sun Aug 12 12:52:52 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.267 2018/08/11 16:09:55 nia Exp $
+# $NetBSD: Makefile,v 1.268 2018/08/12 12:52:52 nia Exp $
 #
 
 COMMENT=       Emulators for other operating systems
@@ -91,6 +91,7 @@ SUBDIR+=      libdsk
 SUBDIR+=       libretro-beetle-ngp
 SUBDIR+=       libretro-beetle-pce-fast
 SUBDIR+=       libretro-beetle-psx
+SUBDIR+=       libretro-beetle-wswan
 SUBDIR+=       libretro-core-info
 SUBDIR+=       libretro-database
 SUBDIR+=       libretro-desmume

Added files:

Index: pkgsrc/emulators/libretro-beetle-wswan/DESCR
diff -u /dev/null pkgsrc/emulators/libretro-beetle-wswan/DESCR:1.1
--- /dev/null   Sun Aug 12 12:52:52 2018
+++ pkgsrc/emulators/libretro-beetle-wswan/DESCR        Sun Aug 12 12:52:52 2018
@@ -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.
+
+This package contains a port of the Mednafen WonderSwan/WonderSwan Color
+emulator (based on Cygne) for Libretro.
Index: pkgsrc/emulators/libretro-beetle-wswan/Makefile
diff -u /dev/null pkgsrc/emulators/libretro-beetle-wswan/Makefile:1.1
--- /dev/null   Sun Aug 12 12:52:52 2018
+++ pkgsrc/emulators/libretro-beetle-wswan/Makefile     Sun Aug 12 12:52:52 2018
@@ -0,0 +1,32 @@
+# $NetBSD: Makefile,v 1.1 2018/08/12 12:52:52 nia Exp $
+
+DISTNAME=      libretro-beetle-wswan-20180620
+CATEGORIES=    emulators
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=libretro/}
+GITHUB_PROJECT=        beetle-wswan-libretro
+GITHUB_TAG=    b4dc85b0ada2b27af3d4420439b0e4528363ef67
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://docs.libretro.com/library/beetle_cygne/
+COMMENT=       Libretro core based on the Mednafen Wonderswan emulator
+LICENSE=       gnu-gpl-v2
+
+EXTRACT_USING= bsdtar
+USE_TOOLS+=    gmake
+USE_LANGUAGES= c c++
+
+MAKE_FLAGS+=   GIT_VERSION="-pkgsrc"
+
+.include "../../mk/endian.mk"
+
+.if ${MACHINE_ENDIAN} == "big"
+CFLAGS+=       -DMSB_FIRST
+.endif
+
+INSTALLATION_DIRS+=    ${PREFIX}/lib/libretro
+
+do-install:
+       ${INSTALL_LIB} ${WRKSRC}/mednafen_wswan_libretro.so \
+           ${DESTDIR}${PREFIX}/lib/libretro/mednafen_wswan_libretro.so
+
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/emulators/libretro-beetle-wswan/PLIST
diff -u /dev/null pkgsrc/emulators/libretro-beetle-wswan/PLIST:1.1
--- /dev/null   Sun Aug 12 12:52:52 2018
+++ pkgsrc/emulators/libretro-beetle-wswan/PLIST        Sun Aug 12 12:52:52 2018
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2018/08/12 12:52:52 nia Exp $
+lib/libretro/mednafen_wswan_libretro.so
Index: pkgsrc/emulators/libretro-beetle-wswan/distinfo
diff -u /dev/null pkgsrc/emulators/libretro-beetle-wswan/distinfo:1.1
--- /dev/null   Sun Aug 12 12:52:52 2018
+++ pkgsrc/emulators/libretro-beetle-wswan/distinfo     Sun Aug 12 12:52:52 2018
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/08/12 12:52:52 nia Exp $
+
+SHA1 (libretro-beetle-wswan-20180620-b4dc85b0ada2b27af3d4420439b0e4528363ef67.tar.gz) = 5e066b7cfa08f4b4d8d4ce8af2b944817186cf14
+RMD160 (libretro-beetle-wswan-20180620-b4dc85b0ada2b27af3d4420439b0e4528363ef67.tar.gz) = e5c19e86ab057631a1998b240d79e34bacbe040e
+SHA512 (libretro-beetle-wswan-20180620-b4dc85b0ada2b27af3d4420439b0e4528363ef67.tar.gz) = 
31265d258e35568ed910bc24fee2ba9d780a1dc671bad0c4267830abd51dc5f3a335bb8fbad56a3e870316f7d4cfcdab8dbb90374178ee48b3363028a6e8d444
+Size (libretro-beetle-wswan-20180620-b4dc85b0ada2b27af3d4420439b0e4528363ef67.tar.gz) = 144227 bytes



Home | Main Index | Thread Index | Old Index