pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators libretro-freeintv: add version 20180729.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/011aeb6a7e91
branches:  trunk
changeset: 311497:011aeb6a7e91
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Aug 12 16:14:27 2018 +0000

description:
libretro-freeintv: add version 20180729.

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.

FreeIntv is a libretro emulation core for the Mattel Intellivision
designed to be compatible with joypads from the SNES era forward even
with software that originally required a number pad.

diffstat:

 emulators/Makefile                   |   3 ++-
 emulators/libretro-freeintv/DESCR    |   9 +++++++++
 emulators/libretro-freeintv/MESSAGE  |  17 +++++++++++++++++
 emulators/libretro-freeintv/Makefile |  29 +++++++++++++++++++++++++++++
 emulators/libretro-freeintv/PLIST    |   2 ++
 emulators/libretro-freeintv/distinfo |   6 ++++++
 6 files changed, 65 insertions(+), 1 deletions(-)

diffs (100 lines):

diff -r bb36af971287 -r 011aeb6a7e91 emulators/Makefile
--- a/emulators/Makefile        Sun Aug 12 15:32:28 2018 +0000
+++ b/emulators/Makefile        Sun Aug 12 16:14:27 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.272 2018/08/12 15:32:10 nia Exp $
+# $NetBSD: Makefile,v 1.273 2018/08/12 16:14:27 nia Exp $
 #
 
 COMMENT=       Emulators for other operating systems
@@ -98,6 +98,7 @@
 SUBDIR+=       libretro-database
 SUBDIR+=       libretro-desmume
 SUBDIR+=       libretro-fceumm
+SUBDIR+=       libretro-freeintv
 SUBDIR+=       libretro-fuse
 SUBDIR+=       libretro-gambatte
 SUBDIR+=       libretro-genesis-plus-gx
diff -r bb36af971287 -r 011aeb6a7e91 emulators/libretro-freeintv/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-freeintv/DESCR Sun Aug 12 16:14:27 2018 +0000
@@ -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.
+
+FreeIntv is a libretro emulation core for the Mattel Intellivision
+designed to be compatible with joypads from the SNES era forward even
+with software that originally required a number pad.
diff -r bb36af971287 -r 011aeb6a7e91 emulators/libretro-freeintv/MESSAGE
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-freeintv/MESSAGE       Sun Aug 12 16:14:27 2018 +0000
@@ -0,0 +1,17 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1 2018/08/12 16:14:27 nia Exp $
+
+FreeIntv requires the following BIOS image files for operation:
+
+* exec.bin (Executive ROM)
+SHA256 - 1aeb614856beba95463166daf09304b414d5617d3f37d221724b3337fc4b2722
+
+* grom.bin (Graphics ROM)
+SHA256 - a80b6841182547d08635ad30a6af71441c4c9eed9391b3dd22feb30d8e50cc85
+
+In retroarch, you'll need to place them in the System Directory.
+
+Alternatively, you can place them in your Content Directory next to the
+software you are going to run.
+
+===========================================================================
diff -r bb36af971287 -r 011aeb6a7e91 emulators/libretro-freeintv/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-freeintv/Makefile      Sun Aug 12 16:14:27 2018 +0000
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1 2018/08/12 16:14:27 nia Exp $
+
+DISTNAME=      libretro-freeintv-20180729
+CATEGORIES=    emulators
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=libretro/}
+GITHUB_PROJECT=        FreeIntv
+GITHUB_TAG=    f20a0a5da15479dc4f223750a616812958597417
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://docs.libretro.com/library/freeintv/
+COMMENT=       Libretro core for Mattel Intellivision emulation
+LICENSE=       gnu-gpl-v3
+
+USE_TOOLS+=    gmake
+USE_LANGUAGES= c c++
+
+.include "../../mk/endian.mk"
+
+.if ${MACHINE_ENDIAN} == "big"
+CFLAGS+=       -DWORDS_BIGENDIAN -DMSB_FIRST
+.endif
+
+INSTALLATION_DIRS+=    ${PREFIX}/lib/libretro
+
+do-install:
+       ${INSTALL_LIB} ${WRKSRC}/freeintv_libretro.so \
+           ${DESTDIR}${PREFIX}/lib/libretro/freeintv_libretro.so
+
+.include "../../mk/bsd.pkg.mk"
diff -r bb36af971287 -r 011aeb6a7e91 emulators/libretro-freeintv/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-freeintv/PLIST Sun Aug 12 16:14:27 2018 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2018/08/12 16:14:27 nia Exp $
+lib/libretro/freeintv_libretro.so
diff -r bb36af971287 -r 011aeb6a7e91 emulators/libretro-freeintv/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-freeintv/distinfo      Sun Aug 12 16:14:27 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/08/12 16:14:27 nia Exp $
+
+SHA1 (libretro-freeintv-20180729-f20a0a5da15479dc4f223750a616812958597417.tar.gz) = 3cf05f6c107d29a151a4a73ada411736afb2cb7d
+RMD160 (libretro-freeintv-20180729-f20a0a5da15479dc4f223750a616812958597417.tar.gz) = 485803346d1b94be4e9d0302c864edaaf16ab962
+SHA512 (libretro-freeintv-20180729-f20a0a5da15479dc4f223750a616812958597417.tar.gz) = 
6a5511ecd74e860fa3be31a9b8baf093bb227dc3e939085df355c5805090f9bcbe1ad866a532d274a7e03afb923956599664ab26708038c1a2712bc754ad9775
+Size (libretro-freeintv-20180729-f20a0a5da15479dc4f223750a616812958597417.tar.gz) = 684148 bytes



Home | Main Index | Thread Index | Old Index