Name: vapoursynth-plugin-vsfpng Version: 1.0 Release: %autorelease Summary: fpng for VapourSynth License: LGPL-2.1 URL: https://github.com/Mikewando/vsfpng Source0: https://github.com/Mikewando/vsfpng/archive/refs/tags/%{version}.tar.gz BuildRequires: meson gcc-c++ BuildRequires: pkgconfig(vapoursynth) # Seems to only build on x86_64 # https://github.com/Mikewando/vsfpng/issues/3 ExclusiveArch: x86_64 %description %{summary} %prep %autosetup -n vsfpng-%{version} %build %meson %meson_build %install %meson_install %files %license LICENSE %doc README.md %{_libdir}/vapoursynth/libfpng.so %changelog %autochangelog