63 lines
1.5 KiB
RPMSpec
63 lines
1.5 KiB
RPMSpec
Name: frei0r-plugins
|
|
Version: 1.6.1
|
|
Release: 8
|
|
Summary: Minimalistic plugin API for video effects, by the Piksel Developers Union
|
|
License: GPLv2+
|
|
URL: https://github.com/dyne/frei0r
|
|
Source0: https://github.com/dyne/frei0r/arvhive/frei0r-plugins-%{version}.tar.gz
|
|
|
|
BuildRequires: libtool gcc-c++ gavl-devel cairo-devel
|
|
|
|
%description
|
|
Frei0r is a minimalistic plugin API for video effects.
|
|
|
|
The main emphasis is on simplicity for an API that will round up the
|
|
most common video effects into simple filters.
|
|
|
|
It is a minimalist plugin API for video sources and filters. The behavior of
|
|
the effects can be controlled from the host by simple parameters. The intent is
|
|
to solve the recurring re-implementation or adaptation issue of standard effect
|
|
|
|
%package -n frei0r-devel
|
|
Summary: Header files for frei0r-plugins
|
|
Requires: frei0r-plugins = %{version}-%{release}
|
|
|
|
%description -n frei0r-devel
|
|
Headerfilesforfrei0r-plugins
|
|
|
|
%package_help
|
|
|
|
%prep
|
|
%autosetup -n frei0r-%{version} -p1
|
|
|
|
%build
|
|
mkdir -p m4
|
|
autoreconf -i
|
|
%configure
|
|
%make_build
|
|
|
|
%install
|
|
%make_install
|
|
%delete_la_and_a
|
|
rm -rf %{buildroot}/%{_datadir}/doc/%{name}
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%doc AUTHORS
|
|
%license COPYING
|
|
%dir %{_libdir}/frei0r-1
|
|
%{_libdir}/frei0r-1/*.so
|
|
|
|
%files -n frei0r-devel
|
|
%defattr(-,root,root)
|
|
%{_includedir}/frei0r.h
|
|
%{_libdir}/pkgconfig/*.pc
|
|
|
|
%files help
|
|
%defattr(-,root,root)
|
|
%doc ChangeLog README.md TODO
|
|
|
|
%changelog
|
|
* Thu Mar 5 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.6.1-8
|
|
- Package init
|