File vapoursynth-plugin-dedot.spec of Package vapoursynth-plugin-dedot
#
# spec file for package vapoursynth-plugin-dedot
#
# 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-dedot
Version: 1+0.g7da00d7
Release: 0
Summary: Temporal rainbow and dotcrawl filter
License: GPL-2.0-only
URL: https://github.com/dubhater/vapoursynth-dedot
Source0: vapoursynth-dedot-%{version}.tar.zst
BuildRequires: c++_compiler
BuildRequires: meson
BuildRequires: pkgconfig
BuildRequires: pkgconfig(vapoursynth)
BuildSystem: meson
BuildOption: --libdir=%{_libdir}/vapoursynth
%description
Dedot is a temporal cross color (rainbow) and cross luminance
(dotcrawl) reduction filter.
The luma and the chroma are filtered completely independently from
each other.
It doesn't filter moving objects.
This is a port of the Avisynth plugin DeDot.
%files
%doc readme.rst
%{_libdir}/vapoursynth
%changelog