X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=opencv.spec;h=e53d97c1bdcc859046f8aec0fde1c954e6443cd7;hb=452b38e1a58013d3f23dcdf21c7df7f733e80f60;hp=d205e8d0347e46e9462a029b46dc35c1b6752f33;hpb=95daeb66ffb9a56743e2ec93ce87718241e0ff96;p=packages%2Fopencv.git diff --git a/opencv.spec b/opencv.spec index d205e8d..e53d97c 100644 --- a/opencv.spec +++ b/opencv.spec @@ -1,99 +1,173 @@ -%bcond_with xine +# +# TODO: - CUDA support (on bcond) +# - consider name change to OpenCV +# +# Conditional build: +%bcond_without gstreamer # GStreamer support +%bcond_with pvapi # PvAPI (AVT GigE cameras) support +%bcond_with qt # Qt backend instead of GTK+ +%bcond_with tbb # Threading Building Blocks support +%bcond_with unicap # Unicap support (GPL) +%bcond_with v4l # Video4Linux (even V4L2 support currently relies on V4L1 API) +%bcond_with xine # XINE support (GPL) +# Summary: A library of programming functions mainly aimed at real time computer vision +Summary(pl.UTF-8): Biblioteka funkcji do grafiki komputerowej w czasie rzeczywistym Name: opencv -Version: 2.1.0 -Release: 0.1 +Version: 2.3.1 +Release: 1 Epoch: 1 +%if %{with unicap} || %{with xine} +License: GPL (enforced by used libraries), BSD (opencv itself) +%else License: BSD +%endif Group: Libraries -Source0: http://downloads.sourceforge.net/opencvlibrary/OpenCV-%{version}.tar.bz2 -# Source0-md5: 1d71584fb4e04214c0085108f95e24c8 -Patch0: %{name}-2.0.0-libpng14.patch -Patch1: %{name}-2.1.0-mmap.patch -Patch2: %{name}-2.1.0-multilib.patch -URL: http://opencv.willowgarage.com -BuildRequires: cmake -BuildRequires: ffmpeg-devel +Source0: http://downloads.sourceforge.net/opencvlibrary/OpenCV-%{version}a.tar.bz2 +# Source0-md5: 82e4b6bfa349777233eea09b075e931e +Patch0: %{name}-cflags.patch +Patch1: %{name}-link.patch +Patch2: %{name}-unicap-c++.patch +Patch3: %{name}-c.patch +Patch4: %{name}-gcc.patch +URL: http://opencv.willowgarage.com/ +%{?with_pvapi:BuildRequires: AVT_GigE_SDK-devel} +BuildRequires: OpenEXR-devel +BuildRequires: cmake >= 2.4 +BuildRequires: doxygen +BuildRequires: eigen >= 2 +BuildRequires: ffmpeg-devel >= 0.7 +%if %{with gstreamer} +BuildRequires: gstreamer-devel >= 0.10 +BuildRequires: gstreamer-plugins-base-devel >= 0.10 +%endif BuildRequires: jasper-devel BuildRequires: libdc1394-devel BuildRequires: libjpeg-devel BuildRequires: libpng-devel BuildRequires: libraw1394-devel +BuildRequires: libstdc++-devel BuildRequires: libtiff-devel BuildRequires: libtool +%if %{with unicap} +BuildRequires: libucil-devel +BuildRequires: libunicap-devel +%endif +BuildRequires: libv4l-devel BuildRequires: pkgconfig BuildRequires: python-devel +BuildRequires: python-numpy-devel BuildRequires: rpm-pythonprov +BuildRequires: rpmbuild(macros) >= 1.600 +BuildRequires: sed >= 4.0 BuildRequires: swig-python -BuildRequires: zlib-devel -%pyrequires_eq python-libs +%{?with_tbb:BuildRequires: tbb-devel} %{?with_xine:BuildRequires: xine-lib-devel} +BuildRequires: zlib-devel +%if %{with qt} +BuildRequires: OpenGL-devel +BuildRequires: QtCore-devel >= 4 +BuildRequires: QtGui-devel >= 4 +BuildRequires: QtOpenGL-devel >= 4 +BuildRequires: qt4-qmake >= 4 +%else +BuildRequires: gtk+2-devel >= 2.0 +%endif +# ipp (libippi): http://software.intel.com/en-us/articles/intel-ipp/ (proprietary) BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description OpenCV (Open Source Computer Vision) is a library of programming functions mainly aimed at real time computer vision. -Example applications of the OpenCV library are Human-Computer -Interaction (HCI); Object Identification, Segmentation and -Recognition; Face Recognition; Gesture Recognition; Motion Tracking, -Ego Motion, Motion Understanding; Structure From Motion (SFM); Stereo -and Multi-Camera Calibration and Depth Computation; Mobile Robotics. +Example applications of the OpenCV library are: +- Human-Computer Interaction (HCI) +- Object Identification, Segmentation and Recognition +- Face Recognition +- Gesture Recognition +- Motion Tracking +- Ego Motion, Motion Understanding +- Structure From Motion (SFM) +- Stereo and Multi-Camera Calibration and Depth Computation +- Mobile Robotics. + +%description -l pl.UTF-8 +OpenCV (Open Source Computer Vision) to biblioteka funkcji +przeznaczonych głównie do grafiki komputerowej w czasie rzeczywistym. + +Przykładowe zastosowania biblioteki OpenCV to +- interakcje człowiek-komputer (HCI) +- identyfikacja, segmentacja i rozpoznawanie obiektów +- rozpoznawanie twarzy +- rozpoznawanie gestów +- śledzenie ruchu +- rozumienie ruchu +- SFM (Structure From Motion) +- kalibracja dwu- i wielokamerowa, obliczanie głębi +- robotyka ruchu. %package devel -Summary: Header files and develpment documentation for opencv +Summary: Header files for OpenCV library +Summary(pl.UTF-8): Pliki nagłówkowe biblioteki OpenCV Group: Development/Libraries Requires: %{name} = %{epoch}:%{version}-%{release} +Obsoletes: opencv-static %description devel -Header files and opencv documentation. +Header files for OpenCV library. -%package static -Summary: Static opencv library -Group: Development/Libraries -Requires: %{name}-devel = %{epoch}:%{version}-%{release} - -%description static -This package contains the static library used for development. +%description devel -l pl.UTF-8 +Pliki nagłówkowe biblioteki OpenCV. %package -n python-opencv Summary: OpenCV Python bindings -Group: Development/Languages/Python -%pyrequires_eq python +Summary(pl.UTF-8): Wiązania Pythona do OpenCV +Group: Libraries/Python Requires: %{name} = %{epoch}:%{version}-%{release} +%pyrequires_eq python-libs %description -n python-opencv OpenCV Python bindings. +%description -n python-opencv -l pl.UTF-8 +Wiązania Pythona do OpenCV. + %prep %setup -q -n OpenCV-%{version} -%patch0 -p0 -%patch1 -p0 + +%undos CMakeLists.txt +%undos modules/gpu/CMakeLists.txt + +%patch0 -p1 +%patch1 -p1 %patch2 -p1 +%patch3 -p1 +%patch4 -p1 %build install -d build cd build -%cmake \ - -DCXXFLAGS="-D__STDC_CONSTANT_MACROS" \ -%ifarch i686 pentium4 athlon %{x8664} +%cmake .. \ + -DCMAKE_C_FLAGS_RELEASE="-DNDEBUG" \ + -DCMAKE_CXX_FLAGS_RELEASE="-DNDEBUG" \ +%ifarch pentium4 %{x8664} + -DENABLE_SSE=ON \ -DENABLE_SSE2=ON \ +%else + -DENABLE_SSE=OFF \ + -DENABLE_SSE2=OFF \ %endif -DBUILD_NEW_PYTHON_SUPPORT=ON \ -%if %{with xine} - -DWITH_XINE=ON \ -%endif - -DWITH_GSTREAMER=OFF \ - -DWITH_1394=ON \ - -DWITH_FFMPEG=ON \ - -DWITH_GTK=ON \ - -DWITH_V4L=PN \ -%if "%{_lib}" == "lib64" - -DLIB_SUFFIX=64 \ -%endif - ../ -%{__make} \ - VERBOSE=1 + -DUSE_O3=OFF \ + %{!?with_gstreamer:-DWITH_GSTREAMER=OFF} \ + %{!?with_pvapi:-DWITH_PVAPI=OFF} \ + %{?with_qt:-DWITH_QT=ON -DWITH_QT_OPENGL=ON -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4} \ + %{?with_tbb:-DWITH_TBB=ON} \ + %{?with_unicap:-DWITH_UNICAP=ON} \ + %{!?with_v4l:-DWITH_V4L=OFF} \ + %{?with_xine:-DWITH_XINE=ON} + +%{__make} %install rm -rf $RPM_BUILD_ROOT @@ -101,6 +175,14 @@ rm -rf $RPM_BUILD_ROOT %{__make} -C build install \ DESTDIR=$RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_pkgconfigdir} +install build/unix-install/opencv.pc $RPM_BUILD_ROOT%{_pkgconfigdir} + +%if "%{_lib}" == "lib64" +# upstream has no lib64 support +mv $RPM_BUILD_ROOT%{_prefix}/lib/lib*.so* $RPM_BUILD_ROOT%{_libdir} +%endif + %clean rm -rf $RPM_BUILD_ROOT @@ -109,25 +191,23 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc AUTHORS COPYING ChangeLog THANKS TODO -%doc docs/*.{htm,rtf,png,txt} docs/papers docs/ref -%attr(755,root,root) %{_bindir}/* -%attr(755,root,root) %{_libdir}/lib*so.*.* -%attr(755,root,root) %ghost %{_libdir}/lib*.so.2 +%attr(755,root,root) %{_bindir}/opencv_* +%attr(755,root,root) %{_libdir}/libopencv_*.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libopencv_*.so.2.3 +%dir %{_datadir}/OpenCV +%doc %{_datadir}/OpenCV/doc +%{_datadir}/OpenCV/haarcascades +%{_datadir}/OpenCV/lbpcascades %files devel %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/lib*.so -%{_libdir}/lib*.la +%attr(755,root,root) %{_libdir}/libopencv_*.so %{_includedir}/opencv -%{_pkgconfigdir}/*.pc - -%files static -%defattr(644,root,root,755) -%{_libdir}/lib*.a +%{_includedir}/opencv2 +%{_datadir}/OpenCV/OpenCVConfig*.cmake +%{_pkgconfigdir}/opencv.pc %files -n python-opencv %defattr(644,root,root,755) -%dir %{py_sitedir}/opencv -%attr(755,root,root) %{py_sitedir}/opencv/*.so -%{py_sitedir}/opencv/*.py[co] +%attr(755,root,root) %{py_sitedir}/cv2.so +%{py_sitedir}/cv.py