Build QVTKWidget and QVTKWidget2 (bug #981786)

This commit is contained in:
Orion Poplawski 2013-07-28 23:05:16 -06:00
parent e9a928d961
commit c5ce9d1c09

View File

@ -12,7 +12,7 @@
Summary: The Visualization Toolkit - A high level 3D visualization library Summary: The Visualization Toolkit - A high level 3D visualization library
Name: vtk Name: vtk
Version: 5.10.1 Version: 5.10.1
Release: 4%{?dist} Release: 5%{?dist}
# This is a variant BSD license, a cross between BSD and ZLIB. # This is a variant BSD license, a cross between BSD and ZLIB.
# For all intents, it has the same rights and restrictions as BSD. # For all intents, it has the same rights and restrictions as BSD.
# http://fedoraproject.org/wiki/Licensing/BSD#VTKBSDVariant # http://fedoraproject.org/wiki/Licensing/BSD#VTKBSDVariant
@ -192,6 +192,7 @@ pushd build
%else %else
-DVTK_WRAP_JAVA:BOOL=OFF \ -DVTK_WRAP_JAVA:BOOL=OFF \
%endif %endif
-DVTK_WRAP_PYTHON_SIP:BOOL=ON \
-DVTK_WRAP_TCL:BOOL=ON \ -DVTK_WRAP_TCL:BOOL=ON \
-DVTK_USE_BOOST:BOOL=ON \ -DVTK_USE_BOOST:BOOL=ON \
-DVTK_USE_GL2PS:BOOL=ON \ -DVTK_USE_GL2PS:BOOL=ON \
@ -203,6 +204,7 @@ pushd build
-DVTK_USE_SYSTEM_LIBRARIES=ON \ -DVTK_USE_SYSTEM_LIBRARIES=ON \
-DVTK_USE_SYSTEM_LIBPROJ4=OFF \ -DVTK_USE_SYSTEM_LIBPROJ4=OFF \
-DVTK_USE_QVTK=ON \ -DVTK_USE_QVTK=ON \
-DVTK_USE_QVTK_QTOPENGL=ON \
-DVTK_USE_QT=ON \ -DVTK_USE_QT=ON \
-DVTK_USE_TEXT_ANALYSIS=ON -DVTK_USE_TEXT_ANALYSIS=ON
@ -413,6 +415,9 @@ rm -rf %{buildroot}
%doc vtk-examples/Examples %doc vtk-examples/Examples
%changelog %changelog
* Sun Jul 28 2013 Orion Poplawski <orion@cora.nwra.com> - 5.10.1-5
- Build QVTKWidget and QVTKWidget2 (bug #981786)
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.10.1-4 * Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.10.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild