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:           Fri Aug 10 20:55:13 UTC 2018

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

Log Message:
emulators/libretro-snes9x2010: Import libretro-snes9x2010-20180626.

This package replaces emulators/libretro-snes9x-next.

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 is a port of Snes9x 1.52+ to Libretro (previously called SNES9x Next),
rewritten in C with several optimizations and speed hacks.

Snes9x is a Super Nintendo Entertainment System / Super Famicom emulator.


To generate a diff of this commit:
cvs rdiff -u -r1.259 -r1.260 pkgsrc/emulators/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/emulators/libretro-snes9x2010/DESCR \
    pkgsrc/emulators/libretro-snes9x2010/Makefile \
    pkgsrc/emulators/libretro-snes9x2010/PLIST \
    pkgsrc/emulators/libretro-snes9x2010/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.259 pkgsrc/emulators/Makefile:1.260
--- pkgsrc/emulators/Makefile:1.259     Fri Aug 10 20:14:29 2018
+++ pkgsrc/emulators/Makefile   Fri Aug 10 20:55:13 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.259 2018/08/10 20:14:29 nia Exp $
+# $NetBSD: Makefile,v 1.260 2018/08/10 20:55:13 nia Exp $
 #
 
 COMMENT=       Emulators for other operating systems
@@ -99,7 +99,7 @@ SUBDIR+=      libretro-nestopia
 SUBDIR+=       libretro-pcsx-rearmed
 SUBDIR+=       libretro-picodrive
 SUBDIR+=       libretro-snes9x2005
-SUBDIR+=       libretro-snes9x-next
+SUBDIR+=       libretro-snes9x2010
 SUBDIR+=       libretro-stella
 SUBDIR+=       libretro-vba-next
 SUBDIR+=       libspectrum

Added files:

Index: pkgsrc/emulators/libretro-snes9x2010/DESCR
diff -u /dev/null pkgsrc/emulators/libretro-snes9x2010/DESCR:1.1
--- /dev/null   Fri Aug 10 20:55:13 2018
+++ pkgsrc/emulators/libretro-snes9x2010/DESCR  Fri Aug 10 20:55:13 2018
@@ -0,0 +1,10 @@
+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 is a port of Snes9x 1.52+ to Libretro (previously called SNES9x Next),
+rewritten in C with several optimizations and speed hacks.
+
+Snes9x is a Super Nintendo Entertainment System / Super Famicom emulator.
Index: pkgsrc/emulators/libretro-snes9x2010/Makefile
diff -u /dev/null pkgsrc/emulators/libretro-snes9x2010/Makefile:1.1
--- /dev/null   Fri Aug 10 20:55:13 2018
+++ pkgsrc/emulators/libretro-snes9x2010/Makefile       Fri Aug 10 20:55:13 2018
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.1 2018/08/10 20:55:13 nia Exp $
+
+DISTNAME=      libretro-snes9x2010-20180626
+CATEGORIES=    emulators
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=libretro/}
+GITHUB_PROJECT=        snes9x2010
+GITHUB_TAG=    21e176e8f0595c5577e6c2fb5164f92b8855396e
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://docs.libretro.com/library/snes9x_2010/
+COMMENT=       Libretro core based on the snes9x Super Nintendo emulator
+LICENSE=       snes9x-license
+
+MAKE_FILE=     Makefile.libretro
+USE_TOOLS+=    gmake
+
+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}/snes9x2010_libretro.so \
+           ${DESTDIR}${PREFIX}/lib/libretro/snes9x2010_libretro.so
+
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/emulators/libretro-snes9x2010/PLIST
diff -u /dev/null pkgsrc/emulators/libretro-snes9x2010/PLIST:1.1
--- /dev/null   Fri Aug 10 20:55:13 2018
+++ pkgsrc/emulators/libretro-snes9x2010/PLIST  Fri Aug 10 20:55:13 2018
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2018/08/10 20:55:13 nia Exp $
+lib/libretro/snes9x2010_libretro.so
Index: pkgsrc/emulators/libretro-snes9x2010/distinfo
diff -u /dev/null pkgsrc/emulators/libretro-snes9x2010/distinfo:1.1
--- /dev/null   Fri Aug 10 20:55:13 2018
+++ pkgsrc/emulators/libretro-snes9x2010/distinfo       Fri Aug 10 20:55:13 2018
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/08/10 20:55:13 nia Exp $
+
+SHA1 (libretro-snes9x2010-20180626-21e176e8f0595c5577e6c2fb5164f92b8855396e.tar.gz) = 353ce80dade293d986723f20b03885d9b42b80eb
+RMD160 (libretro-snes9x2010-20180626-21e176e8f0595c5577e6c2fb5164f92b8855396e.tar.gz) = af5b0829d8782ea02f050aeedd54beded8674819
+SHA512 (libretro-snes9x2010-20180626-21e176e8f0595c5577e6c2fb5164f92b8855396e.tar.gz) = 
a392b8fbe67d3316b4ba80ae200c34a324c7ac42dba788feb4e9847c358f0bc2da88d9fe466fb3a1eea23c62026e6df710ac04246b8d5de56502f4102029d7a2
+Size (libretro-snes9x2010-20180626-21e176e8f0595c5577e6c2fb5164f92b8855396e.tar.gz) = 383317 bytes



Home | Main Index | Thread Index | Old Index