Name: vapoursynth-plugin-nnedi3 Version: 12^20240714g82993ff Release: 3%{?dist} Summary: NNEDI3 filter for VapourSynth %define commit 82993ff21cf569776fc1a7e5bb60235c00bbeea3 License: None URL: https://github.com/dubhater/vapoursynth-nnedi3 Source0: https://github.com/dubhater/vapoursynth-nnedi3/archive/%{commit}.tar.gz Patch0: 0001-fix-aarch64.patch BuildRequires: gcc-c++ autoconf automake libtool yasm BuildRequires: pkgconfig(vapoursynth) Requires: vapoursynth-plugin-nnedi3-weights %description %summary %prep %autosetup -n vapoursynth-nnedi3-%{commit} -p1 %build ./autogen.sh %configure --disable-static --libdir=%{_libdir}/vapoursynth %make_build %install %make_install find %{buildroot} -name '*.bin' -exec rm -f {} ';' %files %doc readme.rst %{_libdir}/vapoursynth/libnnedi3.so %changelog * Wed Dec 31 2025 Austin Dworaczyk Wiltshire <561689+adworacz@users.noreply.github.com> - 12^20240714g82993ff-3 - Ensure nnedi3_weights.bin file is removed since we package it separately now * Wed Dec 31 2025 Austin Dworaczyk Wiltshire <561689+adworacz@users.noreply.github.com> - 12^20240714g82993ff-2 - Depend on separate weights package to prevent collisions