pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators emulators/libretro-snes9x2010: Import libret...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e4014c975d69
branches:  trunk
changeset: 311433:e4014c975d69
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri Aug 10 20:55:13 2018 +0000

description:
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.

diffstat:

 emulators/Makefile                     |   4 ++--
 emulators/libretro-snes9x2010/DESCR    |  10 ++++++++++
 emulators/libretro-snes9x2010/Makefile |  31 +++++++++++++++++++++++++++++++
 emulators/libretro-snes9x2010/PLIST    |   2 ++
 emulators/libretro-snes9x2010/distinfo |   6 ++++++
 5 files changed, 51 insertions(+), 2 deletions(-)

diffs (83 lines):

diff -r e0a431d86478 -r e4014c975d69 emulators/Makefile
--- a/emulators/Makefile        Fri Aug 10 20:34:01 2018 +0000
+++ b/emulators/Makefile        Fri Aug 10 20:55:13 2018 +0000
@@ -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-pcsx-rearmed
 SUBDIR+=       libretro-picodrive
 SUBDIR+=       libretro-snes9x2005
-SUBDIR+=       libretro-snes9x-next
+SUBDIR+=       libretro-snes9x2010
 SUBDIR+=       libretro-stella
 SUBDIR+=       libretro-vba-next
 SUBDIR+=       libspectrum
diff -r e0a431d86478 -r e4014c975d69 emulators/libretro-snes9x2010/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-snes9x2010/DESCR       Fri Aug 10 20:55:13 2018 +0000
@@ -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.
diff -r e0a431d86478 -r e4014c975d69 emulators/libretro-snes9x2010/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-snes9x2010/Makefile    Fri Aug 10 20:55:13 2018 +0000
@@ -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"
diff -r e0a431d86478 -r e4014c975d69 emulators/libretro-snes9x2010/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-snes9x2010/PLIST       Fri Aug 10 20:55:13 2018 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2018/08/10 20:55:13 nia Exp $
+lib/libretro/snes9x2010_libretro.so
diff -r e0a431d86478 -r e4014c975d69 emulators/libretro-snes9x2010/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-snes9x2010/distinfo    Fri Aug 10 20:55:13 2018 +0000
@@ -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