Package: osgearth / 2.5.0+dfsg-2

Metadata

Package Version Patches format
osgearth 2.5.0+dfsg-2 3.0 (quilt)

Patch series

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

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

 bump soversion to 3.
fallback getCurrentThreadId.patch | (download)

src/osgEarth/ThreadingUtils.cpp | 9 7 + 2 - 0 !
1 file changed, 7 insertions(+), 2 deletions(-)

 fallback to pthread_self() for thread id on non-linux kernels.
kfreebsd getCurrentThreadId.patch | (download)

src/osgEarth/ThreadingUtils.cpp | 6 5 + 1 - 0 !
1 file changed, 5 insertions(+), 1 deletion(-)

 use thr_self syscall on kfreebsd.
cmake FindMiniZip.patch | (download)

CMakeModules/FindMiniZip.cmake | 7 7 + 0 - 0 !
src/osgEarthDrivers/kml/KMZArchive | 2 1 + 1 - 0 !
src/osgEarthDrivers/kml/KMZArchive.cpp | 24 12 + 12 - 0 !
3 files changed, 20 insertions(+), 13 deletions(-)

 support libminizip path as used by the libkml-dev package.