]> git.pld-linux.org Git - packages/opencv.git/commitdiff
- rel 4; BR vtk-tcl
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 7 Oct 2014 13:40:16 +0000 (15:40 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 7 Oct 2014 13:40:16 +0000 (15:40 +0200)
opencv.spec

index f0e84deb34520b1f90d80f6f3165682e545fcac4..07293af8a3435b3eda9cb3ca166a62e4bd7a729a 100644 (file)
@@ -44,7 +44,7 @@ Summary:      A library of programming functions mainly aimed at real time computer v
 Summary(pl.UTF-8):     Biblioteka funkcji do grafiki komputerowej w czasie rzeczywistym
 Name:          opencv
 Version:       2.4.9
-Release:       3
+Release:       4
 Epoch:         1
 %if %{with unicap} || %{with xine}
 License:       GPL (enforced by used libraries), BSD (opencv itself)
@@ -108,7 +108,10 @@ BuildRequires:     rpmbuild(macros) >= 1.606
 BuildRequires: sed >= 4.0
 BuildRequires: swig-python
 %{?with_tbb:BuildRequires:     tbb-devel}
-%{?with_vtk:BuildRequires:     vtk-devel >= 5.8.0}
+%if %{with vtk}
+BuildRequires: vtk-devel >= 5.8.0
+BuildRequires: vtk-tcl >= 5.8.0
+%endif
 %{?with_xine:BuildRequires:    xine-lib-devel}
 BuildRequires: zlib-devel
 %if %{with qt}
This page took 0.074098 seconds and 4 git commands to generate.