File vapoursynth-plugin-hqdn3d.spec of Package vapoursynth-plugin-hqdn3d
#
# spec file for package vapoursynth-plugin-hqdn3d
#
# 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-hqdn3d
Version: 1530272029.eb820cb
Release: 0
Summary: Port of hqdn3d from avisynth/mplayer
License: GPL-2.0-only
URL: https://github.com/Hinterwaeldlers/vapoursynth-hqdn3d
Source0: vapoursynth-hqdn3d-%{version}.tar.zst
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: c++_compiler
BuildRequires: libtool
BuildRequires: pkgconfig
BuildRequires: pkgconfig(vapoursynth)
%description
High Quality DeNoise 3D performs a 3-way low-pass filter,
which can completely remove high-frequency noise while
minimizing blending artifacts.
%prep
%autosetup -n vapoursynth-hqdn3d-%{version}
%conf
./autogen.sh
%configure --libdir=%{_libdir}/vapoursynth
%build
%make_build
%install
%make_install
%files
%doc readme.rst
%{_libdir}/vapoursynth
%changelog