Sophie

Sophie

distrib > Mandriva > cooker > x86_64 > media > contrib-release-src > by-pkgid > 1e659a13d107c881dc3cbb7614f5d3f3 > files > 6

frei0r-plugins-1.3-4.src.rpm

%define	oname	frei0r
Summary:	A minimalistic plugin API for video effects
Name:		%{oname}-plugins
Version:	1.3
Release:	4
License:	GPLv2+
Group:		System/Libraries
URL:		http://www.piksel.org/frei0r
Source0:	http://www.piksel.no/frei0r/releases/%{name}-%{version}.tar.gz
Patch0:		frei0r-plugins-no-return-in-nonvoid-function.patch
Patch1:		frei0r-plugins-sequence-point.patch
Patch2:		frei0r-1.3-doc-destdir-support.patch
Patch3:		frei0r-1.3-build-docs-by-default.patch
BuildRequires:	cmake
BuildRequires:	doxygen
BuildRequires:	pkgconfig(opencv)
Buildrequires:	pkgconfig(gavl)
%rename		%{oname}

%description
frei0r - a minimalistic plugin API for video effects.

It is a minimalistic plugin API for video sources and filters.
The behaviour 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.

There is no support for the requirements of special application
areas like non linear editors, hardware accelerated shader effects,
and high precision video processing. These advanced issues are not
even solved satisfactory for non cross application plugin apis and
are still an evolving field.

The frei0r API is not meant to be a competing standard to more
ambitious efforts.

%package	devel
Summary:	Development files for frei0r-plugins
Group:		Development/Other
Requires:	%{name} = %{EVRD}

%description	devel
The fri0r-plugins-devel package contains header files for developing
applications that use frei0r-plugins.

%prep
%setup -q -n %{oname}-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p1 -b .destdir~
%patch3 -p1 -b .doc~

%build
%configure
%make

%install
%makeinstall_std

%files
%doc AUTHORS README ChangeLog
%exclude %{_docdir}/%{name}/html
%dir %{_libdir}/frei0r-1
%{_libdir}/frei0r-1/*.so

%files devel
%doc %{_docdir}/%{name}/html
%{_includedir}/frei0r.h
%{_libdir}/pkgconfig/frei0r.pc


%changelog
* Fri Jun 08 2012 Bernhard Rosenkraenzer <bero@bero.eu> 1.3-4
+ Revision: 803529
- Rebuild for ffmpeg 0.11.x

* Wed Feb 08 2012 Andrey Bondrov <abondrov@mandriva.org> 1.3-3
+ Revision: 771737
- Rebuild against opencv 2.3.1

* Fri Nov 25 2011 Per Øyvind Karlsen <peroyvind@mandriva.org> 1.3-2
+ Revision: 733312
- place html docs in -devel package
- build docs by default (P3)
- build doxygen docs & add DESTDIR install support for them (P2)
- clean up and merge changes from duplicate frei0r package

* Sat Nov 19 2011 Александр Казанцев <kazancas@mandriva.org> 1.3-1
+ Revision: 731794
- imported package frei0r-plugins