Name: frei0r-plugins Version: 1.6.1 Release: 1mamba Summary: A minimalistic plugin API for video sources and filters Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://www.piksel.org/frei0r Source: https://files.dyne.org/frei0r/frei0r-plugins-%{version}.tar.gz License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libgcc BuildRequires: libstdc++6-devel ## AUTOBUILDREQ-END BuildRoot: %{_tmppath}/%{name}-%{version}-root %description frei0r is a minimalistic 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 reimplementation or adaptation issue of standard effects. It is not meant as a generic API for all kinds of video applications. %package devel Summary: Devel package for %{name} Group: Development/Libraries Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description devel frei0r is a minimalistic 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 reimplementation or adaptation issue of standard effects. It is not meant as a generic API for all kinds of video applications. This package contains static libraries and header files need for development. %prep %setup -q %build # FIXME: # configure: WARNING: *** opencv >= 1.0.0 not found - this program enables # optional plugin with the Open Source Computer Vision # library >= 1.0.0 http://opencvlibrary.sourceforge.net/ *** %configure %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %files %defattr(-,root,root) %{_libdir}/frei0r-1/*.so %doc AUTHORS.txt COPYING.txt %files devel %defattr(-,root,root) %{_includedir}/*.h %{_libdir}/pkgconfig/frei0r.pc %dir %{_datadir}/doc/frei0r-plugins %{_datadir}/doc/frei0r-plugins/* %doc README.txt %changelog * Sat Dec 23 2017 Silvan Calarco 1.6.1-1mamba - update to 1.6.1 * Thu Mar 07 2013 Automatic Build System 1.4-1mamba - automatic version update by autodist * Sat Dec 01 2012 Automatic Build System 1.3-1mamba - update to 1.3 * Wed Apr 02 2008 Silvan Calarco 1.1.21-1mamba - package created by autospec