[ossim-plugins] 04/11: Enable HDF5 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 221be440a43cc6a478afd4cde743780d16bb5bfa
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sat May 28 14:48:10 2016 +0200
Enable HDF5 plugin.
---
debian/control | 28 ++++++++++++++++++++++++++++
debian/ossim-plugin-hdf5.install | 1 +
debian/rules | 1 +
3 files changed, 30 insertions(+)
diff --git a/debian/control b/debian/control
index f93c27b..baecb1f 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Priority: extra
Build-Depends: cmake (>= 2.8),
debhelper (>= 9),
libgeotiff-dev,
+ libhdf5-dev,
libjpeg-dev,
libopenthreads-dev,
libossim-dev (>= 1.8.20.3),
@@ -23,6 +24,7 @@ Section: libs
Depends: ${shlibs:Depends},
${misc:Depends}
Recommends: ossim-plugin-geopdf (= ${binary:Version}),
+ ossim-plugin-hdf5 (= ${binary:Version}),
ossim-plugin-libraw (= ${binary:Version})
Description: OSSIM core plugins
Open Source Software Image Map (OSSIM) is a high performance engine for
@@ -71,6 +73,32 @@ Description: OSSIM geopdf plugin
.
This package contains the OSSIM geopdf plugin.
+Package: ossim-plugin-hdf5
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Description: OSSIM HDF5 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 HDF5 plugin.
+
Package: ossim-plugin-libraw
Architecture: any
Section: libs
diff --git a/debian/ossim-plugin-hdf5.install b/debian/ossim-plugin-hdf5.install
new file mode 100644
index 0000000..c408522
--- /dev/null
+++ b/debian/ossim-plugin-hdf5.install
@@ -0,0 +1 @@
+usr/lib/ossim/plugins/libossimhdf5_plugin.so
diff --git a/debian/rules b/debian/rules
index df685c9..016349b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,6 +14,7 @@ CMAKE_OPTS = \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_MODULE_PATH=$(CURDIR)/ossim_plugins/CMakeModules \
-DBUILD_OSSIMGEOPDF_PLUGIN=ON \
+ -DBUILD_OSSIMHDF5_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