%global _enable_devel_packages 1 Summary: A minimalistic plugin API for video effects Name: frei0r-plugins Version: 1.3 Release: 1%{?dist} License: GPLv2+ Group: System Environment/Libraries URL: http://frei0r.dyne.org/ Source0: ftp://ftp.dyne.org/frei0r/releases/frei0r-plugins-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: opencv-devel >= 1.0.0, gavl-devel >= 0.2.3 %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, sources and mixers that can be controlled by parameters. %prep %setup -q -n frei0r-%{version} %build %configure --disable-static make %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} mv %{buildroot}%{_docdir}/%{name} %{buildroot}%{_docdir}/%{name}-%{version} %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog README TODO %{_libdir}/frei0r-1 %changelog * Mon Mar 14 2011 Axel Thimm - 1.3-1 - Initial build.