File vapoursynth-plugin-d2vsource.spec of Package vapoursynth-plugin-d2vsource
#
# spec file for package vapoursynth-plugin-d2vsource
#
# 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-d2vsource
Version: 1.3+3.g9ab728f
Release: 0
Summary: D2V parser and decoder for VapourSynth
License: LGPL-2.1-or-later
URL: https://github.com/vapoursynth/d2vsource
Source0: vapoursynth-d2vsource-%{version}.tar.zst
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: c++_compiler
BuildRequires: libtool
BuildRequires: pkgconfig
BuildRequires: pkgconfig(libavcodec)
BuildRequires: pkgconfig(libavformat)
BuildRequires: pkgconfig(libavutil)
BuildRequires: pkgconfig(vapoursynth)
%description
VapourSynth Plugin to parse and decode D2V files.
%prep
%autosetup -n vapoursynth-d2vsource-%{version}
%conf
./autogen.sh
%configure --libdir=%{_libdir}/vapoursynth
%build
%make_build
%install
%make_install
%files
%doc README
%license COPYING
%{_libdir}/vapoursynth
%changelog