Sat Aug 11 13:59:39 2018 UTC ()
libretro-mupen64plus: update to 20180628.

No changelog, unfortunately.


(nia)
diff -r1.1 -r1.2 pkgsrc/emulators/libretro-mupen64plus/DESCR
diff -r1.10 -r1.11 pkgsrc/emulators/libretro-mupen64plus/Makefile
diff -r1.5 -r1.6 pkgsrc/emulators/libretro-mupen64plus/distinfo
diff -r1.1 -r0 pkgsrc/emulators/libretro-mupen64plus/patches/patch-glide2gl_src_Glide64_Util.h
diff -r1.1 -r0 pkgsrc/emulators/libretro-mupen64plus/patches/patch-libretro_libco_armeabi.c
diff -r1.1 -r0 pkgsrc/emulators/libretro-mupen64plus/patches/patch-mupen64plus-video-angrylion_n64video.c

cvs diff -r1.1 -r1.2 pkgsrc/emulators/libretro-mupen64plus/Attic/DESCR (expand / switch to unified diff)

--- pkgsrc/emulators/libretro-mupen64plus/Attic/DESCR 2015/02/04 23:02:12 1.1
+++ pkgsrc/emulators/libretro-mupen64plus/Attic/DESCR 2018/08/11 13:59:39 1.2
@@ -1,7 +1,9 @@ @@ -1,7 +1,9 @@
1Libretro is a simple but powerful development interface that allows for the 1Libretro is a simple but powerful development interface that allows for the
2easy creation of emulators, games and multimedia applications that can plug 2easy creation of emulators, games and multimedia applications that can plug
3straight into any libretro-compatible frontend. This development interface is 3straight into any libretro-compatible frontend. This development interface is
4open to others so that they can run these pluggable emulator and game cores 4open to others so that they can run these pluggable emulator and game cores
5also in their own programs or devices. 5also in their own programs or devices.
6 6
7Mupen64Plus is a Nintendo 64 video game system emulator. 7Mupen64Plus is a Nintendo 64 video game system emulator. The original
 8Mupen64Plus can use one of the several available graphic plugins (Rice, Glide64,
 9etc), while libretro-mupen64plus focuses entirely on supporting GLideN64.

cvs diff -r1.10 -r1.11 pkgsrc/emulators/libretro-mupen64plus/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/emulators/libretro-mupen64plus/Attic/Makefile 2018/07/18 00:06:15 1.10
+++ pkgsrc/emulators/libretro-mupen64plus/Attic/Makefile 2018/08/11 13:59:39 1.11
@@ -1,40 +1,39 @@ @@ -1,40 +1,39 @@
1# $NetBSD: Makefile,v 1.10 2018/07/18 00:06:15 joerg Exp $ 1# $NetBSD: Makefile,v 1.11 2018/08/11 13:59:39 nia Exp $
2 2
3DISTNAME= mupen64plus-libretro-20150204 3DISTNAME= libretro-mupen64plus-20180628
4PKGNAME= libretro-mupen64plus-20150204 
5PKGREVISION= 1 
6CATEGORIES= emulators 4CATEGORIES= emulators
7MASTER_SITES= http://ftp.NetBSD.org/pub/NetBSD/misc/jmcneill/retroarch/ 5MASTER_SITES= ${MASTER_SITE_GITHUB:=libretro/}
8EXTRACT_SUFX= .zip 6GITHUB_PROJECT= mupen64plus-libretro
 7GITHUB_TAG= 4ca2fa8633666e26e2f163dcd3c226b598cb2aa4
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= https://github.com/libretro/mupen64plus-libretro 10HOMEPAGE= https://docs.libretro.com/library/mupen64plus/
12COMMENT= Libretro core based on the Mupen64 Plus emulator 11COMMENT= Libretro core based on the Mupen64Plus emulator
13LICENSE= gnu-gpl-v3 12LICENSE= gnu-gpl-v3
14 13
15WRKSRC= ${WRKDIR}/mupen64plus-libretro-master 14EXTRACT_USING= bsdtar
16USE_LANGUAGES= c c++03 15USE_LANGUAGES= c c++03
17USE_TOOLS+= gmake 16USE_TOOLS+= gmake
18 17
19SUBST_CLASSES+= vc 18SUBST_CLASSES+= vc
20SUBST_STAGE.vc= pre-configure 19SUBST_STAGE.vc= pre-configure
21SUBST_MESSAGE.vc= Fixing path to VideoCore libraries. 20SUBST_MESSAGE.vc= Fixing path to VideoCore libraries.
22SUBST_FILES.vc= Makefile 21SUBST_FILES.vc= Makefile
23SUBST_SED.vc+= -e 's;/opt/vc;${PREFIX};g' 22SUBST_SED.vc+= -e 's;/opt/vc;${PREFIX};g'
24 23
25SUBST_CLASSES+= d2u 24MAKE_FLAGS+= GIT_VERSION="-pkgsrc"
26SUBST_STAGE.d2u= post-extract 
27SUBST_FILES.d2u= mupen64plus-video-angrylion/n64video.c 
28SUBST_FILTER_CMD.d2u= ${TR} -d '\r' 
29 25
30INSTALLATION_DIRS+= ${PREFIX}/lib/libretro 26INSTALLATION_DIRS+= ${PREFIX}/lib/libretro
31 27
32CFLAGS.NetBSD+= -DHAVE_POSIX_MEMALIGN=1 28CFLAGS.NetBSD+= -DHAVE_POSIX_MEMALIGN=1
33 29
34.include "options.mk" 30.include "options.mk"
35 31
36do-install: 32do-install:
37 ${INSTALL_LIB} ${WRKSRC}/mupen64plus_libretro.so \ 33 ${INSTALL_LIB} ${WRKSRC}/mupen64plus_libretro.so \
38 ${DESTDIR}${PREFIX}/lib/libretro/mupen64plus_libretro.so 34 ${DESTDIR}${PREFIX}/lib/libretro/mupen64plus_libretro.so
39 35
 36.include "../../devel/zlib/buildlink3.mk"
 37.include "../../graphics/png/buildlink3.mk"
 38.include "../../mk/pthread.buildlink3.mk"
40.include "../../mk/bsd.pkg.mk" 39.include "../../mk/bsd.pkg.mk"

cvs diff -r1.5 -r1.6 pkgsrc/emulators/libretro-mupen64plus/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/emulators/libretro-mupen64plus/Attic/distinfo 2017/06/17 19:42:03 1.5
+++ pkgsrc/emulators/libretro-mupen64plus/Attic/distinfo 2018/08/11 13:59:39 1.6
@@ -1,9 +1,6 @@ @@ -1,9 +1,6 @@
1$NetBSD: distinfo,v 1.5 2017/06/17 19:42:03 joerg Exp $ 1$NetBSD: distinfo,v 1.6 2018/08/11 13:59:39 nia Exp $
2 2
3SHA1 (mupen64plus-libretro-20150204.zip) = 85599e878094348163d68fdd704c5bc7edf78e44 3SHA1 (libretro-mupen64plus-20180628-4ca2fa8633666e26e2f163dcd3c226b598cb2aa4.tar.gz) = 061554fbae2958d01aba3634c7072c4ce114a717
4RMD160 (mupen64plus-libretro-20150204.zip) = 6c08b86834a8f6d548c85eaa34ca38e779b6a0d2 4RMD160 (libretro-mupen64plus-20180628-4ca2fa8633666e26e2f163dcd3c226b598cb2aa4.tar.gz) = 4ed698218aaba15846e96163c874746c5e0e5a28
5SHA512 (mupen64plus-libretro-20150204.zip) = 9c016c1dcff40a9435bd5bb4ec07431c9169cd256f018cd1f8c2982d62f8ede871033f354b3519393f700a2a42eabc8c53f8a9cd475989494e45d68cd8abe761 5SHA512 (libretro-mupen64plus-20180628-4ca2fa8633666e26e2f163dcd3c226b598cb2aa4.tar.gz) = 6f945cd9d6a8a29e10efdc24adb4771e859b75bdffdd57228fa1de3a4ae3f0eb5bc5dc8c27de7c978aae667c5c22b6d26bda870d83fa2c68b1ecf1d8e4743a2b
6Size (mupen64plus-libretro-20150204.zip) = 3286777 bytes 6Size (libretro-mupen64plus-20180628-4ca2fa8633666e26e2f163dcd3c226b598cb2aa4.tar.gz) = 6193207 bytes
7SHA1 (patch-glide2gl_src_Glide64_Util.h) = d3bceef0ba895af8309bfe9435d701d76ca31a27 
8SHA1 (patch-libretro_libco_armeabi.c) = dbce5604b0a160dfbdae82506957e2c852d4ca9d 
9SHA1 (patch-mupen64plus-video-angrylion_n64video.c) = 7781b2aaa5efb2d0c670438130ad9ef59aa711fc 

File Deleted: pkgsrc/emulators/libretro-mupen64plus/patches/Attic/patch-glide2gl_src_Glide64_Util.h

File Deleted: pkgsrc/emulators/libretro-mupen64plus/patches/Attic/patch-libretro_libco_armeabi.c

File Deleted: pkgsrc/emulators/libretro-mupen64plus/patches/Attic/patch-mupen64plus-video-angrylion_n64video.c