Package: meshlab / 1.3.0a+dfsg1-3
Metadata
| Package | Version | Patches format | 
|---|---|---|
| meshlab | 1.3.0a+dfsg1-3 | 3.0 (quilt) | 
Patch series
view the series file| Patch | File delta | Description | 
|---|---|---|
| 01_muparser.patch | (download) | 
              meshlab/src/fgt/filter_func/filter_func.pro |
                    6 	2 +	4 -	0 ! | use debian muparser. X-git-branch: p/muparser meshlab/src/fgt/filter_func/filter_func.pro | 6 ++ | 
| 02_qhull.patch | (download) | 
              meshlab/src/fgt/filter_qhull/filter_qhull.pro |
                   26 	2 +	24 -	0 ! | use debian qhull. X-git-branch: p/qhull meshlab/src/fgt/filter_qhull/filter_qhull.pro | 26 + | 
| 03_lib3ds.patch | (download) | 
              meshlab/src/meshlabplugins/io_3ds/io_3ds.pro |
                    6 	2 +	4 -	0 ! | use debian lib3ds. X-git-branch: p/lib3ds meshlab/src/meshlabplugins/io_3ds/io_3ds.pro | 6 ++ | 
| 04_libbz2.patch | (download) | 
              meshlab/src/meshlabplugins/io_epoch/io_epoch.pro |
                    8 	2 +	6 -	0 ! | use debian libbz2. X-git-branch: p/libbz2 meshlab/src/meshlabplugins/io_epoch/io_epoch.pro | 8 ++ | 
| 05_glew.patch | (download) | 
              meshlab/src/common/common.pro |
                    8 	4 +	4 -	0 ! | use debian glew. X-git-branch: p/glew meshlab/src/common/common.pro | 8 | 
| 06_CONFLICTS_IN_eigen.patch | (download) | 
              meshlab/src/shared.pri |
                    2 	1 +	1 -	0 ! | --- | 
| 07_eigen.patch | (download) | 
              meshlab/src/shared.pri |
                    3 	2 +	1 -	0 ! | use debian eigen. X-git-branch: p/eigen meshlab/src/shared.pri | 3 ++- .../vcg/complex/trimesh/update/curvature_fitting.h | 8 | 
| 08_disable updates.patch | (download) | 
              meshlab/src/meshlab/mainwindow_Init.cpp |
                    2 	1 +	1 -	0 ! | disable checking for updates on startup. X-git-branch: p/disable-updates meshlab/src/meshlab/mainwindow_Init.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) | 
| 09_externals.patch | (download) | 
              meshlab/src/external/external.pro |
                    6 	1 +	5 -	0 ! | only build necessary external sources. X-git-branch: p/externals meshlab/src/external/external.pro | 6 + | 
| 10_CONFLICTS_IN_rpath.patch | (download) | 
              meshlab/src/meshlab/meshlab.pro |
                    5 	4 +	1 -	0 ! | --- | 
| 11_rpath.patch | (download) | 
              meshlab/src/meshlab/meshlab.pro |
                    4 	1 +	3 -	0 ! | use /usr/lib/meshlab as rpath in binaries. X-git-branch: p/rpath meshlab/src/meshlab/meshlab.pro | 4 + | 
| 12_shadersdir.patch | (download) | 
              meshlab/src/fgt/render_rfx/render_rfx.cpp |
                    2 	1 +	1 -	0 ! | hardcode shadersdir to the correct path in debian in various plugins X-git-branch: p/shadersdir meshlab/src/fgt/render_rfx/render_rfx.cpp | 2 +- meshlab/src/meshlabplugins/filter_ao/filter_ao.cpp | 2 +- .../src/meshlabplugins/render_gdp/meshrender.cpp | 2 +- .../src/meshlabplugins/render_gdp/shaderDialog.cpp | 2 +- .../meshlabplugins/render_splatpyramid/dialog.cpp | 2 +- meshlab/src/old/render_rm/rmmeshrender.cpp | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) | 
| 13_pluginsdir.patch | (download) | 
              meshlab/src/common/pluginmanager.cpp |
                    2 	1 +	1 -	0 ! | hardcode pluginsdir to the correct path in debian X-git-branch: p/pluginsdir meshlab/src/common/pluginmanager.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) | 
| 14_ply_numeric.patch | (download) | 
              meshlab/src/meshlab/main.cpp |
                    4 	4 +	0 -	0 ! | set lc_numeric to "c" X-git-branch: p/ply_numeric Fixes reading of ascii float values in locales which use the comma as a float separator. meshlab/src/meshlab/main.cpp | 4 | 
| 15_cstddef.patch | (download) | 
              vcglib/wrap/io_tetramesh/import_ply.h |
                    1 	1 +	0 -	0 ! | include <cstddef> on files using offsetoff (closes: #625053) X-git-branch: p/cstddef vcglib/wrap/io_tetramesh/import_ply.h | 1 + vcglib/wrap/io_trimesh/import_ply.h | 1 + vcglib/wrap/ply/plystuff.h | 1 + 3 files changed, 3 insertions(+), 0 deletions(-) | 
| 16_structuresynth.patch | (download) | 
              meshlab/src/external/structuresynth/ssynth/SyntopiaCore/GLEngine/EngineWidget.h |
                    1 	1 +	0 -	0 ! | include glu.h where needed in included structure-synth code. X-git-branch: p/structuresynth Also link structuresynth code with libGLU. This FTBS was exposed by GCC-4.7. See Debian bug #672000 for the same issue in the real structure-synth Debian package. .../ssynth/SyntopiaCore/GLEngine/EngineWidget.h | 1 + .../ssynth/SyntopiaCore/GLEngine/Sphere.h | 1 + .../src/external/structuresynth/structuresynth.pro | 1 + 3 files changed, 3 insertions(+), 0 deletions(-) | 
| 17_gcc47.patch | (download) | 
              meshlab/src/fgt/filter_trioptimize/curvedgeflip.h |
                    2 	1 +	1 -	0 ! | fix ftbfs with gcc-4.7 X-git-branch: p/gcc47 Closes: #667276 Thanks to Matej Vela for the patch. meshlab/src/fgt/filter_trioptimize/curvedgeflip.h | 2 +- .../meshlabplugins/decorate_base/colorhistogram.h | 6 | 
| 18_RESOLUTION.patch | (download) | 
              meshlab/src/meshlab/meshlab.pro |
                    5 	1 +	4 -	0 ! | --- | 
