pkgsrc-WIP-changes archive

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

libretro-genesis-plus-gx: Import libretro-genesis-plus-gx-20170420 as wip/libretro-genesis-plus-gx



Module Name:	pkgsrc-wip
Committed By:	Nia Alarie <nia.alarie%gmail.com@localhost>
Pushed By:	nee
Date:		Sun May 14 14:43:39 2017 +0100
Changeset:	bf52790696a6f4976402edd843cdc7239d7841b5

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

Log Message:
libretro-genesis-plus-gx: Import libretro-genesis-plus-gx-20170420
as wip/libretro-genesis-plus-gx

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 an open-source Sega 8/16 bit 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
or pirate known dumps), also emulating backwards compatibility modes when
available.

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

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=bf52790696a6f4976402edd843cdc7239d7841b5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                          |  1 +
 libretro-genesis-plus-gx/DESCR    | 16 ++++++++++++++++
 libretro-genesis-plus-gx/Makefile | 30 ++++++++++++++++++++++++++++++
 libretro-genesis-plus-gx/PLIST    |  2 ++
 libretro-genesis-plus-gx/distinfo |  6 ++++++
 5 files changed, 55 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 5842f31f24..4fd7264a05 100644
--- a/Makefile
+++ b/Makefile
@@ -1722,6 +1722,7 @@ SUBDIR+=	libretro-fbalpha2012-neogeo
 SUBDIR+=	libretro-fceumm
 SUBDIR+=	libretro-fuse
 SUBDIR+=	libretro-gambatte
+SUBDIR+=	libretro-genesis-plus-gx
 SUBDIR+=	libretro-mame2003
 SUBDIR+=	libretro-mame2014
 SUBDIR+=	libretro-mednafen-ngp
diff --git a/libretro-genesis-plus-gx/DESCR b/libretro-genesis-plus-gx/DESCR
new file mode 100644
index 0000000000..c2e54ac586
--- /dev/null
+++ b/libretro-genesis-plus-gx/DESCR
@@ -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 an open-source Sega 8/16 bit 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
+or pirate known dumps), also emulating backwards compatibility modes when
+available.
+
+It may be somewhat slower than PicoDrive on some platforms, but has improved
+accuracy. On the other hand, only PicoDrive supports 32X emulation.
diff --git a/libretro-genesis-plus-gx/Makefile b/libretro-genesis-plus-gx/Makefile
new file mode 100644
index 0000000000..8576999f30
--- /dev/null
+++ b/libretro-genesis-plus-gx/Makefile
@@ -0,0 +1,30 @@
+# $NetBSD$
+
+DISTNAME=	libretro-genesis-plus-gx-20170420
+CATEGORIES=	emulators
+MASTER_SITES=	${MASTER_SITE_GITHUB:=libretro/}
+COMMENT=	Libretro core based on the Genesis Plus Sega 8/16 bit emulator
+
+GITHUB_PROJECT=	Genesis-Plus-GX
+GITHUB_TAG=	365a28c7349b691e6aaa3ad59b055261c42bd130
+
+USE_TOOLS=	gmake
+
+MAKE_FILE=	Makefile.libretro
+
+BUILD_MAKE_FLAGS+=	SHARED_LIBVORBIS=1
+
+.include "../../mk/endian.mk"
+
+.if ${MACHINE_ENDIAN} == "big"
+BUILD_MAKE_FLAGS+=	ENDIANNESS_DEFINES=-DBYTE_ORDER=BIG_ENDIAN
+.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 --git a/libretro-genesis-plus-gx/PLIST b/libretro-genesis-plus-gx/PLIST
new file mode 100644
index 0000000000..4fdc0f4c44
--- /dev/null
+++ b/libretro-genesis-plus-gx/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+lib/libretro/genesis_plus_gx_libretro.so
diff --git a/libretro-genesis-plus-gx/distinfo b/libretro-genesis-plus-gx/distinfo
new file mode 100644
index 0000000000..3119d3f55b
--- /dev/null
+++ b/libretro-genesis-plus-gx/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (libretro-genesis_plus_gx-20170420-365a28c7349b691e6aaa3ad59b055261c42bd130.tar.gz) = 343757ee5e83c14a4525bc9f142ce39bf3d248b6
+RMD160 (libretro-genesis_plus_gx-20170420-365a28c7349b691e6aaa3ad59b055261c42bd130.tar.gz) = 4024a890585bca7fce232d94c7f5298b1d814404
+SHA512 (libretro-genesis_plus_gx-20170420-365a28c7349b691e6aaa3ad59b055261c42bd130.tar.gz) = dc23a728aa92b1c4a06d92a394c8cfc1884a57ccbaa8be0c150acfb18fa07faa4e096c3578d3e72ec455a1eca1a176e8758e97d0f3e6abb3e9fc238f6de0caec
+Size (libretro-genesis_plus_gx-20170420-365a28c7349b691e6aaa3ad59b055261c42bd130.tar.gz) = 5807422 bytes


Home | Main Index | Thread Index | Old Index