multimedia/vapoursynth: update to R46

Changes:	https://github.com/vapoursynth/vapoursynth/compare/R45.1...R46
Reported by:	GitHub (watch releases), Repology, portscout
This commit is contained in:
Jan Beich
2019-06-28 11:45:40 +00:00
parent a8a07f94e9
commit 4863bdefda
3 changed files with 5 additions and 17 deletions

View File

@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= vapoursynth
PORTVERSION= R45.1
PORTREVISION= 5
PORTVERSION= R46
CATEGORIES= multimedia
MAINTAINER= jbeich@FreeBSD.org
@@ -53,7 +52,7 @@ SIMD_CONFIGURE_ENABLE= x86-asm
# COMPS group
CORE_DESC= Core library
CORE_BUILD_DEPENDS= sekrit-twc-zimg>=2.4:graphics/sekrit-twc-zimg
CORE_BUILD_DEPENDS= sekrit-twc-zimg>=2.9.1:graphics/sekrit-twc-zimg
CORE_LIB_DEPENDS= libzimg.so:graphics/sekrit-twc-zimg
CORE_USES= compiler:c++11-lib
CORE_CONFIGURE_ENABLE= core

View File

@@ -1,3 +1,3 @@
TIMESTAMP = 1540588265
SHA256 (vapoursynth-vapoursynth-R45.1_GH0.tar.gz) = 4f43e5bb8c4817fdebe572d82febe4abac892918c54e1cb71aa6f6eb3677a877
SIZE (vapoursynth-vapoursynth-R45.1_GH0.tar.gz) = 596809
TIMESTAMP = 1561668733
SHA256 (vapoursynth-vapoursynth-R46_GH0.tar.gz) = e0b6e538cc54a021935e89a88c5fdae23c018873413501785c80b343c455fe7f
SIZE (vapoursynth-vapoursynth-R46_GH0.tar.gz) = 598758

View File

@@ -1,11 +0,0 @@
--- src/core/vsresize.cpp.orig 2018-10-26 21:11:05 UTC
+++ src/core/vsresize.cpp
@@ -85,7 +85,7 @@ const std::unordered_map<std::string, zimg_cpu_type_e>
{ "f16c", ZIMG_CPU_X86_F16C },
{ "avx2", ZIMG_CPU_X86_AVX2 },
{ "avx512f", ZIMG_CPU_X86_AVX512F },
- { "avx512skl", ZIMG_CPU_X86_AVX512_SKL },
+ { "avx512skx", ZIMG_CPU_X86_AVX512_SKX },
#endif
};