frei0r-plugins/frei0r-plugins.spec

88 lines
2.3 KiB
RPMSpec
Raw Normal View History

2009-04-14 09:02:17 +00:00
Name: frei0r-plugins
2010-11-26 14:16:26 +00:00
Version: 1.2.1
Release: 1%{?dist}
2009-04-14 09:02:17 +00:00
Summary: Frei0r - a minimalistic plugin API for video effects
Group: System Environment/Libraries
License: GPLv2+
URL: http://www.piksel.org/frei0r
Source0: http://propirate.net/frei0r/frei0r-plugins-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: gavl-devel >= 0.2.3
BuildRequires: opencv-devel >= 1.0.0
%description
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 effect
%package -n frei0r-devel
Summary: Development files for %{name}
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
%description -n frei0r-devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
%prep
%setup -q
2010-11-26 14:16:26 +00:00
2009-04-14 09:02:17 +00:00
%build
%configure --disable-static
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
2010-11-26 14:16:26 +00:00
#Remove installed doc
rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
2009-04-14 09:02:17 +00:00
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
2010-11-26 14:16:26 +00:00
%doc AUTHORS COPYING README TODO
2009-04-14 09:02:17 +00:00
%{_libdir}/frei0r-1/*.so
%files -n frei0r-devel
%defattr(-,root,root,-)
%{_includedir}/frei0r.h
2010-11-26 14:16:26 +00:00
%{_libdir}/pkgconfig/frei0r.pc
2009-04-14 09:02:17 +00:00
%changelog
2010-11-26 14:16:26 +00:00
* Fri Nov 26 2010 Nicolas Chauvet <kwizart@gmail.com> - 1.2.1-1
- Update to 1.2.1
2010-06-26 11:50:49 +00:00
* Sat Jun 26 2010 Nicolas Chauvet <kwizart@gmail.com> - 1.1.22-5
- Rebuilt for opencv
2010-02-27 18:40:32 +00:00
* Sat Feb 27 2010 Nicolas Chauvet <kwizart@fedoraproject.org> - 1.1.22-4
- Rebuild for opencv SO version change
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.22-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
2009-05-23 00:14:26 +00:00
* Fri May 22 2009 kwizart < kwizart at gmail.com > - 1.1.22-2
- Rebuild for opencv
2009-04-14 09:02:17 +00:00
* Tue Mar 24 2009 kwizart < kwizart at gmail.com > - 1.1.22-1
- Update to 1.1.22
- Prevent timestamp change when installing
* Tue Jul 22 2008 kwizart < kwizart at gmail.com > - 1.1.21-2
- Add gcc43 patches
* Sat Jun 7 2008 kwizart < kwizart at gmail.com > - 1.1.21-1
- Initial spec file for Fedora.