From 68e22cc067d064eee42fe4508a005508d64d8911 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 22:33:49 +0100 Subject: [PATCH] automatic version update by autodist [release 1.4-1mamba;Thu Mar 07 2013] --- README.md | 2 ++ frei0r-plugins.spec | 71 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 73 insertions(+) create mode 100644 frei0r-plugins.spec diff --git a/README.md b/README.md index a7114d9..62a1bf3 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # frei0r-plugins +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. + diff --git a/frei0r-plugins.spec b/frei0r-plugins.spec new file mode 100644 index 0000000..ba6f94a --- /dev/null +++ b/frei0r-plugins.spec @@ -0,0 +1,71 @@ +Name: frei0r-plugins +Version: 1.4 +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: http://ftp.dyne.org/frei0r/releases/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 COPYING + +%files devel +%defattr(-,root,root) +%{_includedir}/*.h +%{_libdir}/pkgconfig/frei0r.pc +%dir %{_datadir}/doc/frei0r-plugins +%{_datadir}/doc/frei0r-plugins/* +%doc README + +%changelog +* 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