[packages/vapoursynth-plugin-subtext] - now separate from vapoursynth

qboosh qboosh at pld-linux.org
Sat Apr 22 22:36:15 CEST 2023


commit 154437fb85f6c72800b46a0421f3e5831e5e13ad
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Apr 22 22:38:55 2023 +0200

    - now separate from vapoursynth

 vapoursynth-plugin-subtext.spec | 50 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 50 insertions(+)
---
diff --git a/vapoursynth-plugin-subtext.spec b/vapoursynth-plugin-subtext.spec
new file mode 100644
index 0000000..f305e2e
--- /dev/null
+++ b/vapoursynth-plugin-subtext.spec
@@ -0,0 +1,50 @@
+Summary:	Subtext plugin for Vapoursynth
+Summary(pl.UTF-8):	Wtyczka programu Vapoursynth wyświetlająca podpisy
+Name:		vapoursynth-plugin-subtext
+Version:	3
+Release:	1
+# it was vapoursynth.spec subpackage up to 54
+Epoch:		1
+License:	MIT
+Group:		Libraries
+Source0:	https://github.com/vapoursynth/subtext/archive/R%{version}/subtext-R%{version}.tar.gz
+# Source0-md5:	6483b72d357bafa228d46ab5ded2fe13
+URL:		https://github.com/vapoursynth/subtext
+BuildRequires:	ffmpeg-devel
+BuildRequires:	libass-devel >= 0.12.0
+BuildRequires:	libstdc++-devel
+BuildRequires:	meson
+BuildRequires:	ninja >= 1.5
+BuildRequires:	pkgconfig
+BuildRequires:	vapoursynth-devel >= 55
+Requires:	libass >= 0.12.0
+Requires:	vapoursynth >= 55
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Subtext is a subtitle renderer that uses libass and ffmpeg.
+
+%description -l pl.UTF-8
+Subtext to wtyczka wyświetlająca podpisy, wykorzystująca biblioteki
+libass oraz ffmpeg.
+
+%prep
+%setup -q -n subtext-R%{version}
+
+%build
+%meson build
+
+%ninja_build -C build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%ninja_install -C build
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc LICENSE docs/subtext.rst
+%attr(755,root,root) %{_libdir}/vapoursynth/libsubtext.so
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/vapoursynth-plugin-subtext.git/commitdiff/154437fb85f6c72800b46a0421f3e5831e5e13ad



More information about the pld-cvs-commit mailing list