mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-16 03:53:51 +02:00
vapoursynth: update to R47.1.
This commit is contained in:
parent
b887730d0c
commit
124d6afac3
2 changed files with 2 additions and 17 deletions
|
@ -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
|
|
||||||
};
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'vapoursynth'
|
# Template file for 'vapoursynth'
|
||||||
pkgname=vapoursynth
|
pkgname=vapoursynth
|
||||||
version=R45.1
|
version=R47.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake pkg-config libtool nasm python3-Cython"
|
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"
|
homepage="http://www.vapoursynth.com"
|
||||||
changelog="https://raw.githubusercontent.com/vapoursynth/vapoursynth/master/ChangeLog"
|
changelog="https://raw.githubusercontent.com/vapoursynth/vapoursynth/master/ChangeLog"
|
||||||
distfiles="https://github.com/vapoursynth/vapoursynth/archive/$version.tar.gz"
|
distfiles="https://github.com/vapoursynth/vapoursynth/archive/$version.tar.gz"
|
||||||
checksum=4f43e5bb8c4817fdebe572d82febe4abac892918c54e1cb71aa6f6eb3677a877
|
checksum=095509b088ed1c3ba452ee0fed4a5f134719ac817ffc594f79557f499ad9fa6b
|
||||||
|
|
||||||
case $XBPS_TARGET_MACHINE in
|
case $XBPS_TARGET_MACHINE in
|
||||||
aarch64*)
|
aarch64*)
|
||||||
|
|
Loading…
Add table
Reference in a new issue