File vapoursynth-plugin-subtext.spec of Package vapoursynth-plugin-subtext
#
# spec file for package vapoursynth-plugin-subtext
#
# 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-subtext
Version: 5+5.gd03b913
Release: 0
Summary: Subtitle plugin for VapourSynth based on libass
License: MIT
URL: https://github.com/vapoursynth/subtext
Source0: vapoursynth-subtext-%{version}.tar.zst
BuildRequires: c++_compiler
BuildRequires: meson
BuildRequires: pkgconfig
BuildRequires: pkgconfig(libass) >= 0.12.0
BuildRequires: pkgconfig(libavcodec)
BuildRequires: pkgconfig(libavformat)
BuildRequires: pkgconfig(libavutil)
BuildRequires: pkgconfig(vapoursynth)
BuildSystem: meson
%description
Attaches the match metrics calculated by Telecide (decomb package)
to frames as properties. Primarily intended for use with Wobbly.
%files
%doc docs
%license LICENSE
%{_libdir}/vapoursynth
%changelog