| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: occt-resources | Distribution: openSUSE Tumbleweed |
| Version: 7.9.1 | Vendor: openSUSE |
| Release: 1.1 | Build date: Tue Jul 15 17:10:10 2025 |
| Group: System/Libraries | Build host: reproducible |
| Size: 4636716 | Source RPM: occt-7.9.1-1.1.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://www.opencascade.com/open-cascade-technology/ | |
| Summary: Binary resource files for occt | |
This package contains resource files imported from the libraries.
LGPL-2.1-only WITH OCCT-exception-1.0
* Tue Jul 15 2025 Andreas Schneider <asn@cryptomilk.org>
- Update to version 7.9.1
* Details on
https://github.com/Open-Cascade-SAS/OCCT/releases/tag/V7_9_1
https://github.com/Open-Cascade-SAS/OCCT/releases/tag/V7_9_0
- Added occt-use-system-tbb.patch
- Removed fix_freetype_tag_type.patch
* Fri Mar 07 2025 Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Fix build with current freetype, add fix_freetype_tag_type.patch
* Thu Dec 19 2024 Max Lin <mlin@suse.com>
- Disable documentation build on Leap 16 for now until mathjax is
available in Leap 16
* Wed Sep 11 2024 Stefan Brüns <stefan.bruens@rwth-aachen.de>
- update to version 7.8.1
* Details on
https://github.com/Open-Cascade-SAS/OCCT/releases/tag/V7_8_1
- update to version 7.8.0
* General
+ Fixed TDataStd_NamedData HasSmth() methods to no longer
return true for empty containers.
+ Improved general performance through code updates with static
analysis.
+ Implemented "Memory Manager" configurations: Native, TBB,
JeMalloc, Flexible. JeMalloc leads to a performance increase
of up to 40% for large files.
+ Introduced CMake configuration for optimization profiles:
Default and Production. Production activates all available
compiler optimizations.
+ Implemented move semantics into NCollection and TCollection
containers.
+ Modernized NCollection_Vector(NCollection_DynamicArray),
NCollection_Array1, and NCollection_Array2.
+ Updated memory allocation functionality to avoid unnecessary
memory cleaning (set 0).
+ Modernized NCollection_IncAllocator (optimized pool for
small objects).
* Modeling
+ Addressed multiple bug fixes and improvements for various
modeling algorithm methods.
+ Increased memory management performance.
+ Improved overall modeling stability.
+ Resolved canonical geoplane detection problems.
* Visualization
+ Resolved compilation issues related to vtk 9.2.6.
+ Improved SelectMgr_EntityOwner to process the selection
scheme.
+ Modified Image_AlienPixMap::Save() to write into a memory
buffer instead of a file.
+ Reduced sensitivity of lines.
+ Extended AIS_AnimationObject with syntax for defining
rotation around a specific point.
+ Introduced separate gesture mappings for dragging to
AIS_ViewController.
+ Integrated the ability to scale by moving the mouse on
the OY axis.
* Mesh
+ Fixed BRepMesh_IncrementalMesh issue with overflowing
system memory.
+ Unhandled Standard_OutOfRange, BRepMesh_PairOfIndex::Append()
no longer prevents triangulation with large deflection
values.
* Data Exchange
+ Resolved multiple issues regarding DE Wrapper and Step import
and export.
+ Increased STEP parser performance.
+ Introduced thread-safety interface to STEP import and export.
+ Reorganized DE ToolKits according to specific CAD formats.
+ Introduced DE plug-in system to load CAD format providers
during library loading time.
+ Fixed stability issues with XBF and IGES file formats.
+ Addressed general problems with importing VRML V1.
+ Improved processing of STEP-oriented dimensions.
* Draw Test Harness
+ Enabled loading of plugins on Linux OS.
+ Reorganized DRAW DE ToolKits according to specific CAD
formats.
+ Resolved environment-related issues with debug tools
DrawTrSurf_Set, DrawTrSurf_SetPnt, and `DrawTrSurf_SetPnt2d.
* Sun Jan 07 2024 Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Use 3-digit soversion to fix BIC change between 7.7.0 and 7.7.1.
- Disable documentation build on Leap 15.x, build fails otherwise.
* Mon Jan 01 2024 Stefan Brüns <stefan.bruens@rwth-aachen.de>
- update to version 7.7.2
* Details on
https://git.dev.opencascade.org/gitweb/?p=occt.git;a=shortlog;h=refs/heads/OCCT-772
- update to version 7.7.1
* Details on
https://www.opencascade.com/open-cascade-technology-7-7-1-maintenance-release/
- Drop upstream fix_missing_limits_header.patch
* Thu Dec 29 2022 Stefan Brüns <stefan.bruens@rwth-aachen.de>
- update to version 7.7.0
* Details on
https://www.opencascade.com/open-cascade-technology-7-7-0-maintenance-release/
* General
+ Improved compatibility with C++17/C++20 compilers
+ Dropped support of pre-C++11 compilers
* Modeling
+ New functionality is implemented, which could verify the
input shape to be placed on a canonical geometry with the
given tolerance.
+ Introduced new tool BRepLib_PointCloudShape generating a
point set for a topological shape.
+ New option in BRepOffsetAPI_MakeOffset - approximation of
input contours by ones consisting of 2D circular arcs and
2D linear segments only, it provides more stable work of
2D offset algorithm.
* Visualization
+ Introduced new interface for creating V3d_View as subviews
of another V3d_View.
+ Added smoothing to row interlaced stereoscopic output.
+ Added word-wrapping option to Font_TextFormatter.
+ Added support of a wide color window buffer format (10bit
per component / 30bit RGB).
+ Added MSAA anti-aliasing support when using WebGL 2.0.
+ Introduced skydome generation feature
3d_View::BackgroundSkydome().
* Mesh
+ BRepMesh works too long and produces many free nodes on a
valid face problems are resolved.
+ Meshing the shape no longer takes too long and visualization
problems are corrected.
+ Wrong shading display of thrusections is fixed.
+ Rendering issue when using deviation coefficient of low
value is resolved.
+ Mesher no longer produce 'bad' result for extruded spline
with given deviation coefficient.
+ Holes in triangulation with large linear deflection are
removed.
+ Broken triangulation on pipe shape is fixed.
* Data Exchange
+ STEP translator now supports tessellated presentations.
+ Transformation tools BRepBuilderAPI_Transform/
BRepBuilderAPI_Copy now handle properly tessellated
presentations.
+ glTF Writer - added support of Draco compression.
+ Introduced DEWrapper - a unified interface to Data
Exchange connectors.
+ Introduced tool XCAFDoc_Editor::RescaleGeometry() for
scaling geometry in XCAF document.
* Configuration
+ SONAME is now configurable in CMake and includes minor
version in addition to major by default
* Documentation
+ Improved samples / tutorials documentation.
+ Introduced new “AIS: Custom Presentation” tutorial.
- Drop upstream patches:
* fix_soversion_minor.patch
+ fix_build.patch
- Add fix_missing_limits_header.patch
- Library package was split up to avoid pulling in unnecessary
indirect dependencies.
* Wed Sep 07 2022 Stefan Brüns <stefan.bruens@rwth-aachen.de>
- update to version 7.6.3
* Details on
https://www.opencascade.com/open-cascade-technology-7-6-3-maintenance-release/
* Mon Jul 04 2022 Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Use verifiable source tarball from upstream
- Use soversion including minor version (i.e. 7_6) to avoid
incompatibilities due to ABI changes:
https://tracker.dev.opencascade.org/view.php?id=32856, add
fix_soversion_minor.patch
* Fri Jul 01 2022 Adrian Schröter <adrian@suse.de>
- update to version 7.6.2
* Details on
https://www.opencascade.com/open-cascade-technology-7-6-2-maintenance-release/
- removed obsolete
* 0001-0032328-Missing-include-of-TopoDS_Edge.hxx-in-ShapeU.patch
* 0001-Add-error-checking-to-chamfer-and-fillet-code.patch
/usr/share/opencascade /usr/share/opencascade/resources /usr/share/opencascade/resources/BOPAlgo /usr/share/opencascade/resources/BOPAlgo/BOPAlgo.msg /usr/share/opencascade/resources/DrawResources /usr/share/opencascade/resources/DrawResources/CURVES.tcl /usr/share/opencascade/resources/DrawResources/CheckCommands.tcl /usr/share/opencascade/resources/DrawResources/DrawDefault /usr/share/opencascade/resources/DrawResources/DrawPlugin /usr/share/opencascade/resources/DrawResources/DrawTK.tcl /usr/share/opencascade/resources/DrawResources/FILES /usr/share/opencascade/resources/DrawResources/Geometry.tcl /usr/share/opencascade/resources/DrawResources/InitEnvironment.tcl /usr/share/opencascade/resources/DrawResources/Move.tcl /usr/share/opencascade/resources/DrawResources/OCC_logo.png /usr/share/opencascade/resources/DrawResources/PROFIL.tcl /usr/share/opencascade/resources/DrawResources/SCAN.tcl /usr/share/opencascade/resources/DrawResources/SURFACES.tcl /usr/share/opencascade/resources/DrawResources/StandardCommands.tcl /usr/share/opencascade/resources/DrawResources/StandardViews.tcl /usr/share/opencascade/resources/DrawResources/TKTopTest.tcl /usr/share/opencascade/resources/DrawResources/TestCommands.tcl /usr/share/opencascade/resources/DrawResources/Vector.tcl /usr/share/opencascade/resources/DrawResources/dfb_attribns.gif /usr/share/opencascade/resources/DrawResources/dfb_attribute.gif /usr/share/opencascade/resources/DrawResources/dfb_folder.gif /usr/share/opencascade/resources/DrawResources/dftree.tcl /usr/share/opencascade/resources/DrawResources/lamp.ico /usr/share/opencascade/resources/SHMessage /usr/share/opencascade/resources/SHMessage/FILES /usr/share/opencascade/resources/SHMessage/SHAPE.fr /usr/share/opencascade/resources/SHMessage/SHAPE.us /usr/share/opencascade/resources/SHMessage/SHMessage_SHAPE_us.pxx /usr/share/opencascade/resources/Shaders /usr/share/opencascade/resources/Shaders/Declarations.glsl /usr/share/opencascade/resources/Shaders/DeclarationsImpl.glsl /usr/share/opencascade/resources/Shaders/Display.fs /usr/share/opencascade/resources/Shaders/FILES /usr/share/opencascade/resources/Shaders/LightShadow.glsl /usr/share/opencascade/resources/Shaders/PBRCookTorrance.glsl /usr/share/opencascade/resources/Shaders/PBRDirectionalLight.glsl /usr/share/opencascade/resources/Shaders/PBRDistribution.glsl /usr/share/opencascade/resources/Shaders/PBREnvBaking.fs /usr/share/opencascade/resources/Shaders/PBREnvBaking.vs /usr/share/opencascade/resources/Shaders/PBRFresnel.glsl /usr/share/opencascade/resources/Shaders/PBRGeometry.glsl /usr/share/opencascade/resources/Shaders/PBRIllumination.glsl /usr/share/opencascade/resources/Shaders/PBRPointLight.glsl /usr/share/opencascade/resources/Shaders/PBRSpotLight.glsl /usr/share/opencascade/resources/Shaders/PathtraceBase.fs /usr/share/opencascade/resources/Shaders/PhongDirectionalLight.glsl /usr/share/opencascade/resources/Shaders/PhongPointLight.glsl /usr/share/opencascade/resources/Shaders/PhongShading.fs /usr/share/opencascade/resources/Shaders/PhongShading.vs /usr/share/opencascade/resources/Shaders/PhongSpotLight.glsl /usr/share/opencascade/resources/Shaders/PointLightAttenuation.glsl /usr/share/opencascade/resources/Shaders/RaytraceBase.fs /usr/share/opencascade/resources/Shaders/RaytraceBase.vs /usr/share/opencascade/resources/Shaders/RaytraceRender.fs /usr/share/opencascade/resources/Shaders/RaytraceSmooth.fs /usr/share/opencascade/resources/Shaders/Shaders_DeclarationsImpl_glsl.pxx /usr/share/opencascade/resources/Shaders/Shaders_Declarations_glsl.pxx /usr/share/opencascade/resources/Shaders/Shaders_Display_fs.pxx /usr/share/opencascade/resources/Shaders/Shaders_LightShadow_glsl.pxx /usr/share/opencascade/resources/Shaders/Shaders_PBRCookTorrance_glsl.pxx /usr/share/opencascade/resources/Shaders/Shaders_PBRDirectionalLight_glsl.pxx /usr/share/opencascade/resources/Shaders/Shaders_PBRDistribution_glsl.pxx /usr/share/opencascade/resources/Shaders/Shaders_PBREnvBaking_fs.pxx /usr/share/opencascade/resources/Shaders/Shaders_PBREnvBaking_vs.pxx /usr/share/opencascade/resources/Shaders/Shaders_PBRFresnel_glsl.pxx /usr/share/opencascade/resources/Shaders/Shaders_PBRGeometry_glsl.pxx /usr/share/opencascade/resources/Shaders/Shaders_PBRIllumination_glsl.pxx /usr/share/opencascade/resources/Shaders/Shaders_PBRPointLight_glsl.pxx /usr/share/opencascade/resources/Shaders/Shaders_PBRSpotLight_glsl.pxx /usr/share/opencascade/resources/Shaders/Shaders_PathtraceBase_fs.pxx /usr/share/opencascade/resources/Shaders/Shaders_PhongDirectionalLight_glsl.pxx /usr/share/opencascade/resources/Shaders/Shaders_PhongPointLight_glsl.pxx /usr/share/opencascade/resources/Shaders/Shaders_PhongSpotLight_glsl.pxx /usr/share/opencascade/resources/Shaders/Shaders_PointLightAttenuation_glsl.pxx /usr/share/opencascade/resources/Shaders/Shaders_RaytraceBase_fs.pxx /usr/share/opencascade/resources/Shaders/Shaders_RaytraceBase_vs.pxx /usr/share/opencascade/resources/Shaders/Shaders_RaytraceRender_fs.pxx /usr/share/opencascade/resources/Shaders/Shaders_RaytraceSmooth_fs.pxx /usr/share/opencascade/resources/Shaders/Shaders_SkydomBackground_fs.pxx /usr/share/opencascade/resources/Shaders/Shaders_TangentSpaceNormal_glsl.pxx /usr/share/opencascade/resources/Shaders/SkydomBackground.fs /usr/share/opencascade/resources/Shaders/TangentSpaceNormal.glsl /usr/share/opencascade/resources/StdResource /usr/share/opencascade/resources/StdResource/FILES /usr/share/opencascade/resources/StdResource/MigrationSheet.txt /usr/share/opencascade/resources/StdResource/Plugin /usr/share/opencascade/resources/StdResource/Standard /usr/share/opencascade/resources/StdResource/StandardLite /usr/share/opencascade/resources/StdResource/TObj /usr/share/opencascade/resources/StdResource/XCAF /usr/share/opencascade/resources/TObj /usr/share/opencascade/resources/TObj/TObj.msg /usr/share/opencascade/resources/Textures /usr/share/opencascade/resources/Textures/1d_elevation.rgb /usr/share/opencascade/resources/Textures/2d_MatraDatavision.rgb /usr/share/opencascade/resources/Textures/2d_alienskin.rgb /usr/share/opencascade/resources/Textures/2d_aluminum.rgb /usr/share/opencascade/resources/Textures/2d_blue_rock.rgb /usr/share/opencascade/resources/Textures/2d_bluewhite_paper.rgb /usr/share/opencascade/resources/Textures/2d_brushed.rgb /usr/share/opencascade/resources/Textures/2d_bubbles.rgb /usr/share/opencascade/resources/Textures/2d_bumps.rgb /usr/share/opencascade/resources/Textures/2d_cast.rgb /usr/share/opencascade/resources/Textures/2d_chess.rgba /usr/share/opencascade/resources/Textures/2d_chipbd.rgb /usr/share/opencascade/resources/Textures/2d_clouds.rgb /usr/share/opencascade/resources/Textures/2d_flesh.rgb /usr/share/opencascade/resources/Textures/2d_floor.rgb /usr/share/opencascade/resources/Textures/2d_galvnisd.rgb /usr/share/opencascade/resources/Textures/2d_grass.rgb /usr/share/opencascade/resources/Textures/2d_knurl.rgb /usr/share/opencascade/resources/Textures/2d_maple.rgb /usr/share/opencascade/resources/Textures/2d_marble.rgb /usr/share/opencascade/resources/Textures/2d_mottled.rgb /usr/share/opencascade/resources/Textures/2d_rain.rgb /usr/share/opencascade/resources/Textures/2d_rock.rgb /usr/share/opencascade/resources/Textures/FILES /usr/share/opencascade/resources/Textures/Textures_EnvLUT.pxx /usr/share/opencascade/resources/Textures/env_clouds.rgb /usr/share/opencascade/resources/Textures/env_cv.rgb /usr/share/opencascade/resources/Textures/env_lines.rgb /usr/share/opencascade/resources/Textures/env_medit.rgb /usr/share/opencascade/resources/Textures/env_pearl.rgb /usr/share/opencascade/resources/Textures/env_road.rgb /usr/share/opencascade/resources/Textures/env_sky1.rgb /usr/share/opencascade/resources/Textures/env_sky2.rgb /usr/share/opencascade/resources/UnitsAPI /usr/share/opencascade/resources/UnitsAPI/Units.dat /usr/share/opencascade/resources/XRResources /usr/share/opencascade/resources/XRResources/FILES /usr/share/opencascade/resources/XRResources/occtvr_actions.json /usr/share/opencascade/resources/XRResources/occtvr_bindings_generic.json /usr/share/opencascade/resources/XRResources/occtvr_bindings_holographic_hmd.json /usr/share/opencascade/resources/XRResources/occtvr_bindings_index_hmd.json /usr/share/opencascade/resources/XRResources/occtvr_bindings_rift.json /usr/share/opencascade/resources/XRResources/occtvr_bindings_touch.json /usr/share/opencascade/resources/XRResources/occtvr_bindings_vive.json /usr/share/opencascade/resources/XRResources/occtvr_bindings_vive_controller.json /usr/share/opencascade/resources/XRResources/occtvr_bindings_vive_cosmos.json /usr/share/opencascade/resources/XRResources/occtvr_bindings_vive_pro.json /usr/share/opencascade/resources/XSMessage /usr/share/opencascade/resources/XSMessage/FILES /usr/share/opencascade/resources/XSMessage/XSMessage_XSTEP_us.pxx /usr/share/opencascade/resources/XSMessage/XSTEP.fr /usr/share/opencascade/resources/XSMessage/XSTEP.us /usr/share/opencascade/resources/XSTEPResource /usr/share/opencascade/resources/XSTEPResource/FILES /usr/share/opencascade/resources/XSTEPResource/IGES /usr/share/opencascade/resources/XSTEPResource/STEP /usr/share/opencascade/resources/XmlOcafResource /usr/share/opencascade/resources/XmlOcafResource/FILES /usr/share/opencascade/resources/XmlOcafResource/XmlOcaf.xsd /usr/share/opencascade/resources/XmlOcafResource/XmlOcaf_SmallTypes.xsd /usr/share/opencascade/resources/XmlOcafResource/XmlOcaf_TDF.xsd /usr/share/opencascade/resources/XmlOcafResource/XmlOcaf_TDataStd.xsd /usr/share/opencascade/resources/XmlOcafResource/XmlOcaf_TDataStd_Name.xsd /usr/share/opencascade/resources/XmlOcafResource/XmlOcaf_TDocStd.xsd /usr/share/opencascade/resources/XmlOcafResource/XmlOcaf_TFunction.xsd /usr/share/opencascade/resources/XmlOcafResource/XmlOcaf_TNaming.xsd /usr/share/opencascade/resources/XmlOcafResource/XmlOcaf_TNaming_NamedShape.xsd /usr/share/opencascade/resources/XmlOcafResource/XmlOcaf_TPrsStd.xsd /usr/share/opencascade/resources/XmlOcafResource/XmlXcaf.xsd
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Nov 1 22:25:32 2025