X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=pcl.spec;h=360b190b4d950a9c214c3911120c13ed405482b2;hb=eff1fda1eb0664a6d56f3d378d522e6073b3f0c1;hp=aa34cda009a32e41e2692b6f772cd69aa693902a;hpb=a874be699f8a3517b78cfddc19e971f281d79d98;p=packages%2Fpcl.git diff --git a/pcl.spec b/pcl.spec index aa34cda..360b190 100644 --- a/pcl.spec +++ b/pcl.spec @@ -11,7 +11,7 @@ Summary: Point Cloud Library - library for point cloud processing Summary(pl.UTF-8): Point Cloud Library - biblioteka do operacji na chmurze punktów Name: pcl Version: 1.7.2 -Release: 5 +Release: 12 License: BSD Group: Libraries #Source0Download: http://pointclouds.org/downloads/ @@ -20,6 +20,11 @@ Source0: https://github.com/PointCloudLibrary/pcl/archive/%{name}-%{version}.tar Patch0: %{name}-fz_api.patch Patch1: %{name}-tawara.patch Patch2: %{name}-openni.patch +Patch3: eigen-dependency.patch +Patch4: vtk7.patch +Patch5: vtk71.patch +Patch6: vtkOpenGL2.patch +Patch7: fix-return-type.patch URL: http://pointclouds.org/ BuildRequires: OpenGL-devel BuildRequires: OpenGL-GLU-devel @@ -50,8 +55,8 @@ BuildRequires: sed >= 4.0 %{?with_vtk:BuildRequires: vtk-tcl >= 6} %if %{with apidocs} BuildRequires: doxygen -BuildRequires: python-sphinxcontrib-doxylink >= 1.3 -BuildRequires: sphinx-pdg +BuildRequires: python3-sphinxcontrib-doxylink >= 1.3 +BuildRequires: sphinx-pdg >= 1.3.3-2 %endif BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -82,6 +87,7 @@ Summary(pl.UTF-8): Pliki nagłówkowe biblioteki PCL Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: boost-devel >= 1.44 +Requires: eigen3 >= 3 %{?with_vtk:Requires: vtk-devel >= 6} %description devel @@ -109,6 +115,11 @@ Dokumentacja API oraz wprowadzenie do biblioteki PCL. %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 +%patch4 -p1 +%patch5 -p1 +%patch6 -p1 +%patch7 -p1 %build mkdir build