diff --git a/srcpkgs/vapoursynth/template b/srcpkgs/vapoursynth/template index 7c7b36a2558..110cffa528f 100644 --- a/srcpkgs/vapoursynth/template +++ b/srcpkgs/vapoursynth/template @@ -1,7 +1,7 @@ # Template file for 'vapoursynth' pkgname=vapoursynth -version=R35 -revision=3 +version=R36 +revision=1 build_style=gnu-configure hostmakedepends="automake pkg-config libtool yasm python3-Cython" makedepends="python3-devel zimg-devel libmagick-devel libass-devel" @@ -10,7 +10,13 @@ maintainer="lemmi " license="LGPL-2" homepage="http://www.vapoursynth.com" distfiles="https://github.com/vapoursynth/vapoursynth/archive/$version.tar.gz" -checksum=762cada84d2f975ec925a1eb719dd8a2f40dfaa69d10c358b228184785f64918 +checksum=8a156c5143cecd70b48e59428ec175e901510593082d3ddbc16fba93f5b6c704 + +case $XBPS_TARGET_MACHINE in + aarch64*) + broken="no upstream support" + ;; +esac pre_configure() { ./autogen.sh