pkgsrc-WIP-changes archive

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

retroarch: Update to 1.6.4



Module Name:	pkgsrc-wip
Committed By:	Nia Alarie <nia.alarie%gmail.com@localhost>
Pushed By:	nee
Date:		Tue Aug 8 11:28:47 2017 +0100
Changeset:	3b5de2bea987f052a018e7a055161b72968c2714

Modified Files:
	retroarch/Makefile
	retroarch/distinfo

Log Message:
retroarch: Update to 1.6.4

AUDIO: Audio mixer supports MOD/S3M/XM file types now!
INPUT: input swap override flag (for remotes) is cleared correctly
INPUT: allow specifying libretro device in remap files
INPUT: allow specifying analog dpad mode in remap files
INPUT: allow saving libretro device to remap files
INPUT: allow saving analog dpad mode to remap files
INPUT: allow removing core and game remap files from the menu
COMMON: Cores can now request to set a 'shared context'. You no longer need to explicitly enable 'Shared Hardware Context' for Citra/OpenLara/Dolphin.
COMMON: Add 'Delete Core' option to Core Information menu.
COMMON: Allow Max Timing Skew to be set to 0.
COMMON: Change the "content dir" behavior so it works on either a flag or an empty directory setting, now platform drivers can provide defaults for save / system / state / screenshot dirs and still allow the content dir functionality, these settings are under settings / saving and flagged as advanced
GUI: You can turn on/off 'Horizontal Animation' now for the XMB menu. Turning animations off can result in a performance boost.
GUI: Fix sublabel word-wrapping in XMB where multi-byte languages were cut off too soon
LOCALIZATION: Update Dutch translation
LOCALIZATION: Update Traditional Chinese translation
LOCALIZATION: Update Italian translation
LOCALIZATION: Update Russian translation
LOBBIES: Show what country the host is in
MENU: Enable OSD text rendering for gdi and libcaca drivers

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3b5de2bea987f052a018e7a055161b72968c2714

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 retroarch/Makefile | 4 ++--
 retroarch/distinfo | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs:
diff --git a/retroarch/Makefile b/retroarch/Makefile
index be352cc52a..f971a83c5e 100644
--- a/retroarch/Makefile
+++ b/retroarch/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.6 2015/04/25 14:20:47 tnn Exp $
 
-DISTNAME=	retroarch-1.6.3
+DISTNAME=	retroarch-1.6.4
 CATEGORIES=	emulators
 MASTER_SITES=	${MASTER_SITE_GITHUB:=libretro/}
 
@@ -10,7 +10,7 @@ COMMENT=	Official reference frontend for the libretro API
 LICENSE=	gnu-gpl-v3
 
 GITHUB_PROJECT=	RetroArch
-GITHUB_TAG=	${PKGVERSION_NOREV}
+GITHUB_TAG=	v${PKGVERSION_NOREV}
 
 HAS_CONFIGURE=	yes
 
diff --git a/retroarch/distinfo b/retroarch/distinfo
index 14c49d3fc3..e2eca581df 100644
--- a/retroarch/distinfo
+++ b/retroarch/distinfo
@@ -1,9 +1,9 @@
 $NetBSD: distinfo,v 1.4 2015/11/03 20:31:01 agc Exp $
 
-SHA1 (retroarch-1.6.3.tar.gz) = 4cf6e1725f11e4e5d6bd5c9ae07935ca40485cf4
-RMD160 (retroarch-1.6.3.tar.gz) = 0e621d9344354bd7432acc23d6459a71b446e235
-SHA512 (retroarch-1.6.3.tar.gz) = fd79a736ff1a3d950fbbb801236f7a88702d364f069a7f0c144d9410e74653eeac89145dc85109ecf606386f88f6d3fc0de8b4eb475245e17bf529e0de2eec72
-Size (retroarch-1.6.3.tar.gz) = 17307597 bytes
+SHA1 (retroarch-1.6.4.tar.gz) = b167100b68bf73ade1c757ec77140a0c2a84909f
+RMD160 (retroarch-1.6.4.tar.gz) = 8a4d09690d29874be4be1380bfa15ddd26ba9aa7
+SHA512 (retroarch-1.6.4.tar.gz) = 9a51b8e6a7e7c6b959c9cff3f19ae89c98fd71680e63e08b1a3acf978a57bcf3a7ca1598702912b947a0216e7d590ad12585e8f1657328039baa304aa1eaaa8b
+Size (retroarch-1.6.4.tar.gz) = 17332541 bytes
 SHA1 (patch-Makefile) = 0a573beb9a95ab822eaa4056ccd260a0961b2d7b
 SHA1 (patch-Makefile.common) = ee3c0e6273d8a1c726f22423d261b10bb38b6ce3
 SHA1 (patch-frontend_drivers_platform__unix.c) = ad47823cdec50cc36e97f78b540d35a5ccf2d994


Home | Main Index | Thread Index | Old Index