Package: choreonoid / 1.1.0+dfsg-6.1

Metadata

Package Version Patches format
choreonoid 1.1.0+dfsg-6.1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Fix compilation failure with recent Boost version.patch | (download)

src/Util/Referenced.h | 8 4 + 4 - 0 !
src/Util/YamlNodes.h | 8 4 + 4 - 0 !
2 files changed, 8 insertions(+), 8 deletions(-)

 fix compilation failure with recent boost version.

intrusive_ptr_add_ref and intrusive_ptr_release should be in the
class namespace and not boost namespace.

See https://svn.boost.org/trac/boost/ticket/6943

0002 Prevent moc qt from analyzing Boost headers.patch | (download)

src/CMakeLists.txt | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 prevent moc-qt from analyzing boost headers.

0003 Fix multiarchi support.patch | (download)

CMakeLists.txt | 11 7 + 4 - 0 !
1 file changed, 7 insertions(+), 4 deletions(-)

 fix multiarchi support.

Do not make the assumption that the library directory is lib.

0004 Install choreonoid program always.patch | (download)

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

 install choreonoid program in all build types

Install choreonoid program in all build types,
for compatibility with newer debhelper

Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=735891
0005 Install pkg config file in lib arch directory.patch | (download)

misc/pkgconfig/CMakeLists.txt | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 install pkg-config file in lib/arch directory.

Install pkg-config file in lib/arch directory.

0006 Port to Boost Filesystem v3.patch | (download)

CMakeLists.txt | 4 0 + 4 - 0 !
src/Base/App.cpp | 20 10 + 10 - 0 !
src/Base/AppConfig.cpp | 6 3 + 3 - 0 !
src/Base/Archive.cpp | 8 4 + 4 - 0 !
src/Base/ItemManager.cpp | 2 1 + 1 - 0 !
src/Base/MovieGenerator.cpp | 2 1 + 1 - 0 !
src/Base/PluginManager.cpp | 2 1 + 1 - 0 !
src/Base/ProjectManager.cpp | 4 2 + 2 - 0 !
src/Base/SceneItem.cpp | 4 2 + 2 - 0 !
src/Body/BodyCustomizerInterface.cpp | 8 4 + 4 - 0 !
src/Body/BodyLoader.cpp | 4 2 + 2 - 0 !
src/Body/BodyMotionUtil.cpp | 16 8 + 8 - 0 !
src/BodyPlugin/BodyItem.cpp | 2 1 + 1 - 0 !
src/Util/VrmlParser.cpp | 10 5 + 5 - 0 !
14 files changed, 44 insertions(+), 48 deletions(-)

 port to boost filesystem v3.

Port to Boost Filesystem v3.

0007 Fix cast from pointer to udword losing precision.patch | (download)

src/Collision/Opcode/OPC_AABBTree.h | 6 1 + 5 - 0 !
src/Collision/Opcode/OPC_OptimizedTree.h | 6 1 + 5 - 0 !
src/Collision/Opcode/Opcode.h | 1 1 + 0 - 0 !
3 files changed, 3 insertions(+), 10 deletions(-)

 fix cast from pointer to udword losing precision.

Fix cast from pointer to udword losing precision.

0008 Fix OpenSceneGraph compilation issues.patch | (download)

src/Base/OsgNormalVisualizer.cpp | 60 31 + 29 - 0 !
src/Base/ScenePieces.cpp | 6 3 + 3 - 0 !
src/Base/ScenePieces.h | 2 1 + 1 - 0 !
src/Base/SceneView.cpp | 8 4 + 4 - 0 !
src/Base/VrmlToOsgConverter.cpp | 38 19 + 19 - 0 !
5 files changed, 58 insertions(+), 56 deletions(-)

 fix openscenegraph compilation issues

Fix OpenSceneGraph compilation issues

0009 Install libraries always.patch | (download)

CMakeLists.txt | 20 9 + 11 - 0 !
1 file changed, 9 insertions(+), 11 deletions(-)

 install libraries in all build types

Install libraries in all build types,
for compatibility with newer debhelper