pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators emulators/libretro-snes9x2005: Import libret...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7b8f4798362a
branches: trunk
changeset: 311428:7b8f4798362a
user: nia <nia%pkgsrc.org@localhost>
date: Fri Aug 10 20:14:29 2018 +0000
description:
emulators/libretro-snes9x2005: Import libretro-snes9x2005-20180626.
This package replaces emulators/libretro-catsfc.
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.
Snes9x is a Super Nintendo Entertainment System / Super Famicom emulator.
This is a port of SNES9x 1.43 for libretro (it was previously called CAT SFC).
It is an ideal alternative to emulators with a more uncompromising approach to
accuracy, since it runs at full speed on low end devices, for example, low
power ARM SoCs.
diffstat:
emulators/Makefile | 4 ++--
emulators/libretro-snes9x2005/DESCR | 12 ++++++++++++
emulators/libretro-snes9x2005/Makefile | 24 ++++++++++++++++++++++++
emulators/libretro-snes9x2005/PLIST | 2 ++
emulators/libretro-snes9x2005/distinfo | 6 ++++++
5 files changed, 46 insertions(+), 2 deletions(-)
diffs (85 lines):
diff -r e9c2760b3e77 -r 7b8f4798362a emulators/Makefile
--- a/emulators/Makefile Fri Aug 10 19:29:04 2018 +0000
+++ b/emulators/Makefile Fri Aug 10 20:14:29 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.258 2018/08/07 20:23:44 nia Exp $
+# $NetBSD: Makefile,v 1.259 2018/08/10 20:14:29 nia Exp $
#
COMMENT= Emulators for other operating systems
@@ -88,7 +88,6 @@
SUBDIR+= keystone
SUBDIR+= klh10
SUBDIR+= libdsk
-SUBDIR+= libretro-catsfc
SUBDIR+= libretro-core-info
SUBDIR+= libretro-database
SUBDIR+= libretro-fceumm
@@ -99,6 +98,7 @@
SUBDIR+= libretro-nestopia
SUBDIR+= libretro-pcsx-rearmed
SUBDIR+= libretro-picodrive
+SUBDIR+= libretro-snes9x2005
SUBDIR+= libretro-snes9x-next
SUBDIR+= libretro-stella
SUBDIR+= libretro-vba-next
diff -r e9c2760b3e77 -r 7b8f4798362a emulators/libretro-snes9x2005/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-snes9x2005/DESCR Fri Aug 10 20:14:29 2018 +0000
@@ -0,0 +1,12 @@
+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.
+
+Snes9x is a Super Nintendo Entertainment System / Super Famicom emulator.
+
+This is a port of SNES9x 1.43 for libretro (it was previously called CAT SFC).
+It is an ideal alternative to emulators with a more uncompromising approach to
+accuracy, since it runs at full speed on low end devices, for example, low
+power ARM SoCs.
diff -r e9c2760b3e77 -r 7b8f4798362a emulators/libretro-snes9x2005/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-snes9x2005/Makefile Fri Aug 10 20:14:29 2018 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2018/08/10 20:14:29 nia Exp $
+
+DISTNAME= libretro-snes9x2005-20180626
+CATEGORIES= emulators
+MASTER_SITES= ${MASTER_SITE_GITHUB:=libretro/}
+GITHUB_PROJECT= snes9x2005
+GITHUB_TAG= 4423de5973de2e1a243031ee59d997f5e6220a6c
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://docs.libretro.com/library/snes9x_2005/
+COMMENT= Libretro core based on the snes9x Super Nintendo emulator
+LICENSE= no-commercial-use
+
+USE_TOOLS+= gmake
+
+MAKE_FLAGS+= GIT_VERSION="-pkgsrc"
+
+INSTALLATION_DIRS+= ${PREFIX}/lib/libretro
+
+do-install:
+ ${INSTALL_LIB} ${WRKSRC}/snes9x2005_libretro.so \
+ ${DESTDIR}${PREFIX}/lib/libretro/snes9x2005_libretro.so
+
+.include "../../mk/bsd.pkg.mk"
diff -r e9c2760b3e77 -r 7b8f4798362a emulators/libretro-snes9x2005/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-snes9x2005/PLIST Fri Aug 10 20:14:29 2018 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2018/08/10 20:14:29 nia Exp $
+lib/libretro/snes9x2005_libretro.so
diff -r e9c2760b3e77 -r 7b8f4798362a emulators/libretro-snes9x2005/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-snes9x2005/distinfo Fri Aug 10 20:14:29 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/08/10 20:14:29 nia Exp $
+
+SHA1 (libretro-snes9x2005-20180626-4423de5973de2e1a243031ee59d997f5e6220a6c.tar.gz) = 3046cc95f7d875e1c2c172aaf10d28b73f9f09db
+RMD160 (libretro-snes9x2005-20180626-4423de5973de2e1a243031ee59d997f5e6220a6c.tar.gz) = 21f6fdcecce90cbdc89c9bd88e7a37bef470ff73
+SHA512 (libretro-snes9x2005-20180626-4423de5973de2e1a243031ee59d997f5e6220a6c.tar.gz) =
7a78ff38cf84f0ab157d952a129ae4308a04b832905791b2f7cded2f7a42f9e1226c635068869f28ca2d88e3e6a956e906599fbb934f9fe6f2a0b82bd364e720
+Size (libretro-snes9x2005-20180626-4423de5973de2e1a243031ee59d997f5e6220a6c.tar.gz) = 250075 bytes
Home |
Main Index |
Thread Index |
Old Index