parent
63db848413
commit
fac8c5b9c6
1 changed files with 5 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'retroarch'
|
||||
pkgname=retroarch
|
||||
version=1.6.7
|
||||
revision=3
|
||||
version=1.7.0
|
||||
revision=1
|
||||
wrksrc="RetroArch-$version"
|
||||
conf_files="/etc/retroarch.cfg"
|
||||
build_style=configure
|
||||
|
@ -23,7 +23,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=212f281d3febde1df27d2edd5de3ced5be86c816b3f13614754495e4a62e778f
|
||||
checksum=b32fa4a37ff777e9fe45eeef7ccf2e4e06520dd268584034f687a494dc9f5af1
|
||||
|
||||
build_options_default="ffmpeg"
|
||||
|
||||
|
@ -41,8 +41,10 @@ do_configure() {
|
|||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*|x86_64*) configure_args+=" --enable-sse --enable-threads";;
|
||||
armv6*)
|
||||
CFLAGS+=" -I${XBPS_CROSS_BASE}/opt/vc/include"
|
||||
LDFLAGS+=" -L${XBPS_CROSS_BASE}/opt/vc/lib -Wl,-R /opt/vc/lib";;
|
||||
armv7*) configure_args+=" --enable-neon --enable-threads"
|
||||
CFLAGS+=" -I${XBPS_CROSS_BASE}/opt/vc/include"
|
||||
LDFLAGS+=" -L${XBPS_CROSS_BASE}/opt/vc/lib -Wl,-R /opt/vc/lib";;
|
||||
esac
|
||||
./configure ${configure_args}
|
||||
|
|
Loading…
Reference in a new issue