Name: vapoursynth-plugin-sneedif Version: 3 Release: 2%{?dist} Summary: S.N.E.E.D.I.F. Setsugen No Ensemble of Edge Directed Interpolation Functions License: None URL: https://github.com/Jaded-Encoding-Thaumaturgy/vapoursynth-SNEEDIF Source0: https://github.com/Jaded-Encoding-Thaumaturgy/vapoursynth-SNEEDIF/archive/refs/tags/R%{version}.tar.gz BuildRequires: meson BuildRequires: gcc-c++ BuildRequires: boost-devel BuildRequires: pkgconfig(vapoursynth) BuildRequires: pkgconfig(OpenCL) Requires: vapoursynth-libs vapoursynth-plugin-nnedi3-weights Patch0: 0001-fix-meson-build.patch # Only seems buildable on x86_64... ExclusiveArch: x86_64 %description %{summary} %prep %autosetup -n vapoursynth-SNEEDIF-R%{version} %build %meson %meson_build %install %meson_install find %{buildroot} -name '*.la' -exec rm -f {} ';' %files %doc README.md %{_libdir}/vapoursynth/libsneedif.so %changelog * Mon Jan 26 2026 adworacz <561689+adworacz@users.noreply.github.com> - 3-2 - Add nnedi3-weights dependency