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 Oct 13 16:19:31 UTC 2018
Modified Files:
pkgsrc/emulators: Makefile
Added Files:
pkgsrc/emulators/libretro-virtualjaguar: DESCR Makefile PLIST distinfo
Log Message:
libretro-virtualjaguar: import version 20180812
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.
Virtual Jaguar emulates the Atari Jaguar game console.
To generate a diff of this commit:
cvs rdiff -u -r1.284 -r1.285 pkgsrc/emulators/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/emulators/libretro-virtualjaguar/DESCR \
pkgsrc/emulators/libretro-virtualjaguar/Makefile \
pkgsrc/emulators/libretro-virtualjaguar/PLIST \
pkgsrc/emulators/libretro-virtualjaguar/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.284 pkgsrc/emulators/Makefile:1.285
--- pkgsrc/emulators/Makefile:1.284 Thu Sep 6 09:33:38 2018
+++ pkgsrc/emulators/Makefile Sat Oct 13 16:19:31 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.284 2018/09/06 09:33:38 nia Exp $
+# $NetBSD: Makefile,v 1.285 2018/10/13 16:19:31 nia Exp $
#
COMMENT= Emulators for other operating systems
@@ -125,6 +125,7 @@ SUBDIR+= libretro-snes9x2010
SUBDIR+= libretro-stella
SUBDIR+= libretro-vba-next
SUBDIR+= libretro-vecx
+SUBDIR+= libretro-virtualjaguar
SUBDIR+= libspectrum
SUBDIR+= lrmi
SUBDIR+= m1
Added files:
Index: pkgsrc/emulators/libretro-virtualjaguar/DESCR
diff -u /dev/null pkgsrc/emulators/libretro-virtualjaguar/DESCR:1.1
--- /dev/null Sat Oct 13 16:19:31 2018
+++ pkgsrc/emulators/libretro-virtualjaguar/DESCR Sat Oct 13 16:19:31 2018
@@ -0,0 +1,7 @@
+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.
+
+Virtual Jaguar emulates the Atari Jaguar game console.
Index: pkgsrc/emulators/libretro-virtualjaguar/Makefile
diff -u /dev/null pkgsrc/emulators/libretro-virtualjaguar/Makefile:1.1
--- /dev/null Sat Oct 13 16:19:31 2018
+++ pkgsrc/emulators/libretro-virtualjaguar/Makefile Sat Oct 13 16:19:31 2018
@@ -0,0 +1,34 @@
+# $NetBSD: Makefile,v 1.1 2018/10/13 16:19:31 nia Exp $
+
+DISTNAME= libretro-virtualjaguar-20180812
+CATEGORIES= emulators
+MASTER_SITES= ${MASTER_SITE_GITHUB:=libretro/}
+GITHUB_PROJECT= virtualjaguar-libretro
+GITHUB_TAG= f3cf607b20ee69e78dbfd80010d3f485fdf67283
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://docs.libretro.com/library/virtual_jaguar/
+COMMENT= Libretro core based on the Virtual Jaguar Atari Jaguar emulation
+LICENSE= gnu-gpl-v3
+
+EXTRACT_USING= bsdtar
+USE_TOOLS+= gmake
+
+MAKE_FLAGS+= GIT_VERSION="-pkgsrc"
+
+.include "../../mk/endian.mk"
+
+.if ${MACHINE_ENDIAN} == "big"
+CFLAGS+= -DMSB_FIRST
+.endif
+
+BUILDLINK_TRANSFORM.SunOS+= rm:-Wl,--no-undefined
+BUILDLINK_TRANSFORM.SunOS+= rm:-Wl,--version-script=link.T
+
+INSTALLATION_DIRS+= ${PREFIX}/lib/libretro
+
+do-install:
+ ${INSTALL_LIB} ${WRKSRC}/virtualjaguar_libretro.so \
+ ${DESTDIR}${PREFIX}/lib/libretro/virtualjaguar_libretro.so
+
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/emulators/libretro-virtualjaguar/PLIST
diff -u /dev/null pkgsrc/emulators/libretro-virtualjaguar/PLIST:1.1
--- /dev/null Sat Oct 13 16:19:31 2018
+++ pkgsrc/emulators/libretro-virtualjaguar/PLIST Sat Oct 13 16:19:31 2018
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2018/10/13 16:19:31 nia Exp $
+lib/libretro/virtualjaguar_libretro.so
Index: pkgsrc/emulators/libretro-virtualjaguar/distinfo
diff -u /dev/null pkgsrc/emulators/libretro-virtualjaguar/distinfo:1.1
--- /dev/null Sat Oct 13 16:19:31 2018
+++ pkgsrc/emulators/libretro-virtualjaguar/distinfo Sat Oct 13 16:19:31 2018
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/10/13 16:19:31 nia Exp $
+
+SHA1 (libretro-virtualjaguar-20180812-f3cf607b20ee69e78dbfd80010d3f485fdf67283.tar.gz) = 1a90830112c45d6f5ba550491ccfced218d7a220
+RMD160 (libretro-virtualjaguar-20180812-f3cf607b20ee69e78dbfd80010d3f485fdf67283.tar.gz) = 15c98ba55e41f047d4059b362971aa02619951ff
+SHA512 (libretro-virtualjaguar-20180812-f3cf607b20ee69e78dbfd80010d3f485fdf67283.tar.gz) =
f2a4fcfc9d7b0b1be9fb19c79385df1f022ad4b221953104018a630a9da9641fcc3452fa1ee78159fac73da84cf029c3fc8547983b7997915f3a118b0cc9340e
+Size (libretro-virtualjaguar-20180812-f3cf607b20ee69e78dbfd80010d3f485fdf67283.tar.gz) = 974071 bytes
Home |
Main Index |
Thread Index |
Old Index