[ossim-plugins] 01/02: Add patch to fix GeoTIFF detection indepent from GDAL.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Sun May 29 14:43:13 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository ossim-plugins.
commit fb1f42b11b228aff8841bb082ee41f3cef945962
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sun May 29 16:20:35 2016 +0200
Add patch to fix GeoTIFF detection indepent from GDAL.
---
debian/patches/geotiff.patch | 32 ++++++++++++++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 33 insertions(+)
diff --git a/debian/patches/geotiff.patch b/debian/patches/geotiff.patch
new file mode 100644
index 0000000..edc7c4c
--- /dev/null
+++ b/debian/patches/geotiff.patch
@@ -0,0 +1,32 @@
+Description: Find GeoTIFF indepent from GDAL.
+Author: Bas Couwenberg <sebastic at debian.org>
+
+--- a/ossim_plugins/gdal/CMakeLists.txt
++++ b/ossim_plugins/gdal/CMakeLists.txt
+@@ -12,6 +12,7 @@ SET(OSSIM_USER_DEFINED_DYNAMIC_OR_STATIC
+ find_package(TIFF)
+ find_package(ZLIB)
+ find_package(GDAL)
++find_package(GEOTIFF)
+ find_package(CURL)
+ find_package(EXPAT)
+ find_library(SQLITE_LIBRARY NAMES sqlite sqlite3)
+@@ -21,6 +22,8 @@ MESSAGE( STATUS "GDAL_LIBRARY = $
+ MESSAGE( STATUS "GDAL_INCLUDE = ${GDAL_INCLUDE_DIR}" )
+ MESSAGE( STATUS "TIFF_LIBRARY = ${TIFF_LIBRARY}" )
+ MESSAGE( STATUS "TIFF_INCLUDE = ${TIFF_INCLUDE_DIR}" )
++MESSAGE( STATUS "GEOTIFF_LIBRARY = ${GEOTIFF_LIBRARY}" )
++MESSAGE( STATUS "GEOTIFF_INCLUDE = ${GEOTIFF_INCLUDE_DIR}" )
+ MESSAGE( STATUS "EXPAT_LIBRARY = ${EXPAT_LIBRARY}" )
+ MESSAGE( STATUS "SQLITE_LIBRARY = ${SQLITE_LIBRARY}" )
+ MESSAGE( STATUS "PROJ4_LIBRARY = ${PROJ4_LIBRARY}" )
+--- a/ossim_plugins/ossim/CMakeLists.txt
++++ b/ossim_plugins/ossim/CMakeLists.txt
+@@ -7,6 +7,7 @@ include(OssimCommonVariables)
+ include(OssimUtilities)
+
+ find_package(TIFF)
++find_package(GEOTIFF)
+ INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR})
+ INCLUDE_DIRECTORIES(${OPENTHREADS_INCLUDE_DIR})
+ INCLUDE_DIRECTORIES(${TIFF_INCLUDE_DIR})
diff --git a/debian/patches/series b/debian/patches/series
index d486aa8..3bc1e1f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@ libraw.patch
fftw3.patch
opencv.patch
gdal.patch
+geotiff.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/ossim-plugins.git
More information about the Pkg-grass-devel
mailing list