Update to retroarch-1.7.1.
Changelog: https://www.libretro.com/index.php/retroarch-1-7-1-released/
This commit is contained in:
parent
455e376e19
commit
992001eb13
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2018/02/02 08:38:05 bentley Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2018/02/27 08:52:24 bentley Exp $
|
||||
|
||||
COMMENT = generic multi-emulator frontend
|
||||
|
||||
V = 1.7.0
|
||||
V = 1.7.1
|
||||
DISTNAME = retroarch-$V
|
||||
|
||||
CATEGORIES = emulators
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (retroarch-1.7.0.tar.gz) = sy+ko3/3d+n+Re7vfM8uTgZSDdJoWEA09oeklNyfWvE=
|
||||
SIZE (retroarch-1.7.0.tar.gz) = 19179540
|
||||
SHA256 (retroarch-1.7.1.tar.gz) = 6RicfaayygFCUo7KFPJhBO4yLwUvhgkgPZC2CTjY0/M=
|
||||
SIZE (retroarch-1.7.1.tar.gz) = 20540496
|
||||
|
@ -1,8 +1,8 @@
|
||||
$OpenBSD: patch-audio_audio_driver_c,v 1.2 2017/10/06 23:07:02 bentley Exp $
|
||||
$OpenBSD: patch-audio_audio_driver_c,v 1.3 2018/02/27 08:52:24 bentley Exp $
|
||||
Index: audio/audio_driver.c
|
||||
--- audio/audio_driver.c.orig
|
||||
+++ audio/audio_driver.c
|
||||
@@ -58,7 +58,7 @@ static const audio_driver_t *audio_drivers[] = {
|
||||
@@ -57,7 +57,7 @@ static const audio_driver_t *audio_drivers[] = {
|
||||
#ifdef HAVE_TINYALSA
|
||||
&audio_tinyalsa,
|
||||
#endif
|
||||
|
@ -1,14 +0,0 @@
|
||||
$OpenBSD: patch-file_path_special_c,v 1.1 2017/10/06 23:07:02 bentley Exp $
|
||||
|
||||
Index: file_path_special.c
|
||||
--- file_path_special.c.orig
|
||||
+++ file_path_special.c
|
||||
@@ -205,6 +205,8 @@ bool fill_pathname_application_data(char *s, size_t le
|
||||
#if !defined(RARCH_CONSOLE)
|
||||
void fill_pathname_application_path(char *s, size_t len)
|
||||
{
|
||||
+ strlcpy(s, "retroarch", len);
|
||||
+ return;
|
||||
size_t i;
|
||||
#ifdef __APPLE__
|
||||
CFBundleRef bundle = CFBundleGetMainBundle();
|
@ -1,9 +1,12 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2017/10/06 23:07:02 bentley Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2018/02/27 08:52:24 bentley Exp $
|
||||
@bin bin/retroarch
|
||||
bin/retroarch-cg2glsl
|
||||
@man man/man6/retroarch-cg2glsl.6
|
||||
@man man/man6/retroarch.6
|
||||
share/applications/retroarch.desktop
|
||||
share/doc/retroarch/
|
||||
share/doc/retroarch/COPYING
|
||||
share/doc/retroarch/README.md
|
||||
share/examples/retroarch.cfg
|
||||
@sample ${SYSCONFDIR}/retroarch.cfg
|
||||
share/pixmaps/
|
||||
|
Loading…
x
Reference in New Issue
Block a user