retroarch: update to 1.7.1
Add libbrcmEGL.so, libbrcmGLES.so, libbrcmGLESv2.so, and libbrcmOpenVG.so to common/shlibs so that rpi-userland is referenced. Fixes armv[67]l* build. Closes: #11755 [via git-merge-pr] Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
4073e6ea7a
commit
17c933f3de
2 changed files with 7 additions and 3 deletions
|
@ -125,6 +125,10 @@ libGLESv2.so.2 libGLES-1.0_1
|
|||
libEGL.so rpi-userland-0.0.0.0.20150907_1
|
||||
libGLES.so rpi-userland-0.0.0.0.20150907_1
|
||||
libGLESv2.so rpi-userland-0.0.0.0.20150907_1
|
||||
libbrcmEGL.so rpi-userland-20180103_2
|
||||
libbrcmGLES.so rpi-userland-20180103_2
|
||||
libbrcmGLESv2.so rpi-userland-20180103_2
|
||||
libbrcmOpenVG.so rpi-userland-20180103_2
|
||||
libGLESv2.so opera-49.0.2725.39_1
|
||||
libwayland-egl.so.1 libwayland-egl-9.0.1_4
|
||||
libGL.so.1 libGL-7.11_1
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'retroarch'
|
||||
pkgname=retroarch
|
||||
version=1.7.0
|
||||
version=1.7.1
|
||||
revision=1
|
||||
wrksrc="RetroArch-$version"
|
||||
conf_files="/etc/retroarch.cfg"
|
||||
|
@ -23,14 +23,14 @@ 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=b32fa4a37ff777e9fe45eeef7ccf2e4e06520dd268584034f687a494dc9f5af1
|
||||
checksum=e9189c7da6b2ca0142528eca14f26104ee322f052f8609203d90b60938d8d3f3
|
||||
|
||||
build_options_default="ffmpeg"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*|x86_64*) build_options_default+=" opengl pulseaudio sdl2 x11 vulkan";;
|
||||
armv[67]*) makedepends+=" rpi-userland-devel"
|
||||
broken="https://build.voidlinux.eu/builders/armv7l_builder/builds/7059/steps/shell_3/logs/stdio"
|
||||
LDFLAGS="-L${XBPS_CROSS_BASE}/opt/vc/lib -lbcm_host"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue