[ossim-plugins] 01/01: Enable OpenJPEG plugin.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Tue May 31 21:20: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 167fbf56d27af425c2e230c5bd97aec469f0c472
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Tue May 31 22:53:23 2016 +0200

    Enable OpenJPEG plugin.
---
 debian/control                       | 29 +++++++++++++++++++++++++++++
 debian/ossim-plugin-openjpeg.install |  1 +
 debian/rules                         |  1 +
 3 files changed, 31 insertions(+)

diff --git a/debian/control b/debian/control
index 6196441..f7cbde0 100644
--- a/debian/control
+++ b/debian/control
@@ -12,8 +12,10 @@ Build-Depends: cmake (>= 2.8),
                libgeotiff-dev,
                libhdf5-dev,
                libjpeg-dev,
+               liblcms2-dev,
                libminizip-dev,
                libopencv-dev,
+               libopenjp2-7-dev,
                libopenthreads-dev,
                libossim-dev (>= 1.8.20.3),
                libpng-dev,
@@ -41,6 +43,7 @@ Recommends: ossim-plugin-gdal (= ${binary:Version}),
             ossim-plugin-libraw (= ${binary:Version}),
             ossim-plugin-ndf (= ${binary:Version}),
             ossim-plugin-opencv (= ${binary:Version}),
+            ossim-plugin-openjpeg (= ${binary:Version}),
             ossim-plugin-png (= ${binary:Version}),
             ossim-plugin-registration (= ${binary:Version}),
             ossim-plugin-sqlite (= ${binary:Version}),
@@ -274,6 +277,32 @@ Description: OSSIM OpenCV plugin
  .
  This package contains the OSSIM OpenCV plugin.
 
+Package: ossim-plugin-openjpeg
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: OSSIM OpenJPEG 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 OpenJPEG plugin.
+
 Package: ossim-plugin-png
 Architecture: any
 Section: libs
diff --git a/debian/ossim-plugin-openjpeg.install b/debian/ossim-plugin-openjpeg.install
new file mode 100644
index 0000000..ace3289
--- /dev/null
+++ b/debian/ossim-plugin-openjpeg.install
@@ -0,0 +1 @@
+usr/lib/ossim/plugins/libossimopenjpeg_plugin.so
diff --git a/debian/rules b/debian/rules
index a9484d7..594d509 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,6 +22,7 @@ CMAKE_OPTS = \
        -DBUILD_OSSIMLAS_PLUGIN=ON \
        -DBUILD_OSSIMNDF_PLUGIN=ON \
        -DBUILD_OSSIMOPENCV_PLUGIN=ON \
+       -DBUILD_OSSIMOPENJPEG_PLUGIN=ON \
        -DBUILD_OSSIMPNG_PLUGIN=ON \
        -DBUILD_OSSIMREGISTRATION_PLUGIN=ON \
        -DBUILD_OSSIMSQLITE_PLUGIN=ON \

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