Commit graph

5 commits

Author SHA1 Message Date
Jan Beich
4863bdefda multimedia/vapoursynth: update to R46
Changes:	https://github.com/vapoursynth/vapoursynth/compare/R45.1...R46
Reported by:	GitHub (watch releases), Repology, portscout
2019-06-28 11:45:40 +00:00
Jan Beich
3f399119e2 multimedia/vapoursynth: unbreak after r503610
src/core/vsresize.cpp:88:20: error: use of undeclared identifier 'ZIMG_CPU_X86_AVX512_SKL'; did you mean 'ZIMG_CPU_X86_AVX512_SKX'?
    { "avx512skl", ZIMG_CPU_X86_AVX512_SKL },
                   ^~~~~~~~~~~~~~~~~~~~~~~
                   ZIMG_CPU_X86_AVX512_SKX
/usr/local/include/zimg.h:171:2: note: 'ZIMG_CPU_X86_AVX512_SKX' declared here
        ZIMG_CPU_X86_AVX512_SKX = 1011  /**< AVX-512 {F,CD,VL,BW,DQ} (e.g. Skylake-X/SP). */
        ^

Reported by:	pkg-fallout
Obtained from:	upstream
2019-06-08 04:07:19 +00:00
Jan Beich
8b2af15e54 multimedia/vapoursynth: update to R44
Changes:	http://www.vapoursynth.com/2018/07/r44-speeding-up-slightly/
Changes:	https://github.com/vapoursynth/vapoursynth/blob/R44/ChangeLog
2018-07-15 20:12:53 +00:00
Jan Beich
e6ea6764d8 multimedia/vapoursynth: unbreak runtime on non-x86
vapoursynth.Error: Failed to obtain VapourSynth API pointer. System
does not support SSE2 or is the Python module and loaded core library
mismatched?
2017-10-14 22:13:21 +00:00
Jan Beich
6c9554d4e2 multimedia/vapoursynth: add new port
Simple video processing framework, inspired by Avisynth.

http://www.vapoursynth.com/about/
2016-04-10 01:10:59 +00:00