Package: pktools / 2.6.7-3

Metadata

Package Version Patches format
pktools 2.6.7-3 3.0 (quilt)

Patch series

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

CMakeLists.txt | 10 10 + 0 - 0 !
src/CMakeLists.txt | 10 5 + 5 - 0 !
2 files changed, 15 insertions(+), 5 deletions(-)

 set soversion to major version only.
 The libraries built with libtool used SOVERSION 1 too.
pkg config install path.patch | (download)

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

 install pkg-config file in <prefix>/lib/pkgconfig.
 <prefix>/lib is not in the default search paths.
spelling errors.patch | (download)

src/apps/pkfilter.cc | 6 3 + 3 - 0 !
src/apps/pkstatprofile.cc | 4 2 + 2 - 0 !
2 files changed, 5 insertions(+), 5 deletions(-)

 fix spelling errors.
 ouptut -> output
build pklas2img.patch | (download)

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

 build pklas2img when liblas support is enabled.
pkg config not executable.patch | (download)

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

 don't install pktools.pc as executable.
pklas2img CPLErr conversion.patch | (download)

src/apps/pklas2img.cc | 4 1 + 3 - 0 !
1 file changed, 1 insertion(+), 3 deletions(-)

 fix pklas2img build failure.
 error: conversion from 'CPLErr' to non-scalar type
 .
 return type of setProjection was changed in 2.6.7 from std::string to CPLErr.
 The string returned was only used in debug mode as info and has been removed
 in the current version.
spelling errors2.patch | (download)

src/apps/pkfilter.cc | 4 2 + 2 - 0 !
src/apps/pkfilterdem.cc | 4 2 + 2 - 0 !
src/apps/pkreclass.cc | 4 2 + 2 - 0 !
src/apps/pkstatprofile.cc | 2 1 + 1 - 0 !
4 files changed, 7 insertions(+), 7 deletions(-)

 fix spelling errors.
 * colums -> columns
 * ommit  -> omit