pkgsrc-WIP-changes archive

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

retroarch: Update to 1.6.9



Module Name:	pkgsrc-wip
Committed By:	Nia Alarie <nia.alarie%gmail.com@localhost>
Pushed By:	nee
Date:		Mon Nov 27 19:13:30 2017 +0000
Changeset:	efc753c88069fc1eef117a10fe6e5c4a805df481

Modified Files:
	retroarch/Makefile
	retroarch/distinfo
	retroarch/patches/patch-qb_qb.libs.sh

Log Message:
retroarch: Update to 1.6.9

Changes:

COMMON: Small memory leak.
NETPLAY: Fix network command only working once.

Audio: Fix the Audio DSP picker
CHEEVOS: Add support for Atari Lynx cheevos.
CHEEVOS: Add support for RetroAchievements Leaderboards.
GUI: (MaterialUI) Fix crash that happened on context reset with Vulkan.
GUI: (MaterialUI) Skip querying and drawing items that are not visible; Cache content height and bbox calculation.
GUI: (MaterialUI) Fix entry box highlight calculation.
GUI: (XMB) Skip drawing the fading list when it is already transparent. Optimization.
GUI: (XMB) Comment out visible item calculation in xmb_draw_items().
GUI: (RGUI) Prevent crashes when using a non-English language reliant on UTF8.
GUI: Add menu option for OSD background color.
GUI: Add menu option for OSD text color.
GUI: Add menu option to remove frame count from OSD.
GUI: Allow wraparound of int/float settings when pressing the left key
INPUT/LIBRETRO: Add support for more mouse buttons (buttons 4/5)
INPUT/LIBRETRO: Add support for analog buttons
INPUT: Always show the controls menu even if descriptors are not set
INPUT: Fix input descriptors not being set on cores that don't implement the controllers interface
INPUT: Apply descriptors only for the amount of cores the core supports
INPUT: Implement keyboard to gamepad input remapping (limited to one gamepad device for now)
INPUT: Fix absolute mouse move handling on the winraw driver
INPUT: Ignore keyboard input if window is not active on udev driver
INPUT: Sanitize the filenames of autoconfig profiles before saving
LOBBIES: Fix crash on navigating left / right from the lobby menu
LOCALIZATION: Update Dutch translation
LOCALIZATION: Update Italian translation.
LOCALIZATION: Update Japanese translation.
LOCALIZATION: Update Portuguese-Brazilian translation.
LOCALIZATION: Update Russian translation.
LINUX/ARMHF: Set buildbot updater URL to armhf location instead of blank string
LINUX/PI: Broadcom VC4: Add Videocore config option
LINUX/UDEV: Fix - RetroArch reads keyboard input when not focused with the udev input driver.
NETPLAY: Fix disconnection not fully deinitializing Netplay.
NETPLAY: Fix lan rooms when there is more than one room
NETPLAY: Fix lan rooms on systems where all addresses are treated as IPv6
COMMON: Fix clear/free loop conditionals in playlists.
SCANNER: Fix archive scanning.
SCANNER: Support CHD files.
SCANNER: Support Gamecube ISO scanning.
SCANNER: Use primary data track of disc images for CRC lookups rather than cue files. This is slower but finds matches more reliably, and is necessary for CHD files to work at all. Update your databases!
SCANNER: Fall back on looking inside archives when matching MAME/FBA content (most recent cores only). If you had difficulty with content being detected before, you may have better luck now. Update your databases and core info!

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

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

diffstat:
 retroarch/Makefile                    | 10 +---------
 retroarch/distinfo                    | 10 +++++-----
 retroarch/patches/patch-qb_qb.libs.sh | 14 +++++++-------
 3 files changed, 13 insertions(+), 21 deletions(-)

diffs:
diff --git a/retroarch/Makefile b/retroarch/Makefile
index a2d2ea344a..f273a32918 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.7
+DISTNAME=	retroarch-1.6.9
 CATEGORIES=	emulators
 MASTER_SITES=	${MASTER_SITE_GITHUB:=libretro/}
 
@@ -32,14 +32,6 @@ CPPFLAGS+=	-DPREFIX=\"${PREFIX}\"
 
 .include "../../mk/bsd.fast.prefs.mk"
 
-# On exit:
-# assertion "pthread__tsd_destructors[key] != NULL" failed:
-# file "/usr/src/lib/libpthread/pthread_tsd.c", line 287, function "pthread_key_delete"
-# [1]   Abort trap (core dumped) retroarch
-.if ${OPSYS} == "NetBSD"
-CONFIGURE_ARGS+=	--disable-thread_storage
-.endif
-
 .include "options.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../net/miniupnpc/buildlink3.mk"
diff --git a/retroarch/distinfo b/retroarch/distinfo
index 9aabecab84..1222f603e7 100644
--- a/retroarch/distinfo
+++ b/retroarch/distinfo
@@ -1,10 +1,10 @@
 $NetBSD: distinfo,v 1.4 2015/11/03 20:31:01 agc Exp $
 
-SHA1 (retroarch-1.6.7.tar.gz) = aabc905cd7cfdf443e8786b58ea1483e8d77208b
-RMD160 (retroarch-1.6.7.tar.gz) = 71e49dfe678c19316b2f86c234217a93967cb963
-SHA512 (retroarch-1.6.7.tar.gz) = 0a32a6fa9b386f050ecf201c685eeefb55721968fd11a2ba9e18e61f03ce4aea21dc6a35130b5e839fc7b0692e23f87981476ffbc3434d0afa3aa82f80bcb091
-Size (retroarch-1.6.7.tar.gz) = 17380776 bytes
+SHA1 (retroarch-1.6.9.tar.gz) = da5773ea81b6a68cd347d48539ef92aaf714845a
+RMD160 (retroarch-1.6.9.tar.gz) = 612768823c52a221c0381f3f0137c73527096e3d
+SHA512 (retroarch-1.6.9.tar.gz) = 974e08d22ed9742fa25f9bd850e387958d983bf82eca5cc27f8a7df63cc51f3b115c395236ee59e359a2e8e7265ea572cab77ed24720984cbf34caebfcf8ac74
+Size (retroarch-1.6.9.tar.gz) = 19000981 bytes
 SHA1 (patch-Makefile) = 0a573beb9a95ab822eaa4056ccd260a0961b2d7b
 SHA1 (patch-Makefile.common) = ee3c0e6273d8a1c726f22423d261b10bb38b6ce3
 SHA1 (patch-frontend_drivers_platform__unix.c) = ad47823cdec50cc36e97f78b540d35a5ccf2d994
-SHA1 (patch-qb_qb.libs.sh) = bd92a7016e45fd6ee5a47300516c4028227384b2
+SHA1 (patch-qb_qb.libs.sh) = 1db2e81159d213220a4a9086ccfe7609539fc26e
diff --git a/retroarch/patches/patch-qb_qb.libs.sh b/retroarch/patches/patch-qb_qb.libs.sh
index baecf93e5e..65afabd72a 100644
--- a/retroarch/patches/patch-qb_qb.libs.sh
+++ b/retroarch/patches/patch-qb_qb.libs.sh
@@ -1,15 +1,15 @@
-$NetBSD: patch-qb_qb.libs.sh,v 1.1 2015/02/04 22:56:43 jmcneill Exp $
+$NetBSD$
 
 Add library dirs to the runtime search path
 
---- qb/qb.libs.sh.orig  2015-02-03 06:43:44.000000000 +0000
+--- qb/qb.libs.sh.orig	2017-11-21 15:40:48.000000000 +0000
 +++ qb/qb.libs.sh
 @@ -17,7 +17,7 @@ add_include_dirs()
- {	while [ "$1" ]; do INCLUDE_DIRS="$INCLUDE_DIRS -I$1"; shift; done;}
+ }
  
  add_library_dirs()
--{	while [ "$1" ]; do LIBRARY_DIRS="$LIBRARY_DIRS -L$1"; shift; done;}
-+{	while [ "$1" ]; do LIBRARY_DIRS="$LIBRARY_DIRS -Wl,-R$1 -L$1"; shift; done;}
+-{	while [ "$1" ]; do LIBRARY_DIRS="$LIBRARY_DIRS -L$1"; shift; done
++{	while [ "$1" ]; do LIBRARY_DIRS="$LIBRARY_DIRS -Wl,-R$1 -L$1"; shift; done
+ 	LIBRARY_DIRS="${LIBRARY_DIRS# }"
+ }
  
- check_lib()	#$1 = HAVE_$1	$2 = lib	$3 = function in lib	$4 = extralibs $5 = headers
- {	tmpval="$(eval echo \$HAVE_$1)"


Home | Main Index | Thread Index | Old Index