Package: visp / 3.3.0-5

Metadata

Package Version Patches format
visp 3.3.0-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Turn rpath off for install.patch | (download)

CMakeLists.txt | 10 2 + 8 - 0 !
1 file changed, 2 insertions(+), 8 deletions(-)

 [patch 1/5] turn rpath off for install


0002 Fix compat with big endian arch.patch | (download)

modules/core/include/visp3/core/vpImage.h | 92 92 + 0 - 0 !
1 file changed, 92 insertions(+)

 [patch 2/5] fix compat with big endian arch


0003 Fix spelling errors detected by lintian.patch | (download)

modules/core/include/visp3/core/vpImage.h | 4 2 + 2 - 0 !
modules/core/include/visp3/core/vpMatrix.h | 2 1 + 1 - 0 !
modules/core/include/visp3/core/vpMomentAlpha.h | 4 2 + 2 - 0 !
modules/core/include/visp3/core/vpMomentDatabase.h | 2 1 + 1 - 0 !
modules/core/include/visp3/core/vpQuaternionVector.h | 2 1 + 1 - 0 !
modules/core/include/visp3/core/vpTranslationVector.h | 2 1 + 1 - 0 !
modules/core/src/image/vpRGBa.cpp | 8 4 + 4 - 0 !
modules/core/src/math/kalman/vpKalmanFilter.cpp | 22 11 + 11 - 0 !
modules/core/src/math/matrix/vpColVector.cpp | 8 4 + 4 - 0 !
modules/core/src/math/matrix/vpMatrix.cpp | 16 8 + 8 - 0 !
modules/core/src/math/matrix/vpRowVector.cpp | 8 4 + 4 - 0 !
modules/core/src/math/matrix/vpSubColVector.cpp | 2 1 + 1 - 0 !
modules/core/src/math/matrix/vpSubRowVector.cpp | 2 1 + 1 - 0 !
modules/core/src/math/transformation/vpPoseVector.cpp | 4 2 + 2 - 0 !
modules/core/src/math/transformation/vpQuaternionVector.cpp | 6 3 + 3 - 0 !
modules/core/src/math/transformation/vpTranslationVector.cpp | 8 4 + 4 - 0 !
modules/core/src/tools/serial/vpSerial.cpp | 2 1 + 1 - 0 !
modules/core/src/tracking/moments/vpMoment.cpp | 4 2 + 2 - 0 !
modules/detection/src/tag/vpDetectorAprilTag.cpp | 6 3 + 3 - 0 !
modules/imgproc/include/visp3/imgproc/vpContours.h | 2 1 + 1 - 0 !
modules/io/src/video/vpVideoWriter.cpp | 2 1 + 1 - 0 !
modules/robot/src/wireframe-simulator/vpWireFrameSimulator.cpp | 16 8 + 8 - 0 !
modules/sensor/src/framegrabber/1394/vp1394TwoGrabber.cpp | 2 1 + 1 - 0 !
modules/sensor/src/framegrabber/v4l2/vpV4l2Grabber.cpp | 10 5 + 5 - 0 !
modules/tracker/mbt/include/visp3/mbt/vpMbTracker.h | 2 1 + 1 - 0 !
modules/tracker/me/src/moving-edges/vpMeEllipse.cpp | 2 1 + 1 - 0 !
modules/vision/src/pose-estimation/vpLevenbergMarquartd.cpp | 54 27 + 27 - 0 !
modules/visual_features/src/visual-feature/vpFeatureMoment.cpp | 2 1 + 1 - 0 !
modules/visual_features/src/visual-feature/vpFeaturePointPolar.cpp | 2 1 + 1 - 0 !
modules/visual_features/src/visual-feature/vpFeatureSegment.cpp | 2 1 + 1 - 0 !
30 files changed, 104 insertions(+), 104 deletions(-)

 [patch 3/5] fix spelling errors detected by lintian


0004 Remove boost explicit detection for Ogre deps Closes.patch | (download)

cmake/VISPGenerateConfigScript.cmake | 537 272 + 265 - 0 !
cmake/VISPUtils.cmake | 272 248 + 24 - 0 !
cmake/templates/visp-config.bat.in | 16 8 + 8 - 0 !
cmake/templates/visp-config.in | 8 4 + 4 - 0 !
cmake/templates/visp-config.install.in | 4 2 + 2 - 0 !
cmake/templates/visp.pc.in | 4 2 + 2 - 0 !
modules/ar/CMakeLists.txt | 42 0 + 42 - 0 !
7 files changed, 536 insertions(+), 347 deletions(-)

 [patch 4/5] remove boost explicit detection for ogre deps (closes
 #962449) - modify modules/ar/CMakeLists.txt to remove boost - update cmake
 tools to generate visp.pc