retroarch: update to 1.4.1.
This commit is contained in:
parent
fbd4a944aa
commit
c19330df1f
|
@ -1,10 +0,0 @@
|
|||
--- libretro-common/include/streams/interface_stream.h.orig 2016-05-03 07:27:13.098949010 +0200
|
||||
+++ libretro-common/include/streams/interface_stream.h 2016-05-03 07:27:22.507949495 +0200
|
||||
@@ -25,6 +25,7 @@
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
+#include <sys/types.h>
|
||||
|
||||
#include <retro_common_api.h>
|
||||
#include <boolean.h>
|
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'retroarch'
|
||||
pkgname=retroarch
|
||||
version=1.3.6
|
||||
revision=2
|
||||
version=1.4.1
|
||||
revision=1
|
||||
wrksrc="RetroArch-$version"
|
||||
conf_files="/etc/retroarch.cfg"
|
||||
build_style=configure
|
||||
build_options="ffmpeg opengl jack pulseaudio sdl2 x11"
|
||||
configure_args="--prefix=/usr --global-config-dir=/etc --enable-udev
|
||||
--enable-networking --enable-netplay
|
||||
--enable-networking
|
||||
$(vopt_enable ffmpeg) $(vopt_enable jack) $(vopt_enable pulseaudio pulse)
|
||||
$(vopt_enable sdl2) $(vopt_enable x11)"
|
||||
hostmakedepends="pkg-config python unzip"
|
||||
|
@ -21,7 +21,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
license="GPL-3"
|
||||
homepage="http://www.libretro.com/"
|
||||
distfiles="https://github.com/libretro/RetroArch/archive/v$version.tar.gz"
|
||||
checksum=bed4201e49b2e97809e97df07d08c752879af0274feec93965a07cf6140759f5
|
||||
checksum=3ef2939d988f09feac537088539cdb4f9b4f68d169ef088f636e0f64d424bffa
|
||||
|
||||
build_options_default="ffmpeg"
|
||||
|
||||
|
@ -38,9 +38,9 @@ do_configure() {
|
|||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*|x86_64*) configure_args+=" --enable-sse --enable-threads";;
|
||||
armv6*) configure_args+=" --enable-gles"
|
||||
armv6*)
|
||||
LDFLAGS+=" -L${XBPS_CROSS_BASE}/opt/vc/lib -Wl,-R /opt/vc/lib";;
|
||||
armv7*) configure_args+=" --enable-neon --enable-gles --enable-threads"
|
||||
armv7*) configure_args+=" --enable-neon --enable-threads"
|
||||
LDFLAGS+=" -L${XBPS_CROSS_BASE}/opt/vc/lib -Wl,-R /opt/vc/lib";;
|
||||
esac
|
||||
./configure ${configure_args}
|
||||
|
|
Loading…
Reference in New Issue