vapoursynth-mvtools: broken on arm*

This commit is contained in:
Michael Gehring 2016-11-06 07:06:16 +01:00
parent b43481b145
commit ecf420f09c

View file

@ -12,6 +12,12 @@ homepage="http://avisynth.org.ru/mvtools/mvtools2.html"
distfiles="https://github.com/dubhater/vapoursynth-mvtools/archive/v${version}.tar.gz"
checksum=739656d8ea3fb864b72e3e3d167dc1f7fdb8feff4e396cdf9414b367621ca011
case "$XBPS_TARGET_MACHINE" in
arm*)
broken="https://build.voidlinux.eu/builders/armv7l-musl_builder/builds/15031"
;;
esac
pre_configure() {
./autogen.sh
}