pkgsrc-WIP-changes archive

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

libretro-o2em: Import libretro-o2em-20170124 as wip/libretro-o2em



Module Name:	pkgsrc-wip
Committed By:	Nia Alarie <nia.alarie%gmail.com@localhost>
Pushed By:	nee
Date:		Tue May 16 15:49:50 2017 +0100
Changeset:	d765ecb020a03128a18e27469f0a30e2aac91da1

Modified Files:
	Makefile
Added Files:
	libretro-o2em/DESCR
	libretro-o2em/MESSAGE
	libretro-o2em/Makefile
	libretro-o2em/PLIST
	libretro-o2em/distinfo

Log Message:
libretro-o2em: Import libretro-o2em-20170124 as wip/libretro-o2em

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.

O2EM is an open source multi-platform Odyssey2 / Videopac+ emulator.
The Odyssey2 (Videopac/Jopac in Europe) was a video game console created in
the late 70s.

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

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

diffstat:
 Makefile               |  1 +
 libretro-o2em/DESCR    |  9 +++++++++
 libretro-o2em/MESSAGE  | 11 +++++++++++
 libretro-o2em/Makefile | 27 +++++++++++++++++++++++++++
 libretro-o2em/PLIST    |  2 ++
 libretro-o2em/distinfo |  6 ++++++
 6 files changed, 56 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index c75ec135ca..eb8a99fa95 100644
--- a/Makefile
+++ b/Makefile
@@ -1737,6 +1737,7 @@ SUBDIR+=	libretro-mednafen-vb
 SUBDIR+=	libretro-mednafen-wswan
 SUBDIR+=	libretro-mgba
 SUBDIR+=	libretro-nestopia
+SUBDIR+=	libretro-o2em
 SUBDIR+=	libretro-parallel-n64
 SUBDIR+=	libretro-picodrive
 SUBDIR+=	libretro-prboom
diff --git a/libretro-o2em/DESCR b/libretro-o2em/DESCR
new file mode 100644
index 0000000000..a7a3e6b6b2
--- /dev/null
+++ b/libretro-o2em/DESCR
@@ -0,0 +1,9 @@
+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.
+
+O2EM is an open source multi-platform Odyssey2 / Videopac+ emulator.
+The Odyssey2 (Videopac/Jopac in Europe) was a video game console created in
+the late 70s.
diff --git a/libretro-o2em/MESSAGE b/libretro-o2em/MESSAGE
new file mode 100644
index 0000000000..2716069c5e
--- /dev/null
+++ b/libretro-o2em/MESSAGE
@@ -0,0 +1,11 @@
+===========================================================================
+$NetBSD$
+
+O2EM requires an Odyssey 2 BIOS file in order to work.
+
+In retroarch, you'll need to place it as o2rom.bin in the System Directory.
+
+Alternatively, you can place it into your Content Directory next to the
+software you are going to run.
+
+===========================================================================
diff --git a/libretro-o2em/Makefile b/libretro-o2em/Makefile
new file mode 100644
index 0000000000..6963b4f147
--- /dev/null
+++ b/libretro-o2em/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD$
+
+DISTNAME=	libretro-o2em-20170124
+CATEGORIES=	emulators
+MASTER_SITES=	${MASTER_SITE_GITHUB:=libretro/}
+
+HOMEPAGE=	https://wiki.libretro.com/index.php?title=O2EM
+COMMENT=	Libretro core for Magnavox Odyssey 2 and VideoPac emulation
+LICENSE=	artistic
+
+GITHUB_TAG=	1d62d4ed86e6c1a7d65dff49e4368edb30690665
+
+USE_TOOLS=	gmake
+
+.include "../../mk/endian.mk"
+
+.if ${MACHINE_ENDIAN} == "big"
+CFLAGS+=	-DMSB_FIRST
+.endif
+
+INSTALLATION_DIRS+=	${PREFIX}/lib/libretro
+
+do-install:
+	${INSTALL_LIB} ${WRKSRC}/o2em_libretro.so \
+	    ${DESTDIR}${PREFIX}/lib/libretro/o2em_libretro.so
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/libretro-o2em/PLIST b/libretro-o2em/PLIST
new file mode 100644
index 0000000000..d861c6367f
--- /dev/null
+++ b/libretro-o2em/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+lib/libretro/o2em_libretro.so
diff --git a/libretro-o2em/distinfo b/libretro-o2em/distinfo
new file mode 100644
index 0000000000..f2459983d0
--- /dev/null
+++ b/libretro-o2em/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (libretro-o2em-20170124-1d62d4ed86e6c1a7d65dff49e4368edb30690665.tar.gz) = 67bcbd1a7da3f20f68596ab72d29081b3854171f
+RMD160 (libretro-o2em-20170124-1d62d4ed86e6c1a7d65dff49e4368edb30690665.tar.gz) = 1c3dd0cca42edb857a29c45f3ffc5925b5ff4cf0
+SHA512 (libretro-o2em-20170124-1d62d4ed86e6c1a7d65dff49e4368edb30690665.tar.gz) = 834041bf951b6eee7116072c685b8a05d998924ebc3db538b1fe41f3e63a8bc90084d8380d5e6552eb11c7e698face5f65f2e93729ac8105b0cdfd717f075c90
+Size (libretro-o2em-20170124-1d62d4ed86e6c1a7d65dff49e4368edb30690665.tar.gz) = 66717 bytes


Home | Main Index | Thread Index | Old Index