There is an updated pull request by tibequadorian against master on the void-packages repository https://github.com/tibequadorian/void-packages vapoursynth https://github.com/void-linux/void-packages/pull/36231 vapoursynth: update to R57. @lemmi Since R55 many filters were removed from the source tree and moved into seperate repositories. That's the reason why this package contains less files and some dependencies are no longer needed. **About disabling SIMD:** It seems that [zimg](https://github.com/sekrit-twc/zimg/blob/d4e32eaf4612589aed9223577c9429ff4c3c8269/configure.ac#L66) enforces correctly `-march=armv7-a -mfpu=neon-vfpv4`, but we override it with `-mfpu=vfpv3` so it doesn't work for us. This was already discussed in https://github.com/sekrit-twc/zimg/issues/140 #### Testing the changes - I tested the changes in this PR: **briefly** A patch file from https://github.com/void-linux/void-packages/pull/36231.patch is attached