diff --git a/common/shlibs b/common/shlibs index 989b44e0d29..540eb77bbfd 100644 --- a/common/shlibs +++ b/common/shlibs @@ -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 diff --git a/srcpkgs/retroarch/template b/srcpkgs/retroarch/template index 05ac1818939..d58e74f4c97 100644 --- a/srcpkgs/retroarch/template +++ b/srcpkgs/retroarch/template @@ -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 " 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