From 3acdaa231c72008905c2270e12d6d0079ca9650c Mon Sep 17 00:00:00 2001 From: lemmi Date: Tue, 24 Jan 2017 21:11:28 +0100 Subject: [PATCH] vapoursynth: update to R36. --- srcpkgs/vapoursynth/template | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) 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