automatic version update by autodist [release 1.4-1mamba;Thu Mar 07 2013]
This commit is contained in:
parent
d993152005
commit
68e22cc067
@ -1,2 +1,4 @@
|
|||||||
# frei0r-plugins
|
# 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.
|
||||||
|
|
||||||
|
71
frei0r-plugins.spec
Normal file
71
frei0r-plugins.spec
Normal file
@ -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 <silvan.calarco@mambasoft.it>
|
||||||
|
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 <autodist@mambasoft.it> 1.4-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Dec 01 2012 Automatic Build System <autodist@mambasoft.it> 1.3-1mamba
|
||||||
|
- update to 1.3
|
||||||
|
|
||||||
|
* Wed Apr 02 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.21-1mamba
|
||||||
|
- package created by autospec
|
Loading…
Reference in New Issue
Block a user