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

qboosh qboosh at pld-linux.org
Sat Apr 22 20:30:48 CEST 2023


commit 650a873e8922a7fcceffa75b7629ba3a5d8d512a
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Apr 22 20:33:25 2023 +0200

    - now separate from vapoursynth

 vapoursynth-plugin-eedi3.spec | 44 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)
---
diff --git a/vapoursynth-plugin-eedi3.spec b/vapoursynth-plugin-eedi3.spec
new file mode 100644
index 0000000..7b127b7
--- /dev/null
+++ b/vapoursynth-plugin-eedi3.spec
@@ -0,0 +1,44 @@
+Summary:	Very slow edge directed interpolation filter for Vapoursynth
+Summary(pl.UTF-8):	Bardzo wolny filtr interpolacji ukierunkowanej na krawędzie dla programu Vapoursynth
+Name:		vapoursynth-plugin-eedi3
+Version:	1
+Release:	1
+License:	GPL v2+
+Group:		Libraries
+%define	gitref	acdeca22038583d73d420ccf76d0658f06cae3c0
+Source0:	https://github.com/vapoursynth/vs-eedi3-obsolete/archive/R%{version}/vs-eedi3-obsolete-R%{version}.tar.gz
+# Source0-md5:	47f4c1da0b3c4a6861934d399d972b39
+URL:		https://github.com/vapoursynth/vs-eedi3-obsolete
+BuildRequires:	libtool >= 2:1.5
+BuildRequires:	vapoursynth-devel >= 55
+Requires:	vapoursynth >= 55
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+eedi3 is a very slow edge directed interpolation filter.
+
+%description -l pl.UTF-8
+eedi3 to bardzo wolny filtr interpolujący, nakierowany na krawędzie.
+
+%prep
+%setup -q -n vs-eedi3-obsolete-R%{version}
+
+%build
+libtool --tag=CC --mode=compile %{__cc} -c -o src/eedi3.lo %{rpmcflags} %{rpmcppflags} $(pkg-config --cflags vapoursynth) src/eedi3.c
+libtool --tag=CC --mode=link %{__cc} -shared -module -avoid-version -o src/libeedi3.la %{rpmldflags} %{rpmcflags} src/eedi3.lo -rpath %{_libdir}/vapoursynth
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_libdir}/vapoursynth
+
+libtool --mode=install install src/libeedi3.la $RPM_BUILD_ROOT%{_libdir}/vapoursynth
+
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/vapoursynth/libeedi3.la
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc docs/eedi3.rst
+%attr(755,root,root) %{_libdir}/vapoursynth/libeedi3.so
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/vapoursynth-plugin-eedi3.git/commitdiff/650a873e8922a7fcceffa75b7629ba3a5d8d512a



More information about the pld-cvs-commit mailing list