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 ! |
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 ! |
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 ! |
fix spelling errors. ouptut -> output |
| build pklas2img.patch | (download) |
CMakeLists.txt |
4 4 + 0 - 0 ! |
build pklas2img when liblas support is enabled. |
| pkg config not executable.patch | (download) |
CMakeLists.txt |
2 1 + 1 - 0 ! |
don't install pktools.pc as executable. |
| pklas2img CPLErr conversion.patch | (download) |
src/apps/pklas2img.cc |
4 1 + 3 - 0 ! |
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 ! |
fix spelling errors. * colums -> columns * ommit -> omit |
