File vapoursynth-plugin-NNEDI3CL.spec of Package vapoursynth-plugin-NNEDI3CL
#
# spec file for package vapoursynth-plugin-NNEDI3CL
#
# 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-NNEDI3CL
Version: 8+0.geb2a810
Release: 0
Summary: NNEDI3CL filter for VapourSynth
License: GPL-2.0-or-later
URL: https://github.com/HomeOfVapourSynthEvolution/VapourSynth-NNEDI3CL
Source0: vapoursynth-NNEDI3CL-%{version}.tar.zst
BuildRequires: c++_compiler
BuildRequires: libboost_filesystem-devel
BuildRequires: meson
BuildRequires: pkgconfig
BuildRequires: pkgconfig(OpenCL)
BuildRequires: pkgconfig(vapoursynth)
BuildSystem: meson
%description
NNEDI3 is an intra-field only deinterlacer. It takes in a frame,
throws away one field, and then interpolates the missing pixels
using only information from the kept field. It has same rate and
double rate modes, and works with YV12, YUY2, and RGB24 input.
NNEDI3 is also very good for enlarging images by powers of 2.
%files
%doc README.md
%license LICENSE
%{_libdir}/vapoursynth
%{_datadir}/NNEDI3CL
%changelog