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:           Sat Aug 11 15:12:21 UTC 2018

Modified Files:
        pkgsrc/emulators: Makefile
Added Files:
        pkgsrc/emulators/libretro-genesis-plus-gx: DESCR Makefile PLIST
            distinfo

Log Message:
libretro-genesis-plus-gx: add version 20180607.

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.

Genesis Plus GX is a Sega 8/16-bit game console emulator focused on accuracy
and portability.

This emulator has 100% compatibility with Genesis / Mega Drive, Sega/Mega CD,
Master System, Game Gear & SG-1000 released software (including all unlicensed
software and known pirate dumps), also emulating backwards compatibility modes
when available. It also has Pico emulation.

It may be somewhat slower than PicoDrive on some platforms, but has improved
accuracy. On the other hand, only PicoDrive supports 32X emulation.


To generate a diff of this commit:
cvs rdiff -u -r1.264 -r1.265 pkgsrc/emulators/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/emulators/libretro-genesis-plus-gx/DESCR \
    pkgsrc/emulators/libretro-genesis-plus-gx/Makefile \
    pkgsrc/emulators/libretro-genesis-plus-gx/PLIST \
    pkgsrc/emulators/libretro-genesis-plus-gx/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.264 pkgsrc/emulators/Makefile:1.265
--- pkgsrc/emulators/Makefile:1.264     Sat Aug 11 12:57:23 2018
+++ pkgsrc/emulators/Makefile   Sat Aug 11 15:12:20 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.264 2018/08/11 12:57:23 nia Exp $
+# $NetBSD: Makefile,v 1.265 2018/08/11 15:12:20 nia Exp $
 #
 
 COMMENT=       Emulators for other operating systems
@@ -96,6 +96,7 @@ SUBDIR+=      libretro-database
 SUBDIR+=       libretro-desmume
 SUBDIR+=       libretro-fceumm
 SUBDIR+=       libretro-gambatte
+SUBDIR+=       libretro-genesis-plus-gx
 SUBDIR+=       libretro-glsl-shaders
 SUBDIR+=       libretro-mupen64plus
 SUBDIR+=       libretro-nestopia

Added files:

Index: pkgsrc/emulators/libretro-genesis-plus-gx/DESCR
diff -u /dev/null pkgsrc/emulators/libretro-genesis-plus-gx/DESCR:1.1
--- /dev/null   Sat Aug 11 15:12:21 2018
+++ pkgsrc/emulators/libretro-genesis-plus-gx/DESCR     Sat Aug 11 15:12:21 2018
@@ -0,0 +1,16 @@
+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.
+
+Genesis Plus GX is a Sega 8/16-bit game console emulator focused on accuracy
+and portability.
+
+This emulator has 100% compatibility with Genesis / Mega Drive, Sega/Mega CD,
+Master System, Game Gear & SG-1000 released software (including all unlicensed
+software and known pirate dumps), also emulating backwards compatibility modes
+when available. It also has Pico emulation.
+
+It may be somewhat slower than PicoDrive on some platforms, but has improved
+accuracy. On the other hand, only PicoDrive supports 32X emulation.
Index: pkgsrc/emulators/libretro-genesis-plus-gx/Makefile
diff -u /dev/null pkgsrc/emulators/libretro-genesis-plus-gx/Makefile:1.1
--- /dev/null   Sat Aug 11 15:12:21 2018
+++ pkgsrc/emulators/libretro-genesis-plus-gx/Makefile  Sat Aug 11 15:12:21 2018
@@ -0,0 +1,35 @@
+# $NetBSD: Makefile,v 1.1 2018/08/11 15:12:21 nia Exp $
+
+DISTNAME=      libretro-genesis-plus-gx-20180607
+CATEGORIES=    emulators
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=libretro/}
+GITHUB_PROJECT=        Genesis-Plus-GX
+GITHUB_TAG=    5ae12e75a08cf48ca1d350520998bf18db846381
+
+MAINTAINER=    nia%NetBSD.org@localhost
+HOMEPAGE=      https://docs.libretro.com/library/genesis_plus_gx/
+COMMENT=       Libretro core based on the Genesis Plus Sega 8/16 bit emulator
+LICENSE=       old-mame-license
+
+EXTRACT_USING= bsdtar
+USE_TOOLS+=    gmake
+
+MAKE_FILE=     Makefile.libretro
+
+MAKE_FLAGS+=   GIT_VERSION="-pkgsrc"
+MAKE_FLAGS+=   SHARED_LIBVORBIS=1
+
+.include "../../mk/endian.mk"
+
+.if ${MACHINE_ENDIAN} == "big"
+MAKE_FLAGS+=   ENDIANNESS_DEFINES="-DBYTE_ORDER=BIG_ENDIAN -DCPU_IS_BIG_ENDIAN=1 -DWORDS_BIGENDIAN=1"
+.endif
+
+INSTALLATION_DIRS+=    ${PREFIX}/lib/libretro
+
+do-install:
+       ${INSTALL_LIB} ${WRKSRC}/genesis_plus_gx_libretro.so \
+           ${DESTDIR}${PREFIX}/lib/libretro/genesis_plus_gx_libretro.so
+
+.include "../../audio/libvorbis/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/emulators/libretro-genesis-plus-gx/PLIST
diff -u /dev/null pkgsrc/emulators/libretro-genesis-plus-gx/PLIST:1.1
--- /dev/null   Sat Aug 11 15:12:21 2018
+++ pkgsrc/emulators/libretro-genesis-plus-gx/PLIST     Sat Aug 11 15:12:21 2018
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2018/08/11 15:12:21 nia Exp $
+lib/libretro/genesis_plus_gx_libretro.so
Index: pkgsrc/emulators/libretro-genesis-plus-gx/distinfo
diff -u /dev/null pkgsrc/emulators/libretro-genesis-plus-gx/distinfo:1.1
--- /dev/null   Sat Aug 11 15:12:21 2018
+++ pkgsrc/emulators/libretro-genesis-plus-gx/distinfo  Sat Aug 11 15:12:21 2018
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/08/11 15:12:21 nia Exp $
+
+SHA1 (libretro-genesis-plus-gx-20180607-5ae12e75a08cf48ca1d350520998bf18db846381.tar.gz) = f17d52d599608b8235fda25fe20db403d9e3a56f
+RMD160 (libretro-genesis-plus-gx-20180607-5ae12e75a08cf48ca1d350520998bf18db846381.tar.gz) = c2b544fa756ef92e6e509b0059a3efa66a0e540f
+SHA512 (libretro-genesis-plus-gx-20180607-5ae12e75a08cf48ca1d350520998bf18db846381.tar.gz) = 
2548fc34ef5df254cd9dfecff70951919c1e52dac05534951cc32bfc4e2d3236fa604b61bd09a5966a11bef46e243a63d38c002e53a475142bc75acf52fed2e6
+Size (libretro-genesis-plus-gx-20180607-5ae12e75a08cf48ca1d350520998bf18db846381.tar.gz) = 6411087 bytes



Home | Main Index | Thread Index | Old Index