]> git.pld-linux.org Git - packages/vapoursynth-plugin-miscfilters.git/blob - vapoursynth-plugin-miscfilters.spec
- now separate from vapoursynth
[packages/vapoursynth-plugin-miscfilters.git] / vapoursynth-plugin-miscfilters.spec
1 Summary:        Miscellaneous filter collection for Vapoursynth
2 Summary(pl.UTF-8):      Zestaw różnych filtrów dla programu Vapoursynth
3 Name:           vapoursynth-plugin-miscfilters
4 Version:        2
5 Release:        1
6 License:        GPL v2+
7 Group:          Libraries
8 %define gitref  acdeca22038583d73d420ccf76d0658f06cae3c0
9 Source0:        https://github.com/vapoursynth/vs-miscfilters-obsolete/archive/R%{version}/vs-miscfilters-obsolete-R%{version}.tar.gz
10 # Source0-md5:  d8b2b296f789ad1cf9fd0abe1fb5c0cc
11 Patch0:         vs-miscfilters-obsolete-git.patch
12 URL:            https://github.com/vapoursynth/vs-miscfilters-obsolete
13 BuildRequires:  meson >= 0.48
14 BuildRequires:  libstdc++-devel >= 6:5
15 BuildRequires:  ninja >= 1.5
16 BuildRequires:  vapoursynth-devel >= 55
17 Requires:       vapoursynth >= 55
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Miscellaneous Filters is a random collection of filters that mostly
22 are useful for Avisynth compatibility.
23
24 %description -l pl.UTF-8
25 Miscellaneous Filters to przypadkowy zbiór filtrów, przydatnych
26 głównie dla zgodności z programem Avisynth.
27
28 %prep
29 %setup -q -n vs-miscfilters-obsolete-R%{version}
30 %patch0 -p1
31
32 %build
33 %meson build
34
35 %ninja_build -C build
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39
40 %ninja_install -C build
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc docs/misc.rst
48 %attr(755,root,root) %{_libdir}/vapoursynth/libmiscfilters.so
This page took 0.039596 seconds and 3 git commands to generate.