From 124d6afac3c9a0fa6afc49b0c46b30e6aefc50ef Mon Sep 17 00:00:00 2001 From: lemmi Date: Mon, 12 Aug 2019 02:53:44 +0200 Subject: [PATCH] vapoursynth: update to R47.1. --- srcpkgs/vapoursynth/patches/zimg-cpu-x86.patch | 15 --------------- srcpkgs/vapoursynth/template | 4 ++-- 2 files changed, 2 insertions(+), 17 deletions(-) delete mode 100644 srcpkgs/vapoursynth/patches/zimg-cpu-x86.patch diff --git a/srcpkgs/vapoursynth/patches/zimg-cpu-x86.patch b/srcpkgs/vapoursynth/patches/zimg-cpu-x86.patch deleted file mode 100644 index 9027981a059..00000000000 --- a/srcpkgs/vapoursynth/patches/zimg-cpu-x86.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- src/core/vsresize.cpp 2018-10-26 23:11:05.000000000 +0200 -+++ src/core/vsresize.cpp 2019-06-21 06:18:30.310902300 +0200 -@@ -85,7 +85,12 @@ - { "f16c", ZIMG_CPU_X86_F16C }, - { "avx2", ZIMG_CPU_X86_AVX2 }, - { "avx512f", ZIMG_CPU_X86_AVX512F }, -+#ifdef ZIMG_CPU_X86_AVX512_SKL - { "avx512skl", ZIMG_CPU_X86_AVX512_SKL }, -+#endif -+#ifdef ZIMG_CPU_X86_AVX512_SKX -+ { "avx512skx", ZIMG_CPU_X86_AVX512_SKX }, -+#endif - #endif - }; - diff --git a/srcpkgs/vapoursynth/template b/srcpkgs/vapoursynth/template index 018fd77e1f7..1d021599090 100644 --- a/srcpkgs/vapoursynth/template +++ b/srcpkgs/vapoursynth/template @@ -1,6 +1,6 @@ # Template file for 'vapoursynth' pkgname=vapoursynth -version=R45.1 +version=R47.1 revision=1 build_style=gnu-configure hostmakedepends="automake pkg-config libtool nasm python3-Cython" @@ -12,7 +12,7 @@ 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=4f43e5bb8c4817fdebe572d82febe4abac892918c54e1cb71aa6f6eb3677a877 +checksum=095509b088ed1c3ba452ee0fed4a5f134719ac817ffc594f79557f499ad9fa6b case $XBPS_TARGET_MACHINE in aarch64*)