svn commit: r536700 - in head/games: . libretro-paralleln64

Loïc Bartoletti lbartoletti at tuxfamily.org
Thu May 28 06:03:40 UTC 2020


Salut Mikaël,

For information, there is a meta port games/libretro with all cores. As 
I'm going to add more cores, I will include it.

Can you tell me if it works on aarch64?

Thanks.

Loïc

Le 27/05/2020 à 18:18, Mikael Urankar a écrit :
> Author: mikael
> Date: Wed May 27 16:18:56 2020
> New Revision: 536700
> URL: https://svnweb.freebsd.org/changeset/ports/536700
>
> Log:
>    games/libretro-paralleln64: add new port
>    
>    Improved Nintendo 64 core for libretro.
>    
>    WWW: https://github.com/libretro/parallel-n64
>    
>    PR:		246617
>    Submitted by:	Daniel Menelkir <menelkir at itroll.org>
>
> Added:
>    head/games/libretro-paralleln64/
>    head/games/libretro-paralleln64/Makefile   (contents, props changed)
>    head/games/libretro-paralleln64/distinfo   (contents, props changed)
>    head/games/libretro-paralleln64/pkg-descr   (contents, props changed)
> Modified:
>    head/games/Makefile
>
> Modified: head/games/Makefile
> ==============================================================================
> --- head/games/Makefile	Wed May 27 16:13:15 2020	(r536699)
> +++ head/games/Makefile	Wed May 27 16:18:56 2020	(r536700)
> @@ -510,6 +510,7 @@
>       SUBDIR += libretro-nxengine
>       SUBDIR += libretro-o2em
>       SUBDIR += libretro-opera
> +    SUBDIR += libretro-paralleln64
>       SUBDIR += libretro-pcsx_rearmed
>       SUBDIR += libretro-picodrive
>       SUBDIR += libretro-prboom
>
> Added: head/games/libretro-paralleln64/Makefile
> ==============================================================================
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ head/games/libretro-paralleln64/Makefile	Wed May 27 16:18:56 2020	(r536700)
> @@ -0,0 +1,33 @@
> +# $FreeBSD$
> +
> +PORTNAME=	libretro-paralleln64
> +PORTVERSION=	0.20200520
> +CATEGORIES=	games
> +
> +MAINTAINER=	menelkir at itroll.org
> +COMMENT=	Improved Nintendo 64 core for libretro
> +
> +LICENSE=	BITSTREAM_VERA BSD CC0-1.0 GFDL GPLv2 GPLv3 LGPLv3 MIT ZLIB
> +LICENSE_COMB=	multi
> +LICENSE_FILE_BITSTREAM_VERA=	${WORKSRC}/mupen64plus-core/doc/font-license
> +
> +USES=		compiler:gcc-c++11-lib gmake gl localbase
> +USE_GL=		gl
> +USE_LDCONFIG=	yes
> +
> +DYNAREC=	${ARCH:S/amd64/x86_64/:C/armv.*/arm/:S/i386/x86/}
> +
> +MAKE_ARGS=	WITH_DYNAREC=${DYNAREC}
> +
> +USE_GITHUB=	yes
> +GH_ACCOUNT=	libretro
> +GH_PROJECT=	parallel-n64
> +GH_TAGNAME=	43f8930
> +
> +PLIST_FILES=	lib/libretro/parallel_n64_libretro.so
> +
> +do-install:
> +	${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro;
> +	${INSTALL_LIB} ${WRKSRC}/parallel_n64_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro;
> +
> +.include <bsd.port.mk>
>
> Added: head/games/libretro-paralleln64/distinfo
> ==============================================================================
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ head/games/libretro-paralleln64/distinfo	Wed May 27 16:18:56 2020	(r536700)
> @@ -0,0 +1,3 @@
> +TIMESTAMP = 1590543113
> +SHA256 (libretro-parallel-n64-0.20200520-43f8930_GH0.tar.gz) = bbd9e1f27844b02aefecfa467ed5ab7239c44aaf8982ec0f3a2b3fd8fb330714
> +SIZE (libretro-parallel-n64-0.20200520-43f8930_GH0.tar.gz) = 5520817
>
> Added: head/games/libretro-paralleln64/pkg-descr
> ==============================================================================
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ head/games/libretro-paralleln64/pkg-descr	Wed May 27 16:18:56 2020	(r536700)
> @@ -0,0 +1,3 @@
> +Improved Nintendo 64 core for libretro.
> +
> +WWW: https://github.com/libretro/parallel-n64


More information about the svn-ports-head mailing list