Package: open3d / 0.19.0-5

Metadata

Package Version Patches format
open3d 0.19.0-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Use packaged PoissonRecon sources.patch | (download)

3rdparty/find_dependencies.cmake | 8 3 + 5 - 0 !
1 file changed, 3 insertions(+), 5 deletions(-)

 use packaged poissonrecon sources

0002 Use local MathJax for documentation.patch | (download)

docs/Doxyfile.in | 2 1 + 1 - 0 !
docs/conf.py | 1 1 + 0 - 0 !
2 files changed, 2 insertions(+), 1 deletion(-)

 use local mathjax for documentation

0003 Strip build path from Doxygen files.patch | (download)

docs/Doxyfile.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 strip build path from doxygen files

0004 Fix Open3D logo path.patch | (download)

README.md | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix open3d logo path

0005 Fix privacy breaches.patch | (download)

README.md | 8 2 + 6 - 0 !
docs/_static/google_analytics_header.html | 8 0 + 8 - 0 !
docs/_templates/sidebar/variant-selector.html | 4 2 + 2 - 0 !
docs/conf.py | 9 0 + 9 - 0 !
docs/open3d_ml.rst | 2 1 + 1 - 0 !
docs/tutorial/sensor/azure_kinect.rst | 10 5 + 5 - 0 !
docs/tutorial/sensor/realsense.rst | 13 4 + 9 - 0 !
7 files changed, 14 insertions(+), 40 deletions(-)

 fix privacy breaches

0006 Work around broken m2r.patch | (download)

docs/conf.py | 1 0 + 1 - 0 !
docs/introduction.rst | 2 1 + 1 - 0 !
2 files changed, 1 insertion(+), 2 deletions(-)

 work around broken m2r

0007 Make documentation buildable without Git.patch | (download)

docs/Doxyfile.in | 2 1 + 1 - 0 !
docs/conf.py | 7 1 + 6 - 0 !
2 files changed, 2 insertions(+), 7 deletions(-)

 make documentation buildable without git

0008 Set correct paths for Open3D GUI.patch | (download)

cpp/apps/CMakeLists.txt | 6 1 + 5 - 0 !
cpp/open3d/visualization/gui/Application.cpp | 53 1 + 52 - 0 !
cpp/pybind/visualization/gui/gui.cpp | 11 1 + 10 - 0 !
3 files changed, 3 insertions(+), 67 deletions(-)

 set correct paths for open3d gui

0009 libcxx is not needed for the Debian Filament package.patch | (download)

cpp/pybind/CMakeLists.txt | 3 0 + 3 - 0 !
1 file changed, 3 deletions(-)

 libcxx is not needed for the debian filament package

0010 Add option WITH_EMBREE.patch | (download)

3rdparty/find_dependencies.cmake | 2 2 + 0 - 0 !
CMakeLists.txt | 1 1 + 0 - 0 !
cpp/open3d/t/geometry/CMakeLists.txt | 2 1 + 1 - 0 !
cpp/open3d/t/geometry/TriangleMesh.cpp | 16 16 + 0 - 0 !
cpp/pybind/t/geometry/CMakeLists.txt | 5 4 + 1 - 0 !
cpp/pybind/t/geometry/geometry.cpp | 4 4 + 0 - 0 !
cpp/pybind/t/geometry/geometry.h | 2 2 + 0 - 0 !
7 files changed, 30 insertions(+), 2 deletions(-)

 add option with_embree

0011 Disable Werror in Debian.patch | (download)

cmake/Open3DShowAndAbortOnWarning.cmake | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 disable -werror in debian

0012 Remove obsolete Uchimura tone mapping.patch | (download)

cpp/open3d/visualization/rendering/filament/FilamentView.cpp | 5 1 + 4 - 0 !
1 file changed, 1 insertion(+), 4 deletions(-)

 remove obsolete uchimura tone mapping

0013 Remove unsupported custom EGL headless platform.patch | (download)

cpp/open3d/visualization/rendering/filament/FilamentEngine.cpp | 9 0 + 9 - 0 !
1 file changed, 9 deletions(-)

 remove unsupported custom egl headless platform

0014 Use system Pytorch.patch | (download)

3rdparty/cmake/FindPytorch.cmake | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 use system pytorch


0015 Do not force colorization on output.patch | (download)

cmake/Open3DSetGlobalProperties.cmake | 7 0 + 7 - 0 !
1 file changed, 7 deletions(-)

 do not force colorization on output

0016 Do not call bluegl bind.patch | (download)

cpp/open3d/visualization/visualizer/VisualizerRender.cpp | 16 0 + 16 - 0 !
1 file changed, 16 deletions(-)

 do not call bluegl::bind

0017 Install tools.patch | (download)

cpp/tools/CMakeLists.txt | 2 2 + 0 - 0 !
cpp/tools/ConvertPointCloud.cpp | 4 2 + 2 - 0 !
cpp/tools/ManuallyCropGeometry.cpp | 2 1 + 1 - 0 !
cpp/tools/MergeMesh.cpp | 2 1 + 1 - 0 !
cpp/tools/ViewGeometry.cpp | 2 1 + 1 - 0 !
5 files changed, 7 insertions(+), 5 deletions(-)

 install tools

0018 Disable uvatlas.patch | (download)

3rdparty/find_dependencies.cmake | 10 0 + 10 - 0 !
cpp/open3d/t/geometry/kernel/UVUnwrapping.cpp | 10 8 + 2 - 0 !
2 files changed, 8 insertions(+), 12 deletions(-)

 disable uvatlas

0019 Disable plotly.patch | (download)

python/open3d/visualization/__init__.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 disable plotly

0020 Fix libdir in Open3D.pc.patch | (download)

cpp/open3d/CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix libdir in open3d.pc


0021 Fix libdir in open3d_torch_ops.pc.patch | (download)

cpp/open3d/ml/pytorch/CMakeLists.txt | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix libdir in open3d_torch_ops.pc


0022 Hardcode path to open3d_torch_ops.patch | (download)

cpp/pybind/CMakeLists.txt | 2 1 + 1 - 0 !
cpp/pybind/_build_config.py.in | 1 1 + 0 - 0 !
python/open3d/ml/torch/__init__.py | 45 3 + 42 - 0 !
3 files changed, 5 insertions(+), 43 deletions(-)

 hardcode path to open3d_torch_ops


0023 Fix libfmt 10 compat.patch | (download)

cpp/open3d/core/Tensor.cpp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix libfmt 10 compat


0024 Fix Python SyntaxWarnings.patch | (download)

examples/python/geometry/rgbd_datasets.py | 8 4 + 4 - 0 !
examples/python/t_reconstruction_system/pose_graph_optim.py | 2 1 + 1 - 0 !
2 files changed, 5 insertions(+), 5 deletions(-)

 fix python syntaxwarnings


0025 Fix Imgui FTBFS.patch | (download)

cpp/open3d/visualization/gui/Button.cpp | 5 3 + 2 - 0 !
cpp/open3d/visualization/gui/ImageWidget.cpp | 6 4 + 2 - 0 !
cpp/open3d/visualization/gui/ImguiFilamentBridge.cpp | 11 7 + 4 - 0 !
cpp/open3d/visualization/gui/Label.cpp | 8 4 + 4 - 0 !
cpp/open3d/visualization/gui/Layout.cpp | 8 4 + 4 - 0 !
cpp/open3d/visualization/gui/SceneWidget.cpp | 5 4 + 1 - 0 !
cpp/open3d/visualization/gui/Widget.cpp | 4 2 + 2 - 0 !
cpp/open3d/visualization/gui/Window.cpp | 103 73 + 30 - 0 !
8 files changed, 101 insertions(+), 49 deletions(-)

 fix ftbfs with libimgui-dev 1.92.2b+ds-1

Bug-Debian: https://bugs.debian.org/1112450
0026 Fix FTBFS with GCC 15.patch | (download)

cpp/open3d/core/SmallVector.h | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 fix ftbfs with gcc-15