File vapoursynth-plugin-neo_f3kdb.spec of Package vapoursynth-plugin-neo_f3kdb
#
# spec file for package vapoursynth-plugin-neo_f3kdb
#
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define __builder ninja
Name:           vapoursynth-plugin-neo_f3kdb
Version:        10+1.g37cd2fc
Release:        0
Summary:        Neo_f3kdb filter for VapourSynth
License:        GPL-3.0-or-later
URL:            https://github.com/HomeOfAviSynthPlusEvolution/neo_f3kdb
Source0:        neo_f3kdb-%{version}.tar.zst
BuildRequires:  c++_compiler
BuildRequires:  cmake
BuildRequires:  ninja
BuildRequires:  pkgconfig
BuildRequires:  cmake(TBB)
BuildRequires:  pkgconfig(vapoursynth)
BuildSystem:    cmake
%description
F3kdb is a deband filter. It removes banding artifacts from gradients.
%install
install -Dm644 %{__builddir}/libneo-f3kdb.so %{buildroot}%{_libdir}/vapoursynth/libneo-f3kdb.so
%files
%doc README.md
%license LICENSE
%{_libdir}/vapoursynth
%changelog