diff --git a/srcpkgs/vapoursynth/template b/srcpkgs/vapoursynth/template index de94cf5fafe..2f921474109 100644 --- a/srcpkgs/vapoursynth/template +++ b/srcpkgs/vapoursynth/template @@ -1,7 +1,7 @@ # Template file for 'vapoursynth' pkgname=vapoursynth -version=R47.2 -revision=3 +version=R49 +revision=1 build_style=gnu-configure hostmakedepends="automake pkg-config libtool nasm python3-Cython" makedepends="python3-devel zimg-devel libmagick-devel libass-devel ffmpeg-devel @@ -12,26 +12,10 @@ license="LGPL-2.1-or-later, OFL-1.1" homepage="http://www.vapoursynth.com" changelog="https://raw.githubusercontent.com/vapoursynth/vapoursynth/master/ChangeLog" distfiles="https://github.com/vapoursynth/vapoursynth/archive/$version.tar.gz" -checksum=8ce4553f9fc5e5bbfb26ec9c0c5bf94be307530f947424c713ef67bc8a6d22b2 - -case $XBPS_TARGET_MACHINE in - aarch64*) - broken="no upstream support" - ;; -esac +checksum=126d1e68d3a3e80d1e215c8a2a5dc8773f5fcac70a6c22dadc837bccb603bccd pre_configure() { - # Fix linking with python 3.8 - vsed -e 's|python-$PYTHON_VERSION|python-$PYTHON_VERSION-embed|' -i configure.ac ./autogen.sh - case $XBPS_TARGET_MACHINE in - arm*musl) - sed -i '/#include /a #include ' src/core/cpufeatures.c - sed -i -e 's/HWCAP_ARM_/HWCAP_/' src/core/cpufeatures.c - ;; - *) - ;; - esac } vapoursynth-devel_package() {