4ab75c
Name:           frei0r-plugins
4ab75c
Version:        1.6.1
4ab75c
Release:        6%{?dist}
4ab75c
Summary:        Frei0r - a minimalist plugin API for video effects
4ab75c
4ab75c
License:        GPLv2+
4ab75c
URL:            https://frei0r.dyne.org/
4ab75c
Source0:        https://github.com/dyne/frei0r/archive/v%{version}/frei0r-plugins-%{version}.tar.gz
4ab75c
4ab75c
Buildrequires:  libtool
4ab75c
4ab75c
BuildRequires:  gavl-devel >= 0.2.3
4ab75c
BuildRequires:  opencv-devel >= 1.0.0
4ab75c
BuildRequires:  cairo-devel >= 1.0.0
4ab75c
     
4ab75c
4ab75c
%description
4ab75c
It is a minimalist plugin API for video sources and filters. The behavior of
4ab75c
the effects can be controlled from the host by simple parameters. The intent is
4ab75c
to solve the recurring re-implementation or adaptation issue of standard effect
4ab75c
4ab75c
%package	opencv
4ab75c
Summary:	Frei0r plugins using OpenCV
4ab75c
Requires:	%{name}%{?_isa} = %{version}-%{release}
4ab75c
4ab75c
%description opencv
4ab75c
Frei0r plugins that use the OpenCV computer vision framework.
4ab75c
4ab75c
%package -n     frei0r-devel
4ab75c
Summary:        Development files for %{name}
4ab75c
Requires:       %{name}%{?_isa} = %{version}-%{release}
4ab75c
4ab75c
%description -n frei0r-devel
4ab75c
The %{name}-devel package contains libraries and header files for
4ab75c
developing applications that use %{name}.
4ab75c
4ab75c
%prep
4ab75c
%autosetup -n frei0r-%{version}
4ab75c
4ab75c
4ab75c
%build
4ab75c
mkdir -p m4
4ab75c
autoreconf -i
4ab75c
%configure --disable-static
4ab75c
%make_build
4ab75c
4ab75c
4ab75c
%install
4ab75c
%make_install INSTALL="install -p"
4ab75c
4ab75c
#Remove installed doc
4ab75c
rm -rf %{buildroot}%{_docdir}/%{name}
4ab75c
4ab75c
4ab75c
%files
4ab75c
%doc AUTHORS ChangeLog README.md TODO
4ab75c
%license COPYING
4ab75c
%dir %{_libdir}/frei0r-1
4ab75c
%exclude %{_libdir}/frei0r-1/facebl0r.so
4ab75c
%exclude %{_libdir}/frei0r-1/facedetect.so
4ab75c
%{_libdir}/frei0r-1/*.so
4ab75c
4ab75c
%files opencv
4ab75c
%{_libdir}/frei0r-1/facebl0r.so
4ab75c
%{_libdir}/frei0r-1/facedetect.so
4ab75c
4ab75c
%files -n frei0r-devel
4ab75c
%{_includedir}/frei0r.h
4ab75c
%{_libdir}/pkgconfig/frei0r.pc
4ab75c
4ab75c
%changelog
4ab75c
* Thu Jul 26 2018 Josh Boyer <jwboyer@redhat.com> - 1.6.1-6
4ab75c
- Rebuild for opencv soname bump (rhbz 1597591)
4ab75c
4ab75c
* Mon Mar 05 2018 Adam Williamson <awilliam@redhat.com> - 1.6.1-5
4ab75c
- Rebuild for opencv soname bump
4ab75c
4ab75c
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.1-4
4ab75c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
4ab75c
4ab75c
* Sun Dec 24 2017 Sérgio Basto <sergio@serjux.com> - 1.6.1-3
4ab75c
- Rebuild (opencv-3.3.1)
4ab75c
4ab75c
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.1-2
4ab75c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
4ab75c
4ab75c
* Wed Jul 26 2017 Nicolas Chauvet <kwizart@gmail.com> - 1.6.1-1
4ab75c
- Update to 1.6.1
4ab75c
4ab75c
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.5-7
4ab75c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
4ab75c
4ab75c
* Tue Feb 28 2017 Nicolas Chauvet <kwizart@gmail.com> - 1.5-6
4ab75c
- Rebuilt for OpenCV 3.2.0
4ab75c
- Modernize spec file
4ab75c
4ab75c
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.5-3
4ab75c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
4ab75c
4ab75c
* Tue May 10 2016 Sérgio Basto <sergio@serjux.com> - 1.5-2
4ab75c
- Rebuild (opencv)
4ab75c
4ab75c
* Wed May 04 2016 Sérgio Basto <sergio@serjux.com> - 1.5-1
4ab75c
- New upstream release
4ab75c
- Spec modernization
4ab75c
4ab75c
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.4-6
4ab75c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
4ab75c
4ab75c
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4-5
4ab75c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
4ab75c
4ab75c
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 1.4-4
4ab75c
- Rebuilt for GCC 5 C++11 ABI change
4ab75c
4ab75c
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4-3
4ab75c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
4ab75c
4ab75c
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4-2
4ab75c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
4ab75c
4ab75c
* Wed Nov 13 2013 Nicolas Chauvet <kwizart@gmail.com> - 1.4-1
4ab75c
- Update to 1.4
4ab75c
4ab75c
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3-11
4ab75c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
4ab75c
4ab75c
* Wed Jul 17 2013 Matthias Clasen <mclasen@redhat.com> 1.3-11
4ab75c
- Fix source url
4ab75c
4ab75c
* Mon May 06 2013 Adam Jackson <ajax@redhat.com> 1.3-10
4ab75c
- Move OpenCV plugins to a subpackage
4ab75c
4ab75c
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3-9
4ab75c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
4ab75c
4ab75c
* Sat Nov 10 2012 Nicolas Chauvet <kwizart@gmail.com> - 1.3-8
4ab75c
- Rebuilt for opencv built without nonfree/gpu modules
4ab75c
- Improve description
4ab75c
4ab75c
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3-7
4ab75c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
4ab75c
4ab75c
* Tue Jul 10 2012 Nicolas Chauvet <kwizart@gmail.com> - 1.3-6
4ab75c
- Rebuilt for OpenCV 2.4.2
4ab75c
4ab75c
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3-5
4ab75c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
4ab75c
4ab75c
* Mon Oct 10 2011 Nicolas Chauvet <kwizart@gmail.com> - 1.3-4
4ab75c
- Fix unowned directory - rhbz#744889
4ab75c
4ab75c
* Sun Aug 21 2011 Nicolas Chauvet <kwizart@gmail.com> - 1.3-3
4ab75c
- Rebuild for OpenCV 2.3.1
4ab75c
4ab75c
* Fri May 27 2011 Nicolas Chauvet <kwizart@gmail.com> - 1.3-1
4ab75c
- Update to 1.3
4ab75c
4ab75c
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-3
4ab75c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
4ab75c
4ab75c
* Thu Jan 06 2011 Nicolas Chauvet <kwizart@gmail.com> - 1.2.1-2
4ab75c
- Rebuild for OpenCV 2.2
4ab75c
4ab75c
* Fri Nov 26 2010 Nicolas Chauvet <kwizart@gmail.com> - 1.2.1-1
4ab75c
- Update to 1.2.1
4ab75c
4ab75c
* Sat Jun 26 2010 Nicolas Chauvet <kwizart@gmail.com> - 1.1.22-5
4ab75c
- Rebuilt for opencv
4ab75c
4ab75c
* Sat Feb 27 2010 Nicolas Chauvet <kwizart@fedoraproject.org> - 1.1.22-4
4ab75c
- Rebuild for opencv SO version change
4ab75c
4ab75c
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.22-3
4ab75c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
4ab75c
4ab75c
* Fri May 22 2009 kwizart < kwizart at gmail.com > - 1.1.22-2
4ab75c
- Rebuild for opencv
4ab75c
4ab75c
* Tue Mar 24 2009 kwizart < kwizart at gmail.com > - 1.1.22-1
4ab75c
- Update to 1.1.22
4ab75c
- Prevent timestamp change when installing
4ab75c
4ab75c
* Tue Jul 22 2008 kwizart < kwizart at gmail.com > - 1.1.21-2
4ab75c
- Add gcc43 patches
4ab75c
4ab75c
* Sat Jun  7 2008 kwizart < kwizart at gmail.com > - 1.1.21-1
4ab75c
- Initial spec file for Fedora.
4ab75c