]> git.pld-linux.org Git - packages/vapoursynth-plugin-eedi3.git/commitdiff
- now separate from vapoursynth
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 22 Apr 2023 18:33:25 +0000 (20:33 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 22 Apr 2023 18:33:25 +0000 (20:33 +0200)
vapoursynth-plugin-eedi3.spec [new file with mode: 0644]

diff --git a/vapoursynth-plugin-eedi3.spec b/vapoursynth-plugin-eedi3.spec
new file mode 100644 (file)
index 0000000..7b127b7
--- /dev/null
@@ -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
This page took 0.197186 seconds and 4 git commands to generate.