From 216b5b4b4e4b64e879c06f9b6ebfda94207da73e Mon Sep 17 00:00:00 2001 From: q66 Date: Mon, 2 Dec 2019 19:35:30 +0100 Subject: [PATCH] vapoursynth-mvtools: only for x86 The code contains assembly as well as build system paths that are specifically x86 only. [ci skip] --- srcpkgs/vapoursynth-mvtools/template | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/srcpkgs/vapoursynth-mvtools/template b/srcpkgs/vapoursynth-mvtools/template index 90ab6cd304cdbe..3f51de6dd3b347 100644 --- a/srcpkgs/vapoursynth-mvtools/template +++ b/srcpkgs/vapoursynth-mvtools/template @@ -2,6 +2,7 @@ pkgname=vapoursynth-mvtools version=21 revision=1 +archs="x86_64* i686*" build_style=meson hostmakedepends="pkg-config libtool nasm" makedepends="fftw-devel vapoursynth-devel" @@ -12,12 +13,6 @@ homepage="http://avisynth.org.ru/mvtools/mvtools2.html" distfiles="https://github.com/dubhater/vapoursynth-mvtools/archive/v${version}.tar.gz" checksum=dc267fce40dd8531a39b5f51075e92dd107f959edb8be567701ca7545ffd35c5 -case "$XBPS_TARGET_MACHINE" in - arm*) - broken="https://build.voidlinux.org/builders/armv7l-musl_builder/builds/15031" - ;; -esac - post_install() { vdoc readme.rst vsconf ${FILESDIR}/example.py