From ecf420f09c9642f47aee6a52d825ce3d3e6df338 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sun, 6 Nov 2016 07:06:16 +0100 Subject: [PATCH] vapoursynth-mvtools: broken on arm* --- srcpkgs/vapoursynth-mvtools/template | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/srcpkgs/vapoursynth-mvtools/template b/srcpkgs/vapoursynth-mvtools/template index ee996fa4885..c1b8b9c1d62 100644 --- a/srcpkgs/vapoursynth-mvtools/template +++ b/srcpkgs/vapoursynth-mvtools/template @@ -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 }