2022-06-26 18:42:57 by Dr. Thomas Orgis | Files touched by this commit (1) |
Log message:
graphics/vtk: fix dependent builds that would fail to find a binary in cmake
This missing binary link breaks builds where CMake insists on finding it
alongside the linked CMake files (example: graphics/pcl).
|
2022-04-18 21:12:27 by Adam Ciarcinski | Files touched by this commit (1798) | |
Log message:
revbump for textproc/icu update
|
2022-04-14 01:43:32 by Tobias Nygren | Files touched by this commit (1) |
Log message:
re-order for pkglint
|
2022-04-14 01:42:45 by Tobias Nygren | Files touched by this commit (1) |
Log message:
vtk: package version went backwards; put back PKGREVISION and bump
|
2022-04-13 12:09:20 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
vtk: fix for Darwin + cleanup
|
2021-12-08 17:07:18 by Adam Ciarcinski | Files touched by this commit (3063) |
Log message:
revbump for icu and libffi
|
2021-10-26 12:47:26 by Nia Alarie | Files touched by this commit (800) |
Log message:
graphics: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:13:27 by Nia Alarie | Files touched by this commit (800) |
Log message:
graphics: Remove SHA1 hashes for distfiles
|
2021-09-29 21:01:31 by Adam Ciarcinski | Files touched by this commit (872) |
Log message:
revbump for boost-libs
|
2021-07-08 16:59:25 by Patrick Welche | Files touched by this commit (5) |
Log message:
Update vtk to 9.0.3
Highlights:
# New classes
- Added a `vtkImageProbeFilter` which works like `vtkProbeFilter`, but for
`vtkImageData`
# New support
- `enum class` setters and getters are now supported via
`vtk{Get,Set}EnumMacro`
# Fixes
- The `QVTKRenderWidget.h` is now installed.
- `vtk3DLinearGridPlaneCutter` guards against `nullptr` points and cells
- The composite date mapper now iterates over data blocks properly
- `vtkStringArray::Resize` takes tuple elements into account
- `vtkArrowSource` now supports scalong and rotation around the origin or the
arrow's center point
- The `VTK::DomainsChemistryOpenGL2`, `VTK::RenderingContextOpenGL2`, and
`VTK::RenderingOpenGL2` modules are added to the `Rendering` group to avoid
missing implementations of rendering components
- `vtkCutter` enables point merging when requested through a
`vtkPointLocator` which merges points
- `vtkAxesActor` bounds calculations improved to avoid assumptions about
range values
- `vtkWindowLevelLookupTable` out-of-range colors are now initialized
properly
- `vtkImageReslice::RequestInformation` is refactored handle common image
information passing
- `vtkImageReslice` creates a new interpolator in `::GetInterpolator`; this
new interpolator now uses the same interpolation mode as `vtkImageReslice`
itself
|