pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/libretro-mupen64plus libretro-mupen64plus: u...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/96f7c4b9c7e1
branches:  trunk
changeset: 313938:96f7c4b9c7e1
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Oct 14 16:51:57 2018 +0000

description:
libretro-mupen64plus: update to 20181013

Changes:

* pkgsrc patch upstreamed.
* HLE RSP updated.

diffstat:

 emulators/libretro-mupen64plus/Makefile                           |   7 ++---
 emulators/libretro-mupen64plus/distinfo                           |  11 +++----
 emulators/libretro-mupen64plus/patches/patch-GLideN64_src_Log.cpp |  13 ----------
 3 files changed, 8 insertions(+), 23 deletions(-)

diffs (51 lines):

diff -r ef05ddc8aaa4 -r 96f7c4b9c7e1 emulators/libretro-mupen64plus/Makefile
--- a/emulators/libretro-mupen64plus/Makefile   Sun Oct 14 16:44:38 2018 +0000
+++ b/emulators/libretro-mupen64plus/Makefile   Sun Oct 14 16:51:57 2018 +0000
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.15 2018/10/13 17:28:57 nia Exp $
+# $NetBSD: Makefile,v 1.16 2018/10/14 16:51:57 nia Exp $
 
-DISTNAME=      libretro-mupen64plus-20180628
-PKGREVISION=   1
+DISTNAME=      libretro-mupen64plus-20181013
 CATEGORIES=    emulators
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libretro/}
 GITHUB_PROJECT=        mupen64plus-libretro
-GITHUB_TAG=    4ca2fa8633666e26e2f163dcd3c226b598cb2aa4
+GITHUB_TAG=    e7ea1ae1f7a6e9913a46946e322d1a2f6d8c4ae0
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://docs.libretro.com/library/mupen64plus/
diff -r ef05ddc8aaa4 -r 96f7c4b9c7e1 emulators/libretro-mupen64plus/distinfo
--- a/emulators/libretro-mupen64plus/distinfo   Sun Oct 14 16:44:38 2018 +0000
+++ b/emulators/libretro-mupen64plus/distinfo   Sun Oct 14 16:51:57 2018 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.7 2018/10/03 15:01:10 nia Exp $
+$NetBSD: distinfo,v 1.8 2018/10/14 16:51:57 nia Exp $
 
-SHA1 (libretro-mupen64plus-20180628-4ca2fa8633666e26e2f163dcd3c226b598cb2aa4.tar.gz) = 061554fbae2958d01aba3634c7072c4ce114a717
-RMD160 (libretro-mupen64plus-20180628-4ca2fa8633666e26e2f163dcd3c226b598cb2aa4.tar.gz) = 4ed698218aaba15846e96163c874746c5e0e5a28
-SHA512 (libretro-mupen64plus-20180628-4ca2fa8633666e26e2f163dcd3c226b598cb2aa4.tar.gz) = 
6f945cd9d6a8a29e10efdc24adb4771e859b75bdffdd57228fa1de3a4ae3f0eb5bc5dc8c27de7c978aae667c5c22b6d26bda870d83fa2c68b1ecf1d8e4743a2b
-Size (libretro-mupen64plus-20180628-4ca2fa8633666e26e2f163dcd3c226b598cb2aa4.tar.gz) = 6193207 bytes
-SHA1 (patch-GLideN64_src_Log.cpp) = 9b16a306b6bd14799b908d085fc8017caa31b36e
+SHA1 (libretro-mupen64plus-20181013-e7ea1ae1f7a6e9913a46946e322d1a2f6d8c4ae0.tar.gz) = 4ec744d0bb0cf8cc6e6ee54dbcd5a5902507ea16
+RMD160 (libretro-mupen64plus-20181013-e7ea1ae1f7a6e9913a46946e322d1a2f6d8c4ae0.tar.gz) = 11fd1f65b5fe66a1a7f12dd87bed62867062d35c
+SHA512 (libretro-mupen64plus-20181013-e7ea1ae1f7a6e9913a46946e322d1a2f6d8c4ae0.tar.gz) = 
220ef080a39282b06d03c945cc4545dbf70148d460080dab43dff6659eaf4b0a6d7925721b31ff56237088a32637734022f3209897e150a5b25b60683cdb427a
+Size (libretro-mupen64plus-20181013-e7ea1ae1f7a6e9913a46946e322d1a2f6d8c4ae0.tar.gz) = 6216253 bytes
diff -r ef05ddc8aaa4 -r 96f7c4b9c7e1 emulators/libretro-mupen64plus/patches/patch-GLideN64_src_Log.cpp
--- a/emulators/libretro-mupen64plus/patches/patch-GLideN64_src_Log.cpp Sun Oct 14 16:44:38 2018 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-GLideN64_src_Log.cpp,v 1.1 2018/10/03 15:01:10 nia Exp $
-
-stdlib.h is needed for wcstombs(3).
-
---- GLideN64/src/Log.cpp.orig  2018-07-28 21:11:31.000000000 +0000
-+++ GLideN64/src/Log.cpp
-@@ -1,5 +1,6 @@
- #include <stdarg.h>
- #include <stdio.h>
-+#include <stdlib.h>
- #include "Log.h"
- #include "PluginAPI.h"
- #include "wst.h"



Home | Main Index | Thread Index | Old Index