Package: navit / 0.5.0~svn5900+dfsg.1-1

Metadata

Package Version Patches format
navit 0.5.0~svn5900+dfsg.1-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
osd_get_attr undefined.patch | (download)

navit/binding/dbus/binding_dbus.c | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 disable dbus binding for osd_get_attr
 This symbol is undefined since upstream SVN rev 5360.
path_max | (download)

navit/map/garmin/garmin.c | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 fix ftbfs on hurd-i386 where path_max isn't defined.
fix cmake.patch | (download)

cmake/navit_macros.cmake | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix cmake config to produce same packages as with the autotools
 This patch apply various fixes and workaround so that the generated binary
 packages are close to the one generated with the autotools configuration.
icons dir | (download)

CMakeLists.txt | 4 2 + 2 - 0 !
navit/graphics.c | 2 1 + 1 - 0 !
navit/gui/qml/gui_qml.cpp | 2 1 + 1 - 0 !
3 files changed, 4 insertions(+), 4 deletions(-)

 install icons into navit_sharedir/icons
 It doesn't make sense to put icons into a directory named "xpm" since most
 of them are png and svg files.
dpkg cross.patch | (download)

navit/map/garmin/CMakeLists.txt | 8 5 + 3 - 0 !
1 file changed, 5 insertions(+), 3 deletions(-)

 allow cross compilation with dpkg-cross
 When cross building, navit/map/garmin/gentypes.c needs to be compiled
 natively to be used later on in the build process.
 The native compiler should be available through the NATIVE_CC cmake
 variable.
maptool uninitialised values.patch | (download)

navit/maptool/osm.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix maptool segfault due to uninitialised values
support speech dispatcher 0.8.patch | (download)

CMakeLists.txt | 7 7 + 0 - 0 !
navit/speech/speech_dispatcher/speech_speech_dispatcher.c | 4 4 + 0 - 0 !
2 files changed, 11 insertions(+)

 support speech-dispatcher >= 0.8
 Upstream decided to move the header files in libspeechd-dev
 from /usr/include/ to /usr/include/speech-dispatcher/.