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 15:32:10 UTC 2018

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

Log Message:
libretro-snes9x: add version 1.56.2.

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 an emulator for the Super Nintendo Entertainment System / Super
Famicom.  This package is derived from the master repository of Snes9x. It
has greater accuracy and worse performance than Snes9x 2005/2010. It has
a less strict approach to accuracy than bsnes and therefore doesn't run
problematic games like bsnes, but has much better performance.

This is the most up-to-date libretro snes9x core available, and is
recommended for netplay.


To generate a diff of this commit:
cvs rdiff -u -r1.271 -r1.272 pkgsrc/emulators/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/emulators/libretro-snes9x/DESCR \
    pkgsrc/emulators/libretro-snes9x/Makefile \
    pkgsrc/emulators/libretro-snes9x/PLIST \
    pkgsrc/emulators/libretro-snes9x/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.271 pkgsrc/emulators/Makefile:1.272
--- pkgsrc/emulators/Makefile:1.271     Sun Aug 12 14:36:52 2018
+++ pkgsrc/emulators/Makefile   Sun Aug 12 15:32:10 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.271 2018/08/12 14:36:52 nia Exp $
+# $NetBSD: Makefile,v 1.272 2018/08/12 15:32:10 nia Exp $
 #
 
 COMMENT=       Emulators for other operating systems
@@ -107,6 +107,7 @@ SUBDIR+=    libretro-mupen64plus
 SUBDIR+=       libretro-nestopia
 SUBDIR+=       libretro-pcsx-rearmed
 SUBDIR+=       libretro-picodrive
+SUBDIR+=       libretro-snes9x
 SUBDIR+=       libretro-snes9x2005
 SUBDIR+=       libretro-snes9x2010
 SUBDIR+=       libretro-stella

Added files:

Index: pkgsrc/emulators/libretro-snes9x/DESCR
diff -u /dev/null pkgsrc/emulators/libretro-snes9x/DESCR:1.1
--- /dev/null   Sun Aug 12 15:32:10 2018
+++ pkgsrc/emulators/libretro-snes9x/DESCR      Sun Aug 12 15:32:10 2018
@@ -0,0 +1,14 @@
+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 an emulator for the Super Nintendo Entertainment System / Super
+Famicom.  This package is derived from the master repository of Snes9x. It
+has greater accuracy and worse performance than Snes9x 2005/2010. It has
+a less strict approach to accuracy than bsnes and therefore doesn't run
+problematic games like bsnes, but has much better performance.
+
+This is the most up-to-date libretro snes9x core available, and is
+recommended for netplay.
Index: pkgsrc/emulators/libretro-snes9x/Makefile
diff -u /dev/null pkgsrc/emulators/libretro-snes9x/Makefile:1.1
--- /dev/null   Sun Aug 12 15:32:10 2018
+++ pkgsrc/emulators/libretro-snes9x/Makefile   Sun Aug 12 15:32:10 2018
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1 2018/08/12 15:32:10 nia Exp $
+
+DISTNAME=      libretro-snes9x-1.56.2
+CATEGORIES=    emulators
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=snes9xgit/}
+GITHUB_PROJECT=        snes9x
+
+MAINTAINER=    nia%NetBSD.org@localhost
+HOMEPAGE=      https://docs.libretro.com/library/snes9x/
+COMMENT=       Libretro core based on the snes9x Super Nintendo emulator
+LICENSE=       snes9x-license
+
+EXTRACT_USING= bsdtar
+
+WRKSRC=                ${WRKDIR}/${GITHUB_PROJECT}-${GITHUB_TAG}
+BUILD_DIRS=    libretro
+
+USE_TOOLS+=    gmake
+USE_LANGUAGES= c c++
+
+MAKE_FLAGS+=   GIT_VERSION="-pkgsrc"
+
+INSTALLATION_DIRS+=    ${PREFIX}/lib/libretro
+
+do-install:
+       ${INSTALL_LIB} ${WRKSRC}/libretro/snes9x_libretro.so \
+           ${DESTDIR}${PREFIX}/lib/libretro/snes9x_libretro.so
+
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/emulators/libretro-snes9x/PLIST
diff -u /dev/null pkgsrc/emulators/libretro-snes9x/PLIST:1.1
--- /dev/null   Sun Aug 12 15:32:10 2018
+++ pkgsrc/emulators/libretro-snes9x/PLIST      Sun Aug 12 15:32:10 2018
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2018/08/12 15:32:10 nia Exp $
+lib/libretro/snes9x_libretro.so
Index: pkgsrc/emulators/libretro-snes9x/distinfo
diff -u /dev/null pkgsrc/emulators/libretro-snes9x/distinfo:1.1
--- /dev/null   Sun Aug 12 15:32:10 2018
+++ pkgsrc/emulators/libretro-snes9x/distinfo   Sun Aug 12 15:32:10 2018
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/08/12 15:32:10 nia Exp $
+
+SHA1 (libretro-snes9x-1.56.2.tar.gz) = 761af9b038d8856af67aa6683f9f25865ab57283
+RMD160 (libretro-snes9x-1.56.2.tar.gz) = 9caa5ddcc65e263be2fa147cd817fe13913d53d5
+SHA512 (libretro-snes9x-1.56.2.tar.gz) = d9c53eb2a1200af26fdb39578f0b8b7cf42473110c2eb53799acd69f15055732d0487982e7cebacc4aa18a9e88bd9939a0b11f3ddf685af02becace1fd85105c
+Size (libretro-snes9x-1.56.2.tar.gz) = 2880898 bytes



Home | Main Index | Thread Index | Old Index