Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: paraview | Distribution: openSUSE Tumbleweed |
Version: 5.13.2 | Vendor: openSUSE |
Release: 1.2 | Build date: Mon Jan 6 01:01:00 2025 |
Group: Productivity/Scientific/Physics | Build host: reproducible |
Size: 32350091 | Source RPM: paraview-5.13.2-1.2.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://www.paraview.org | |
Summary: Data analysis and visualization application |
ParaView is a data analysis and visualization application for visualizing large data sets. ParaView runs on distributed and shared memory systems alike. It uses VTK (the Visualization Toolkit) as the data processing and rendering engine. Data exploration can be done interactively in 3D or programmatically using batch processing. NOTE: The version in this package has NOT been compiled with MPI support.
BSD-3-Clause
* Mon Jan 06 2025 Vicente Adolfo Bolea Sanchez <vicente.bolea@gmail.com> - Update to version 5.13.2: * Update Insitu logic to use script filename (instead of full path) when searching PYTHONPATH directories (details). * Fixed CLI error loading multiple-file series (details). * Fixed CLI error that was opening two copies of single file specified in command line (details). * Fixed pvbatch syntax warning messages (“invalid escape sequence”) (details). * Fixed spreadsheet view to update correctly when timestep is reset to 0 (details). * Fixed problems loading state file when remote volume rendering is used (details). * More info at: <https://www.kitware.com/paraview-5-13-2-release-notes/>. - Use internal pegtl lib due to version incompatibility. - Disable ZFP due to building problems with internal/external. - Added sed command to fix linker flags in build.ninja. - Removed unnecessary shebang at rtImageTest.py. - Dropped patches: * 0001-Fix-missing-fmt-ranges.h-include-in-ioss-ThirdParty-.patch * fix-CVE-2024-50602.patch - Add patches: * 0001-Add-missing-libm-link-library-for-bundled-ExodusII.patch * Sat Jan 04 2025 Stefan Brüns <stefan.bruens@rwth-aachen.de> - Various spec file cleanups and fixes: * Fix version dependent bcond's for TW * Remove unused netcdf-cxx build dependency * Remove unnecessary sqlite and wget binary build dependencies * Use system libharu, fast-float and fmt when available - Fix build with recent fmt, add * 0001-Fix-missing-fmt-ranges.h-include-in-ioss-ThirdParty-.patch * Fri Dec 20 2024 Vicente Adolfo Bolea Sanchez <vicente.bolea@gmail.com> - Added patch fix-CVE-2024-50602.patch which fixes CVE-2024-50602. * Tue May 28 2024 Vicente Adolfo Bolea Sanchez <vicente.bolea@gmail.com> - Update to version 5.12.1: * gradient backgrounds in saved images larger than the render window are now correct. * support for ospray is checked only when ospray rendering is requested. * cached geometry is discarded whenever an animation keyframe is edited. * coloring by partial field data arrays now works correctly. * the reflect filter on triangle strips now produces correct cells. * slicing image data with multiple components now correctly copies all components to the output. * fixed a crash when loading an unstructured grid containing a vtk_convex_point_set from a vtu file. * removed spurious warning message when the integrate variables filter was applied to an empty dataset. * the legacy ghost cells generator filter, which was deprecated in paraview 5.10 and removed in paraview 5.11, has been added back. * the gradient filter had a thread race condition fixed * vtk xml file format readers no longer fail when building paraview against expat 2.6.0. * saving a multiblock dataset file (vtm) in parallel now uses only rank 0 to create a subdirectory instead of all ranks trying and one rank winning. * fixed state saving option when a remote server crashes. * error reporting when creating extracts directory fails now includes the full path of the directory whose creation failed. * More info at <https://www.kitware.com/paraview-5-12-1-release-notes/>. * Thu Mar 07 2024 Vicente Adolfo Bolea Sanchez <vicente.bolea@gmail.com> - Update to version 5.12.0: * Save and load files on either the client or server * Internationalization support with translations * Importing and exporting of animation settings * Copy and paste available for filters in the Pipeline Browser * Widget colors linked to color palette * Fire Dynamics Simulator file reader * New “Toggle file sequence grouping” button in Open File dialog * Reorganized Color Map Editor * More info at <https://www.kitware.com/paraview-5-12-0-release-notes/>. - Use internal jsoncpp with leap <= 15.5. - Use internal token lib. - Use internal FastFloat lib. - Use external verdict with leap >= 15.5. - Use external pugixml with leap >= 15.5. - Always use external CLI11. - Drop compatibility to leap 15.3. - Always skip using RPATH in SUSE builds. - Added patch: fix-soversion-soname.patch * Fri Jan 19 2024 Atri Bhattacharya <badshah400@gmail.com> - Do not delete zero-sized .cmake files, these are referenced from other cmake files; use rpmlintrc rule to suppress warnings. - Do not delete paraview-config script now that we have a - devel-static package; instead include it as part of the latter. * Sat Sep 30 2023 Atri Bhattacharya <badshah400@gmail.com> - Update to version 5.11.2: * User interface: - pqFileDialog: Remove existence check when selecting multiple files - Avoid crash in Find Data panel if nothing is selected * Remoting: - ArrayListDomain: Fix a potential segfault with empty array name - RangeDomain: fix interval condition - Add sanity checks around several GridAxesRepresentation usage * Filters: - Support jpeg extension for textures. - vtkHyperTreeGridAxisClip: Fix InsideOut * Readers: - openPMD: The openPMD python module was updated to fix bugs. - Incorrect fetching of rectilinear grid object * Catalyst: Fixing Catalyst2 example to have proper Conduit * spacing names Python: - pythonalgorithm: Fix for smproperty.proxy - Fix --displays gets passed to pvbatch * Wed Jul 26 2023 vicente.bolea@gmail.com - Fixes issue that protobuf demands the use of -std=c++17. This was done by building ParaView with -std=c++17. * Sat Apr 08 2023 bjorn.lie@gmail.com - Update to version 5.11.1: * Many changes, see <https://www.kitware.com/paraview-5-11-1-release-notes/>. * Tue Dec 06 2022 Atri Bhattacharya <badshah400@gmail.com> - Build with system verdict for openSUSE > 1500. * Wed Nov 30 2022 Atri Bhattacharya <badshah400@gmail.com> - Update to version 5.11.0: * Many changes, see <https://www.kitware.com/paraview-5-11-0-release-notes/>. - Drop paraview-include-sstream.patch: incorporated upstream. - New BuildRequires: sqlite3, pkgconfig(liblzma), pkgconfig(nlohmann_json), pkgconfig(proj), pkgconfig(sqlite3). - Build without system nlohmann_json for Leap 15.3 and older. - Update rpmlintrc file to suppress false positives. * Thu Jul 14 2022 Atri Bhattacharya <badshah400@gmail.com> - Pass CMAKE_SKIP_INSTALL_RPATH=ON for openSUSE > 1500 as well to enure no left-over rpaths in binaries; this fixes build failures in Factory. * Sun Apr 10 2022 Stefan Brüns <stefan.bruens@rwth-aachen.de> - Revert gl2ps change. TW and 15.4 have a recent gl2ps, and the 15.3 package will not be upgraded (but is available in science). * Mon Apr 04 2022 Vicente Adolfo Bolea Sanchez <vicente.bolea@kitware.com> - Fixes cli11 dependency for 15.3. - Drops system gl2ps on Leap 15.x since a higher version of gl2ps is needed than the system provided version on Leap 15.x. * Thu Mar 17 2022 Atri Bhattacharya <badshah400@gmail.com> - Update to version 5.10.1: * User interface: - State files appear as datasets. - File dialog issues in client/server mode. - Stride in Animation View is too restricted. - Context menu in file dialog doesn't work on macOS with Qt 5.15.1. - Python tracing fails when a custom source exists. - Python Shell broken by any custom filter. - Stereo broken in CAVE environments. - Parallel Coordinates segfault. - Can't set frame rate when saving MP4 animation. - command_button widget is not visible anymore. - Client information does not show VTK version. - Only fetch favorites from server on creation. * Filters: - Ghost cell generator crash. - Redistribute dataset on Image Data then generate Ghost cells seems to give the wrong result. - TemporalParticlesToPathlines fails with AMReX particle data: "The input dataset did not have a valid DATA_TIME_STEPS information key". * Readers: - Sideset error with IOSS reader. - IOSS reader is slow with small, parallel dataset. - IOSS reader and set variables don't work. - Restart file fails with IOSS reader. - PIO reader seg faults on warnings for client-server. - PIO reader fails on extra file in directory. - PIO reader access to restart block and even/odd checkpoints. - openPMD: Fix Particle Time Series. * Catalyst: - Multiple grids with multiple pipelines produces failure in coprocessing.py. - SaveExtract volumetric cinema database crash. * Build: - Guard the list of required vtk components for paraview package. - pqPythonUtils.h not installed. - Update guide books: * ParaViewGettingStarted-5.10.1.pdf. * ParaViewTutorial-5.10.1.pdf. - Adapt defined macros for versioning to be more recyclable. - Drop some zero-length cmake files from %{_libdir}/cmake/ which are useless anyway. * Thu Feb 10 2022 Stefan Brüns <stefan.bruens@rwth-aachen.de> - Drop unused exodusII-devel build dependency (used vendored version and defaults to IOSS based exodus reader since PV 5.10). - Use system gl2ps also on Leap 15.x
/usr/bin/paraview /usr/bin/paraview.conf /usr/bin/pvbatch /usr/bin/pvdataserver /usr/bin/pvpython /usr/bin/pvrenderserver /usr/bin/pvserver /usr/lib/vtk /usr/lib/vtk/hierarchy /usr/lib/vtk/hierarchy/ParaView /usr/lib/vtk/hierarchy/ParaView/vtkChartsCore-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkCommonColor-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkCommonComputationalGeometry-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkCommonCore-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkCommonDataModel-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkCommonExecutionModel-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkCommonMath-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkCommonMisc-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkCommonSystem-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkCommonTransforms-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkDomainsChemistry-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkDomainsChemistryOpenGL2-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkFiltersAMR-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkFiltersCellGrid-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkFiltersCore-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkFiltersExtraction-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkFiltersFlowPaths-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkFiltersGeneral-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkFiltersGeneric-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkFiltersGeometry-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkFiltersGeometryPreview-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkFiltersHybrid-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkFiltersHyperTree-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkFiltersImaging-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkFiltersModeling-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkFiltersParallel-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkFiltersParallelDIY2-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkFiltersParallelStatistics-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkFiltersParallelVerdict-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkFiltersPoints-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkFiltersProgrammable-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkFiltersPython-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkFiltersReduction-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkFiltersSources-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkFiltersStatistics-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkFiltersTemporal-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkFiltersTensor-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkFiltersTexture-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkFiltersVerdict-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkGeovisCore-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkIOAMR-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkIOAsynchronous-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkIOCGNSReader-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkIOCONVERGECFD-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkIOCellGrid-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkIOChemistry-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkIOCityGML-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkIOCore-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkIOERF-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkIOEnSight-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkIOExodus-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkIOExport-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkIOExportGL2PS-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkIOFDS-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkIOFLUENTCFF-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkIOGeometry-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkIOH5Rage-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkIOH5part-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkIOHDF-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkIOIOSS-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkIOImage-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkIOImport-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkIOInfovis-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkIOLSDyna-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkIOLegacy-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkIOMovie-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkIONetCDF-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkIOOMF-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkIOOggTheora-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkIOPIO-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkIOPLY-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkIOParallel-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkIOParallelExodus-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkIOParallelLSDyna-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkIOParallelXML-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkIOSegY-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkIOTRUCHAS-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkIOTecplotTable-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkIOVPIC-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkIOVeraOut-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkIOXML-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkIOXMLParser-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkIOXdmf2-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkImagingColor-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkImagingCore-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkImagingFourier-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkImagingGeneral-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkImagingHybrid-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkImagingMath-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkImagingSources-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkInfovisCore-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkInteractionStyle-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkInteractionWidgets-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkPVAdaptorsPagosa-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkPVCatalyst-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkPVClientWeb-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkPVInSitu-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkPVIncubatorCore-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkPVPythonCatalyst-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkPVVTKExtensionsAMR-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkPVVTKExtensionsCore-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkPVVTKExtensionsExtraction-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkPVVTKExtensionsExtractionPython-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkPVVTKExtensionsFiltersFlowPaths-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkPVVTKExtensionsFiltersGeneral-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkPVVTKExtensionsFiltersMaterialInterface-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkPVVTKExtensionsFiltersParallel-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkPVVTKExtensionsFiltersParallelDIY2-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkPVVTKExtensionsFiltersPython-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkPVVTKExtensionsFiltersRendering-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkPVVTKExtensionsFiltersStatistics-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkPVVTKExtensionsIOAMR-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkPVVTKExtensionsIOCGNSWriter-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkPVVTKExtensionsIOCore-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkPVVTKExtensionsIOEnSight-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkPVVTKExtensionsIOExodus-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkPVVTKExtensionsIOGeneral-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkPVVTKExtensionsIOImage-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkPVVTKExtensionsIOImport-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkPVVTKExtensionsIOSPCTH-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkPVVTKExtensionsInteractionStyle-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkPVVTKExtensionsMisc-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkPVVTKExtensionsPoints-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkPVVersioning-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkParallelCore-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkRemotingAnimation-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkRemotingApplication-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkRemotingClientServerStream-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkRemotingCore-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkRemotingExport-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkRemotingImport-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkRemotingLive-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkRemotingMisc-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkRemotingServerManager-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkRemotingServerManagerPython-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkRemotingSettings-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkRemotingViews-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkRemotingViewsPython-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkRenderingAnnotation-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkRenderingCellGrid-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkRenderingContext2D-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkRenderingContextOpenGL2-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkRenderingCore-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkRenderingFreeType-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkRenderingGL2PSOpenGL2-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkRenderingHyperTreeGrid-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkRenderingLICOpenGL2-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkRenderingLabel-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkRenderingMatplotlib-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkRenderingOpenGL2-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkRenderingParallel-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkRenderingSceneGraph-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkRenderingUI-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkRenderingVolume-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkRenderingVolumeAMR-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkRenderingVolumeOpenGL2-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkRenderingVtkJS-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkTestingRendering-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkViewsContext2D-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkViewsCore-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkWebCore-hierarchy.txt /usr/lib/vtk/hierarchy/ParaView/vtkWebGLExporter-hierarchy.txt /usr/share/applications/org.paraview.ParaView.desktop /usr/share/doc/packages/paraview /usr/share/doc/packages/paraview/paraview.qch /usr/share/icons/hicolor/22x22/apps/paraview.png /usr/share/icons/hicolor/32x32/apps/paraview.png /usr/share/icons/hicolor/96x96/apps/paraview.png /usr/share/licenses/ParaView /usr/share/licenses/ParaView/CinemaPython /usr/share/licenses/ParaView/CinemaPython/LICENSE /usr/share/licenses/ParaView/CinemaSci /usr/share/licenses/ParaView/CinemaSci/license.md /usr/share/licenses/ParaView/Copyright.txt /usr/share/licenses/ParaView/LegacyGhostCellsGeneratorFilters /usr/share/licenses/ParaView/LegacyGhostCellsGeneratorFilters/LICENSE /usr/share/licenses/ParaView/VTK /usr/share/licenses/ParaView/VTK/Copyright.txt /usr/share/licenses/ParaView/vtkCommonCore /usr/share/licenses/ParaView/vtkCommonCore/LICENSE /usr/share/licenses/ParaView/vtkCommonDataModel /usr/share/licenses/ParaView/vtkCommonDataModel/LICENSE /usr/share/licenses/ParaView/vtkCommonExecutionModel /usr/share/licenses/ParaView/vtkCommonExecutionModel/LICENSE /usr/share/licenses/ParaView/vtkCommonMath /usr/share/licenses/ParaView/vtkCommonMath/LICENSE /usr/share/licenses/ParaView/vtkDICOMParser /usr/share/licenses/ParaView/vtkDICOMParser/Copyright.txt /usr/share/licenses/ParaView/vtkFiltersCore /usr/share/licenses/ParaView/vtkFiltersCore/LICENSE /usr/share/licenses/ParaView/vtkFiltersExtraction /usr/share/licenses/ParaView/vtkFiltersExtraction/LICENSE /usr/share/licenses/ParaView/vtkFiltersGeneral /usr/share/licenses/ParaView/vtkFiltersGeneral/LICENSE /usr/share/licenses/ParaView/vtkFiltersGeometry /usr/share/licenses/ParaView/vtkFiltersGeometry/LICENSE /usr/share/licenses/ParaView/vtkFiltersHybrid /usr/share/licenses/ParaView/vtkFiltersHybrid/LICENSE /usr/share/licenses/ParaView/vtkFiltersImaging /usr/share/licenses/ParaView/vtkFiltersImaging/LICENSE /usr/share/licenses/ParaView/vtkFiltersParallelStatistics /usr/share/licenses/ParaView/vtkFiltersParallelStatistics/LICENSE /usr/share/licenses/ParaView/vtkFiltersSources /usr/share/licenses/ParaView/vtkFiltersSources/LICENSE /usr/share/licenses/ParaView/vtkFiltersStatistics /usr/share/licenses/ParaView/vtkFiltersStatistics/LICENSE /usr/share/licenses/ParaView/vtkFiltersVerdict /usr/share/licenses/ParaView/vtkFiltersVerdict/LICENSE /usr/share/licenses/ParaView/vtkGUISupportQt /usr/share/licenses/ParaView/vtkGUISupportQt/LICENSE /usr/share/licenses/ParaView/vtkGeodesicMeasurementFilters /usr/share/licenses/ParaView/vtkGeodesicMeasurementFilters/Copyright.txt /usr/share/licenses/ParaView/vtkGeodesicMeasurementFilters/LICENSE /usr/share/licenses/ParaView/vtkGeodesicMeasurementFilters/License.txt /usr/share/licenses/ParaView/vtkGeovisCore /usr/share/licenses/ParaView/vtkGeovisCore/LICENSE /usr/share/licenses/ParaView/vtkIOCore /usr/share/licenses/ParaView/vtkIOCore/LICENSE /usr/share/licenses/ParaView/vtkIOExport /usr/share/licenses/ParaView/vtkIOExport/LICENSE /usr/share/licenses/ParaView/vtkIOInfovis /usr/share/licenses/ParaView/vtkIOInfovis/LICENSE /usr/share/licenses/ParaView/vtkIONetCDF /usr/share/licenses/ParaView/vtkIONetCDF/LICENSE /usr/share/licenses/ParaView/vtkIOPIO /usr/share/licenses/ParaView/vtkIOPIO/Copyright.txt /usr/share/licenses/ParaView/vtkIOPLY /usr/share/licenses/ParaView/vtkIOPLY/Copyright.txt /usr/share/licenses/ParaView/vtkIOParallelLSDyna /usr/share/licenses/ParaView/vtkIOParallelLSDyna/LICENSE /usr/share/licenses/ParaView/vtkIOXdmf2 /usr/share/licenses/ParaView/vtkIOXdmf2/LICENSE /usr/share/licenses/ParaView/vtkImagingCore /usr/share/licenses/ParaView/vtkImagingCore/LICENSE /usr/share/licenses/ParaView/vtkInfovisCore /usr/share/licenses/ParaView/vtkInfovisCore/LICENSE /usr/share/licenses/ParaView/vtkInteractionStyle /usr/share/licenses/ParaView/vtkInteractionStyle/LICENSE /usr/share/licenses/ParaView/vtkInteractionWidgets /usr/share/licenses/ParaView/vtkInteractionWidgets/LICENSE /usr/share/licenses/ParaView/vtkLANLX3DReader /usr/share/licenses/ParaView/vtkLANLX3DReader/LICENSE /usr/share/licenses/ParaView/vtkPVVTKExtensionsAMR /usr/share/licenses/ParaView/vtkPVVTKExtensionsAMR/LICENSE /usr/share/licenses/ParaView/vtkPVVTKExtensionsFiltersGeneral /usr/share/licenses/ParaView/vtkPVVTKExtensionsFiltersGeneral/LICENSE /usr/share/licenses/ParaView/vtkPVVTKExtensionsFiltersRendering /usr/share/licenses/ParaView/vtkPVVTKExtensionsFiltersRendering/LICENSE /usr/share/licenses/ParaView/vtkPVVTKExtensionsFiltersStatistics /usr/share/licenses/ParaView/vtkPVVTKExtensionsFiltersStatistics/LICENSE /usr/share/licenses/ParaView/vtkPVVTKExtensionsIOCore /usr/share/licenses/ParaView/vtkPVVTKExtensionsIOCore/LICENSE /usr/share/licenses/ParaView/vtkPVVTKExtensionsIOExodus /usr/share/licenses/ParaView/vtkPVVTKExtensionsIOExodus/LICENSE /usr/share/licenses/ParaView/vtkPVVTKExtensionsIOSPCTH /usr/share/licenses/ParaView/vtkPVVTKExtensionsIOSPCTH/LICENSE /usr/share/licenses/ParaView/vtkPVVTKExtensionsInteractionStyle /usr/share/licenses/ParaView/vtkPVVTKExtensionsInteractionStyle/LICENSE /usr/share/licenses/ParaView/vtkPVVersioning /usr/share/licenses/ParaView/vtkPVVersioning/LICENSE /usr/share/licenses/ParaView/vtkRemotingCore /usr/share/licenses/ParaView/vtkRemotingCore/LICENSE /usr/share/licenses/ParaView/vtkRemotingViews /usr/share/licenses/ParaView/vtkRemotingViews/LICENSE /usr/share/licenses/ParaView/vtkRenderingCore /usr/share/licenses/ParaView/vtkRenderingCore/LICENSE /usr/share/licenses/ParaView/vtkRenderingLabel /usr/share/licenses/ParaView/vtkRenderingLabel/LICENSE /usr/share/licenses/ParaView/vtkRenderingParallel /usr/share/licenses/ParaView/vtkRenderingParallel/LICENSE /usr/share/licenses/ParaView/vtkRenderingVolume /usr/share/licenses/ParaView/vtkRenderingVolume/LICENSE /usr/share/licenses/ParaView/vtkViewsCore /usr/share/licenses/ParaView/vtkViewsCore/LICENSE /usr/share/licenses/ParaView/vtkdiy2 /usr/share/licenses/ParaView/vtkdiy2/LEGAL.txt /usr/share/licenses/ParaView/vtkdiy2/LICENSE.txt /usr/share/licenses/ParaView/vtkexodusII /usr/share/licenses/ParaView/vtkexodusII/COPYRIGHT /usr/share/licenses/ParaView/vtkexprtk /usr/share/licenses/ParaView/vtkexprtk/License.txt /usr/share/licenses/ParaView/vtkh5part /usr/share/licenses/ParaView/vtkh5part/COPYING /usr/share/licenses/ParaView/vtkioss /usr/share/licenses/ParaView/vtkioss/COPYRIGHT /usr/share/licenses/ParaView/vtkkissfft /usr/share/licenses/ParaView/vtkkissfft/COPYING /usr/share/licenses/ParaView/vtkkwiml /usr/share/licenses/ParaView/vtkkwiml/Copyright.txt /usr/share/licenses/ParaView/vtkloguru /usr/share/licenses/ParaView/vtkloguru/LICENSE /usr/share/licenses/ParaView/vtkmetaio /usr/share/licenses/ParaView/vtkmetaio/License.txt /usr/share/licenses/ParaView/vtkpegtl /usr/share/licenses/ParaView/vtkpegtl/LICENSE /usr/share/licenses/ParaView/vtkqttesting /usr/share/licenses/ParaView/vtkqttesting/Copyright.txt /usr/share/licenses/ParaView/vtksys /usr/share/licenses/ParaView/vtksys/Copyright.txt /usr/share/licenses/ParaView/vtktoken /usr/share/licenses/ParaView/vtktoken/license.md /usr/share/licenses/ParaView/vtkvpic /usr/share/licenses/ParaView/vtkvpic/LICENSE /usr/share/licenses/ParaView/vtkxdmf2 /usr/share/licenses/ParaView/vtkxdmf2/Copyright.txt /usr/share/metainfo /usr/share/metainfo/org.paraview.ParaView.appdata.xml /usr/share/paraview-5.13 /usr/share/paraview-5.13/doc /usr/share/paraview-5.13/doc/GettingStarted.pdf /usr/share/paraview-5.13/xmls /usr/share/paraview-5.13/xmls/ParaViewFilters.xml /usr/share/paraview-5.13/xmls/ParaViewSources.xml
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Jan 12 02:11:34 2025