]> git.pld-linux.org Git - packages/OpenCASCADE.git/commitdiff
- disable ffmpeg, rel 2 master auto/th/OpenCASCADE-7.7.2-2
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 4 Nov 2023 11:46:09 +0000 (12:46 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 4 Nov 2023 11:46:09 +0000 (12:46 +0100)
OpenCASCADE.spec

index 585f8ff2da6b7923629a507e48248aeca0f319b8..ef3ddc441744665a7faaa6cad04894b8bc6e1dba 100644 (file)
@@ -13,7 +13,7 @@
 # Conditional build:
 %bcond_without apidocs         # API documentation
 %bcond_without draco           # Draco compression support
-%bcond_without ffmpeg          # FFmpeg support
+%bcond_with    ffmpeg          # FFmpeg support, needs ffmpeg < 5
 %bcond_without freeimage       # FreeImage support
 %bcond_without openvr          # OpenVR support
 %bcond_without qt              # Qt based inspector
@@ -24,7 +24,7 @@ Summary:      OpenCASCADE CAE platform
 Summary(pl.UTF-8):     Platforma CAE OpenCASCADE
 Name:          OpenCASCADE
 Version:       7.7.2
-Release:       1
+Release:       2
 License:       LGPL v2.1 with Open CASCADE Exception v1.0
 Group:         Applications/Engineering
 # https://dev.opencascade.org/release (requires account)
@@ -248,6 +248,7 @@ cd build
        %{?with_openvr:-DUSE_OPENVR=ON} \
        -DUSE_RAPIDJSON=ON \
        %{?with_tbb:-DUSE_TBB=ON} \
+       -D3RDPARTY_VTK_INCLUDE_DIR=/usr/include/vtk \
        %{?with_vtk:-DUSE_VTK=ON}
 
 # CMAKE_VERBOSE_MAKEFILE seems to be ignored
This page took 0.185157 seconds and 4 git commands to generate.