pkgsrc-WIP-changes archive

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

retroarch: Update to retroarch-1.6.3



Module Name:	pkgsrc-wip
Committed By:	Nia Alarie <nia.alarie%gmail.com@localhost>
Pushed By:	nee
Date:		Sat Jul 29 16:16:04 2017 +0100
Changeset:	dd0f57a4503599d47f3b935757132bad7ae71164

Modified Files:
	retroarch/Makefile
	retroarch/distinfo
	retroarch/options.mk

Log Message:
retroarch: Update to retroarch-1.6.3

CHEEVOS: Add support for N64 cheevos and other small fixes.
CHEEVOS: Add 'Achievements -> Achievements Verbose Mode'. Ability to display cheevos related messages in OSD, useful for RetroAchievements users.
AUDIO: Audio mixer's volume can now be independently increased/decreased, and muted.
AUDIO: Mute now no longer disables/enables audio but instead properly mutes the audio volume. Mute is also independent from the audio mixer volume.
INPUT: Add mouse index selection; ability now to select between different mice
INPUT: Fix 'All Users Control Menu' setting
LINUX: Add a tinyalsa audio driver. Doesn't require asoundlib, should be self-contained and lower-level.
LOBBIES: Announce the RetroArch version too
LOCALIZATION: Add Traditional Chinese translation
LOCALIZATION: Update French translation
LOCALIZATION: Update Italian translation
LOCALIZATION: Update Japanese translation
LOCALIZATION: Update Russian translation
MENU: Add 'User Interface -> Views'. Ability to display/hide online updater and core updater options.
NETPLAY: Disconnecting one client shouldn't cause everyone to disconnect anymore
NETWORK: SSL/TLS support, disabled by default
SCANNER: Fix PS1 game scanning
SCANNER: Move content list builder into scanner task with progress, fixes menu freeze with large playlists
SDL2: Fix 'SDL2 driver does not see the hat on wired Xbox 360 controller"
SETTINGS: Fix regression 'Custom Viewport is no longer overridable per-core or per-game'
WAYLAND: Fix menu mouse input

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

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 ++++----
 retroarch/options.mk | 21 ++-------------------
 3 files changed, 8 insertions(+), 25 deletions(-)

diffs:
diff --git a/retroarch/Makefile b/retroarch/Makefile
index 4b3057628a..be352cc52a 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.1
+DISTNAME=	retroarch-1.6.3
 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=	v${PKGVERSION_NOREV}
+GITHUB_TAG=	${PKGVERSION_NOREV}
 
 HAS_CONFIGURE=	yes
 
diff --git a/retroarch/distinfo b/retroarch/distinfo
index 34d332e6a1..14c49d3fc3 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.1.tar.gz) = 4a14384c75a9365e8e881d241b42deb1a52ef3ee
-RMD160 (retroarch-1.6.1.tar.gz) = 3b301a4e17fd156e5ffcce61a0b5c19811705184
-SHA512 (retroarch-1.6.1.tar.gz) = d97c88fa1c748629c53948c153a3b96278da02a6fa503a5f3aa1fe46c75af532d2739eef44f6c028118c71d6cfc38c3a886643e7d2c36ad4eb93eba4608fff8a
-Size (retroarch-1.6.1.tar.gz) = 16358704 bytes
+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 (patch-Makefile) = 0a573beb9a95ab822eaa4056ccd260a0961b2d7b
 SHA1 (patch-Makefile.common) = ee3c0e6273d8a1c726f22423d261b10bb38b6ce3
 SHA1 (patch-frontend_drivers_platform__unix.c) = ad47823cdec50cc36e97f78b540d35a5ccf2d994
diff --git a/retroarch/options.mk b/retroarch/options.mk
index 64b410a22a..5f24ce6d31 100644
--- a/retroarch/options.mk
+++ b/retroarch/options.mk
@@ -3,7 +3,7 @@
 .include "../../mk/bsd.fast.prefs.mk"
 
 PKG_OPTIONS_VAR=	PKG_OPTIONS.retroarch
-PKG_SUPPORTED_OPTIONS+=	sdl2 alsa ffmpeg freetype libxml2 udev
+PKG_SUPPORTED_OPTIONS+=	sdl2 ffmpeg freetype udev
 PKG_SUGGESTED_OPTIONS+=	sdl2 ffmpeg freetype
 PKG_OPTIONS_OPTIONAL_GROUPS+=	gl
 PKG_OPTIONS_GROUP.gl+=		opengl
@@ -30,7 +30,7 @@ PKG_SUGGESTED_OPTIONS+=		rpi
 PKG_SUGGESTED_OPTIONS+=		opengl
 .endif
 
-PKG_SUGGESTED_OPTIONS.Linux+=	alsa udev
+PKG_SUGGESTED_OPTIONS.Linux+=	udev
 
 .include "../../mk/bsd.options.mk"
 
@@ -85,16 +85,6 @@ CONFIGURE_ARGS+=	--enable-mali_fbdev
 CONFIGURE_ARGS+=	--disable-udev
 .endif
 
-#
-# Legacy shader support
-#
-.if !empty(PKG_OPTIONS:Mlibxml2)
-CONFIGURE_ARGS+=	--enable-libxml2
-.include "../../textproc/libxml2/buildlink3.mk"
-.else
-CONFIGURE_ARGS+=	--disable-libxml2
-.endif
-
 .if !empty(PKG_OPTIONS:Msdl2)
 CONFIGURE_ARGS+=	--enable-sdl2
 .include "../../devel/SDL2/buildlink3.mk"
@@ -102,13 +92,6 @@ CONFIGURE_ARGS+=	--enable-sdl2
 CONFIGURE_ARGS+=	--disable-sdl2
 .endif
 
-.if !empty(PKG_OPTIONS:Malsa)
-CONFIGURE_ARGS+=	--enable-alsa
-.include "../../audio/alsa-lib/buildlink3.mk"
-.else
-CONFIGURE_ARGS+=	--disable-alsa
-.endif
-
 .if !empty(PKG_OPTIONS:Mffmpeg)
 CONFIGURE_ARGS+=	--enable-ffmpeg
 .include "../../multimedia/ffmpeg3/buildlink3.mk"


Home | Main Index | Thread Index | Old Index