Package: gazebo / 11.1.0+dfsg-6

Metadata

Package Version Patches format
gazebo 11.1.0+dfsg-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 use roboto system fonts.patch | (download)

gazebo/gui/resources.qrc | 25 12 + 13 - 0 !
1 file changed, 12 insertions(+), 13 deletions(-)

 use system packaged roboto fonts

0002_use_system_gtest.patch | (download)

cmake/FindGtest.cmake | 40 40 + 0 - 0 !
cmake/GazeboUtils.cmake | 1 0 + 1 - 0 !
test/CMakeLists.txt | 13 8 + 5 - 0 !
3 files changed, 48 insertions(+), 6 deletions(-)

 use system packaged gtest

0003 use system qtpropertybrowser.patch | (download)

gazebo/gui/CMakeLists.txt | 2 1 + 1 - 0 !
gazebo/gui/ModelListWidget.cc | 4 2 + 2 - 0 !
gazebo/gui/qtpropertybrowser/CMakeLists.txt | 45 18 + 27 - 0 !
3 files changed, 21 insertions(+), 30 deletions(-)

 use system packaged qtpropertybrowser

0005 fix problems on manpage.patch | (download)

tools/gz.1.roff | 25 0 + 25 - 0 !
1 file changed, 25 deletions(-)

 remove unknown roff commands

0008 arial dejavu fonts removed in dfsg.patch | (download)

media/fonts/CMakeLists.txt | 3 1 + 2 - 0 !
media/gui/fonts/CMakeLists.txt | 1 0 + 1 - 0 !
2 files changed, 1 insertion(+), 3 deletions(-)

 do not try to install arial and dejavusans fonts.

0006 pkg_config boost private.patch | (download)

cmake/pkgconfig/gazebo.in | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 move boost libraries to libs.private in pkg-config

0007 Bump std for make_unique in dart.patch | (download)

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

 bump std for make_unique in dart


0008 Support CMAKE_BUILD_TYPE None.patch | (download)

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

 support cmake_build_type none


0009 Use system tinyobjloader.patch | (download)

cmake/SearchForStuff.cmake | 4 4 + 0 - 0 !
gazebo/common/CMakeLists.txt | 1 1 + 0 - 0 !
gazebo/common/OBJLoader.cc | 11 8 + 3 - 0 !
3 files changed, 13 insertions(+), 3 deletions(-)

 use system tinyobjloader


0010 SimpleTrackedVehiclePlugin fix for boost 1.74 2862.patch | (download)

plugins/SimpleTrackedVehiclePlugin.cc | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 simpletrackedvehicleplugin: fix for boost 1.74 (#2862)

Disable some code in SimpleTrackedVehiclePlugin for boost 1.74
or greater due to changes in boost shared_ptr.hpp

Signed-off-by: Steve Peters <scpeters@openrobotics.org>