[ossim-plugins] 02/11: Disable GDAL plugin, fails to build with GDAL 2.x.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sat May 28 15:18:35 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 fb8ee3e0276a2c7c78904d1c14b03f4341556772
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat May 28 13:57:59 2016 +0200

    Disable GDAL plugin, fails to build with GDAL 2.x.
    
    This reverts commit 646bdea6df64a400d46c9ef0883fed5c6200be97.
---
 debian/control                   | 39 +++------------------------------------
 debian/ossim-plugin-gdal.install |  1 -
 debian/rules                     |  1 -
 3 files changed, 3 insertions(+), 38 deletions(-)

diff --git a/debian/control b/debian/control
index f0b0b2d..d0a9423 100644
--- a/debian/control
+++ b/debian/control
@@ -5,18 +5,12 @@ Section: science
 Priority: extra
 Build-Depends: cmake (>= 2.8),
                debhelper (>= 9),
-               libcurl4-gnutls-dev | libcurl4-dev,
-               libexpat1-dev,
-               libgdal-dev,
                libgeotiff-dev,
                libjpeg-dev,
                libopenthreads-dev,
                libossim-dev (>= 1.8.20.3),
                libpng-dev,
-               libproj-dev,
-               libsqlite3-dev,
-               libtiff-dev,
-               zlib1g-dev
+               libtiff-dev
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/ossim-plugins.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/ossim-plugins.git
@@ -27,8 +21,7 @@ Architecture: any
 Section: libs
 Depends: ${shlibs:Depends},
          ${misc:Depends}
-Recommends: ossim-plugin-gdal (= ${binary:Version}),
-            ossim-plugin-libraw (= ${binary:Version})
+Recommends: ossim-plugin-libraw (= ${binary:Version})
 Description: OSSIM core plugins
  Open Source Software Image Map (OSSIM) is a high performance engine for
  remote sensing, image processing, geographical information systems and
@@ -50,38 +43,12 @@ Description: OSSIM core plugins
  .
  This package contains the OSSIM core plugins.
 
-Package: ossim-plugin-gdal
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends},
-         ${misc:Depends}
-Description: OSSIM GDAL plugin
- Open Source Software Image Map (OSSIM) is a high performance engine for
- remote sensing, image processing, geographical information systems and
- photogrammetry. It has been actively developed since 1996.
- .
- Designed as a series of high performance software libraries, it is
- written in C++ employing the latest techniques in object-oriented
- software design.
- .
- The library provides advanced remote sensing, image processing, and
- geo-spatial functionality. A quick summary of OSSIM functionality
- includes ortho-rectification, precision terrain correction, rigorous
- sensor models, very large mosaics, and cross sensor fusions, a wide
- range of map projections and datums, and a large range of commercial
- and government data formats. The architecture of the library supports
- parallel processing with mpi (not enabled), a dynamic plugin architecture,
- and dynamically connectable objects allowing rapid prototyping of custom
- image processing chains.
- .
- This package contains the OSSIM GDAL plugin.
-
 Package: ossim-plugin-libraw
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends},
          ${misc:Depends}
-Description: OSSIM libraw plugin
+Description: OSSIM libraw plugin 
  Open Source Software Image Map (OSSIM) is a high performance engine for
  remote sensing, image processing, geographical information systems and
  photogrammetry. It has been actively developed since 1996.
diff --git a/debian/ossim-plugin-gdal.install b/debian/ossim-plugin-gdal.install
deleted file mode 100644
index 23b632e..0000000
--- a/debian/ossim-plugin-gdal.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/ossim/plugins/libossimgdal_plugin.so
diff --git a/debian/rules b/debian/rules
index 4dc1fe2..24826ce 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,6 @@ CMAKE_OPTS = \
        -DCMAKE_BUILD_TYPE=Release \
        -DCMAKE_INSTALL_PREFIX=/usr \
        -DCMAKE_MODULE_PATH=$(CURDIR)/ossim_plugins/CMakeModules \
-       -DBUILD_OSSIMGDAL_PLUGIN=ON \
        -DBUILD_SHARED_LIBS=ON
 
 override_dh_auto_configure:

-- 
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