Bug #1432
Wrong debian opencv dependency in rst-converters
Status: | Resolved | Start date: | 02/20/2013 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 100% | |
Category: | Build System | |||
Target version: | Robotics Service Bus - rsb-0.10 |
Description
RST package states to depend on libopencv-legacy-dev
instead of libcv-dev
if release is ubuntu oneiric or newer. However libopencv-legacy-dev
doesn't provide the necessary header files (e.g. opencv/cv.h
for IplImageConverter
).
Related issues
Associated revisions
Removed version-switched opencv dependency in cpp/cpack/CPackDebianConfig.cmake
refs #1432
We can no longer understand why the version-switch is/was
necessary. Since it causes problems now, we try to remove it.
- cpp/cpack/CPackDebianConfig.cmake: do not set libcv-dev and/or
libopencv-legacy-dev differently in CPACK_DEBIAN_PACKAGE_DEPENDS
depending on the Ubuntu version
Removed version-switched opencv dependency in cpp/cpack/CPackDebianConfig.cmake
refs #1432
We can no longer understand why the version-switch is/was
necessary. Since it causes problems now, we try to remove it.
- cpp/cpack/CPackDebianConfig.cmake: do not set libcv-dev and/or
libopencv-legacy-dev differently in CPACK_DEBIAN_PACKAGE_DEPENDS
depending on the Ubuntu version
Removed version-switched opencv dependency in cpp/cpack/CPackDebianConfig.cmake
refs #1432
We can no longer understand why the version-switch is/was
necessary. Since it causes problems now, we try to remove it.
- cpp/cpack/CPackDebianConfig.cmake: do not set libcv-dev and/or
libopencv-legacy-dev differently in CPACK_DEBIAN_PACKAGE_DEPENDS
depending on the Ubuntu version
History
#1 Updated by J. Moringen almost 10 years ago
We should resolve this after updating all projects to the current OpenCV C++ API.
#2 Updated by J. Moringen almost 10 years ago
- Target version changed from rsb-0.9 to rsb-0.10
#3 Updated by J. Moringen about 9 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Seems to be fixed.