File vapoursynth-plugin-Bilateral.spec of Package vapoursynth-plugin-Bilateral
#
# spec file for package vapoursynth-plugin-Bilateral
#
# 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/
#
Name: vapoursynth-plugin-Bilateral
Version: 3+6.g5c246c0
Release: 0
Summary: Bilateral filter for VapourSynth
License: GPL-3.0-or-later
URL: https://github.com/HomeOfVapourSynthEvolution/VapourSynth-Bilateral
Source0: vapoursynth-Bilateral-%{version}.tar.zst
BuildRequires: c++_compiler
BuildRequires: pkgconfig
BuildRequires: pkgconfig(vapoursynth)
ExclusiveArch: x86_64
%description
Bilateral filter, can be used to perform spatial de-noise,
spatial smoothing while preserving edges.
Larger spatial sigma results in larger smoothing radius,
while smaller range sigma preserves edges better.
%prep
%autosetup -n vapoursynth-Bilateral-%{version}
%conf
./configure --install=%{buildroot}%{_libdir}/vapoursynth
%build
%make_build
%install
%make_install
%files
%doc README.md
%license LICENSE
%{_libdir}/vapoursynth
%changelog