Advertisement
Guest User

frei0r-plugins 1.4 spec Fedora

a guest
Oct 29th, 2013
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.21 KB | None | 0 0
  1. Name: frei0r-plugins
  2. Version: 1.4
  3. Release: 7%{?dist}
  4. Summary: Frei0r - a minimalist plugin API for video effects
  5.  
  6. Group: System Environment/Libraries
  7. License: GPLv2+
  8. URL: http://www.piksel.org/frei0r
  9. Source0: http://ftp.dyne.org/frei0r/releases/frei0r-plugins-%{version}.tar.gz
  10.  
  11. BuildRequires: gavl-devel >= 0.2.3
  12. BuildRequires: opencv-devel >= 1.0.0
  13. BuildRequires: doxygen
  14. BuildRequires: gcc
  15.  
  16.  
  17.  
  18.  
  19. %description
  20. It is a minimalist plugin API for video sources and filters. The behavior of
  21. the effects can be controlled from the host by simple parameters. The intent is
  22. to solve the recurring re-implementation or adaptation issue of standard effect
  23.  
  24. %package opencv
  25. Summary: Frei0r plugins using OpenCV
  26. Group: System Environment/License
  27. Requires: %{name} = %{version}-%{release}
  28.  
  29. %description opencv
  30. Frei0r plugins that use the OpenCV computer vision framework.
  31.  
  32. %package -n frei0r-devel
  33. Summary: Development files for %{name}
  34. Group: Development/Libraries
  35. Requires: %{name} = %{version}-%{release}
  36.  
  37. %description -n frei0r-devel
  38. The %{name}-devel package contains libraries and header files for
  39. developing applications that use %{name}.
  40.  
  41. %prep
  42. %setup -q -n %{name}-%{version}
  43.  
  44.  
  45. %build
  46. %configure --disable-static
  47. make %{?_smp_mflags}
  48.  
  49.  
  50. %install
  51. rm -rf $RPM_BUILD_ROOT
  52. make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
  53.  
  54. #Remove installed doc
  55. rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
  56.  
  57.  
  58.  
  59. %clean
  60. rm -rf $RPM_BUILD_ROOT
  61.  
  62.  
  63. %files
  64. %defattr(-,root,root,-)
  65. %doc AUTHORS COPYING README TODO
  66. %dir %{_libdir}/frei0r-1
  67. %exclude %{_libdir}/frei0r-1/facebl0r.so
  68. %exclude %{_libdir}/frei0r-1/facedetect.so
  69. %{_libdir}/frei0r-1/*.so
  70.  
  71. %files opencv
  72. %defattr(-,root,root,-)
  73. %{_libdir}/frei0r-1/facebl0r.so
  74. %{_libdir}/frei0r-1/facedetect.so
  75.  
  76. %files -n frei0r-devel
  77. %defattr(-,root,root,-)
  78. %{_includedir}/frei0r.h
  79. %{_libdir}/pkgconfig/frei0r.pc
  80.  
  81. %changelog
  82. * Fri Oct 25 2013 David Vasquez <davidjeremias82 AT gmail DOT com> 1.4-7
  83. - Update to 1.4
  84.  
  85. * Mon May 06 2013 Adam Jackson <ajax@redhat.com> 1.3-10
  86. - Move OpenCV plugins to a subpackage
  87.  
  88. * Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3-9
  89. - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
  90.  
  91. * Sat Nov 10 2012 Nicolas Chauvet <kwizart@gmail.com> - 1.3-8
  92. - Rebuilt for opencv built without nonfree/gpu modules
  93. - Improve description
  94.  
  95. * Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3-7
  96. - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
  97.  
  98. * Tue Jul 10 2012 Nicolas Chauvet <kwizart@gmail.com> - 1.3-6
  99. - Rebuilt for OpenCV 2.4.2
  100.  
  101. * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3-5
  102. - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
  103.  
  104. * Mon Oct 10 2011 Nicolas Chauvet <kwizart@gmail.com> - 1.3-4
  105. - Fix unowned directory - rhbz#744889
  106.  
  107. * Sun Aug 21 2011 Nicolas Chauvet <kwizart@gmail.com> - 1.3-3
  108. - Rebuild for OpenCV 2.3.1
  109.  
  110. * Fri May 27 2011 Nicolas Chauvet <kwizart@gmail.com> - 1.3-1
  111. - Update to 1.3
  112.  
  113. * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-3
  114. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  115.  
  116. * Thu Jan 06 2011 Nicolas Chauvet <kwizart@gmail.com> - 1.2.1-2
  117. - Rebuild for OpenCV 2.2
  118.  
  119. * Fri Nov 26 2010 Nicolas Chauvet <kwizart@gmail.com> - 1.2.1-1
  120. - Update to 1.2.1
  121.  
  122. * Sat Jun 26 2010 Nicolas Chauvet <kwizart@gmail.com> - 1.1.22-5
  123. - Rebuilt for opencv
  124.  
  125. * Sat Feb 27 2010 Nicolas Chauvet <kwizart@fedoraproject.org> - 1.1.22-4
  126. - Rebuild for opencv SO version change
  127.  
  128. * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.22-3
  129. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  130.  
  131. * Fri May 22 2009 kwizart < kwizart at gmail.com > - 1.1.22-2
  132. - Rebuild for opencv
  133.  
  134. * Tue Mar 24 2009 kwizart < kwizart at gmail.com > - 1.1.22-1
  135. - Update to 1.1.22
  136. - Prevent timestamp change when installing
  137.  
  138. * Tue Jul 22 2008 kwizart < kwizart at gmail.com > - 1.1.21-2
  139. - Add gcc43 patches
  140.  
  141. * Sat Jun 7 2008 kwizart < kwizart at gmail.com > - 1.1.21-1
  142. - Initial spec file for Fedora.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement