File vapoursynth-plugin-fluxsmooth.spec of Package vapoursynth-plugin-fluxsmooth
#
# spec file for package vapoursynth-plugin-fluxsmooth
#
# 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-fluxsmooth
Version: 2+1.gf1c22a4
Release: 0
Summary: A filter for smoothing of fluctuations
License: SUSE-Public-Domain
URL: https://github.com/dubhater/vapoursynth-fluxsmooth
Source0: vapoursynth-fluxsmooth-%{version}.tar.zst
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libtool
BuildRequires: pkgconfig
BuildRequires: pkgconfig(vapoursynth)
%description
FluxSmooth is a filter for smoothing of fluctuations.
%prep
%autosetup -n vapoursynth-fluxsmooth-%{version}
%conf
./autogen.sh
%configure --libdir=%{_libdir}/vapoursynth
%build
%make_build
%install
%make_install
%files
%doc readme.rst
%{_libdir}/vapoursynth
%changelog