vapoursynth-mvtools: broken on arm*
This commit is contained in:
parent
b43481b145
commit
ecf420f09c
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue