[ossim-plugins] 11/11: Enable web plugin.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sat May 28 15:18:36 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 e2e99c0b290ffb09ee7b1cb42424b8a1d9c7fb64
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat May 28 17:12:38 2016 +0200

    Enable web plugin.
---
 debian/control                  | 30 +++++++++++++++++++++++++++++-
 debian/ossim-plugin-web.install |  1 +
 debian/rules                    |  1 +
 3 files changed, 31 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 3a8584c..140f66f 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,7 @@ Section: science
 Priority: extra
 Build-Depends: cmake (>= 2.8),
                debhelper (>= 9),
+               libcurl4-gnutls-dev | libcurl-ssl-dev,
                libfftw3-dev,
                libgeotiff-dev,
                libhdf5-dev,
@@ -34,7 +35,8 @@ Recommends: ossim-plugin-geopdf (= ${binary:Version}),
             ossim-plugin-ndf (= ${binary:Version}),
             ossim-plugin-png (= ${binary:Version}),
             ossim-plugin-registration (= ${binary:Version}),
-            ossim-plugin-sqlite (= ${binary:Version})
+            ossim-plugin-sqlite (= ${binary:Version}),
+            ossim-plugin-web (= ${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
@@ -290,3 +292,29 @@ Description: OSSIM SQLite plugin
  .
  This package contains the OSSIM SQLite plugin.
 
+Package: ossim-plugin-web
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: OSSIM web 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 web plugin.
+
diff --git a/debian/ossim-plugin-web.install b/debian/ossim-plugin-web.install
new file mode 100644
index 0000000..f46e28c
--- /dev/null
+++ b/debian/ossim-plugin-web.install
@@ -0,0 +1 @@
+usr/lib/ossim/plugins/libossimweb_plugin.so
diff --git a/debian/rules b/debian/rules
index b3702ab..91911cb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,6 +23,7 @@ CMAKE_OPTS = \
        -DBUILD_OSSIMPNG_PLUGIN=ON \
        -DBUILD_OSSIMREGISTRATION_PLUGIN=ON \
        -DBUILD_OSSIMSQLITE_PLUGIN=ON \
+       -DBUILD_OSSIMWEB_PLUGIN=ON \
        -DBUILD_SHARED_LIBS=ON \
        -DPODOFO_INCLUDE_DIR=/usr/include/podofo \
        -DPODOFO_LIBRARY=/usr/lib/libpodofo.so \

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