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:14:29 UTC 2018

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.258 -r1.259 pkgsrc/emulators/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/emulators/libretro-snes9x2005/DESCR \
    pkgsrc/emulators/libretro-snes9x2005/Makefile \
    pkgsrc/emulators/libretro-snes9x2005/PLIST \
    pkgsrc/emulators/libretro-snes9x2005/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.258 pkgsrc/emulators/Makefile:1.259
--- pkgsrc/emulators/Makefile:1.258     Tue Aug  7 20:23:44 2018
+++ pkgsrc/emulators/Makefile   Fri Aug 10 20:14:29 2018
@@ -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+=      kegs
 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-mupen64plus
 SUBDIR+=       libretro-nestopia
 SUBDIR+=       libretro-pcsx-rearmed
 SUBDIR+=       libretro-picodrive
+SUBDIR+=       libretro-snes9x2005
 SUBDIR+=       libretro-snes9x-next
 SUBDIR+=       libretro-stella
 SUBDIR+=       libretro-vba-next

Added files:

Index: pkgsrc/emulators/libretro-snes9x2005/DESCR
diff -u /dev/null pkgsrc/emulators/libretro-snes9x2005/DESCR:1.1
--- /dev/null   Fri Aug 10 20:14:29 2018
+++ pkgsrc/emulators/libretro-snes9x2005/DESCR  Fri Aug 10 20:14:29 2018
@@ -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.
Index: pkgsrc/emulators/libretro-snes9x2005/Makefile
diff -u /dev/null pkgsrc/emulators/libretro-snes9x2005/Makefile:1.1
--- /dev/null   Fri Aug 10 20:14:29 2018
+++ pkgsrc/emulators/libretro-snes9x2005/Makefile       Fri Aug 10 20:14:29 2018
@@ -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"
Index: pkgsrc/emulators/libretro-snes9x2005/PLIST
diff -u /dev/null pkgsrc/emulators/libretro-snes9x2005/PLIST:1.1
--- /dev/null   Fri Aug 10 20:14:29 2018
+++ pkgsrc/emulators/libretro-snes9x2005/PLIST  Fri Aug 10 20:14:29 2018
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2018/08/10 20:14:29 nia Exp $
+lib/libretro/snes9x2005_libretro.so
Index: pkgsrc/emulators/libretro-snes9x2005/distinfo
diff -u /dev/null pkgsrc/emulators/libretro-snes9x2005/distinfo:1.1
--- /dev/null   Fri Aug 10 20:14:29 2018
+++ pkgsrc/emulators/libretro-snes9x2005/distinfo       Fri Aug 10 20:14:29 2018
@@ -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