pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators libretro-genesis-plus-gx: add version 20180607.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fcdaf7afb55e
branches:  trunk
changeset: 311455:fcdaf7afb55e
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat Aug 11 15:12:20 2018 +0000

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

diffstat:

 emulators/Makefile                          |   3 +-
 emulators/libretro-genesis-plus-gx/DESCR    |  16 +++++++++++++
 emulators/libretro-genesis-plus-gx/Makefile |  35 +++++++++++++++++++++++++++++
 emulators/libretro-genesis-plus-gx/PLIST    |   2 +
 emulators/libretro-genesis-plus-gx/distinfo |   6 ++++
 5 files changed, 61 insertions(+), 1 deletions(-)

diffs (92 lines):

diff -r 47d8bc99fa9f -r fcdaf7afb55e emulators/Makefile
--- a/emulators/Makefile        Sat Aug 11 14:38:15 2018 +0000
+++ b/emulators/Makefile        Sat Aug 11 15:12:20 2018 +0000
@@ -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-desmume
 SUBDIR+=       libretro-fceumm
 SUBDIR+=       libretro-gambatte
+SUBDIR+=       libretro-genesis-plus-gx
 SUBDIR+=       libretro-glsl-shaders
 SUBDIR+=       libretro-mupen64plus
 SUBDIR+=       libretro-nestopia
diff -r 47d8bc99fa9f -r fcdaf7afb55e emulators/libretro-genesis-plus-gx/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-genesis-plus-gx/DESCR  Sat Aug 11 15:12:20 2018 +0000
@@ -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.
diff -r 47d8bc99fa9f -r fcdaf7afb55e emulators/libretro-genesis-plus-gx/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-genesis-plus-gx/Makefile       Sat Aug 11 15:12:20 2018 +0000
@@ -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"
diff -r 47d8bc99fa9f -r fcdaf7afb55e emulators/libretro-genesis-plus-gx/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-genesis-plus-gx/PLIST  Sat Aug 11 15:12:20 2018 +0000
@@ -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
diff -r 47d8bc99fa9f -r fcdaf7afb55e emulators/libretro-genesis-plus-gx/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-genesis-plus-gx/distinfo       Sat Aug 11 15:12:20 2018 +0000
@@ -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