This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository ossim-plugins.
commit e6aaa727607f52b3130915fadbec97dc5f6f12b9 Author: Bas Couwenberg <sebas...@xs4all.nl> Date: Sat May 28 15:39:55 2016 +0200 Enable NDF plugin. --- debian/control | 29 ++++++++++++++++++++++++++++- debian/ossim-plugin-ndf.install | 1 + debian/rules | 1 + 3 files changed, 30 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 97924a5..552aee1 100644 --- a/debian/control +++ b/debian/control @@ -28,7 +28,8 @@ Recommends: ossim-plugin-geopdf (= ${binary:Version}), ossim-plugin-hdf5 (= ${binary:Version}), ossim-plugin-kmlsuperoverlay (= ${binary:Version}), ossim-plugin-las (= ${binary:Version}), - ossim-plugin-libraw (= ${binary:Version}) + ossim-plugin-libraw (= ${binary:Version}), + ossim-plugin-ndf (= ${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 @@ -180,3 +181,29 @@ Description: OSSIM libraw plugin . This package contains the OSSIM libraw plugin. +Package: ossim-plugin-ndf +Architecture: any +Section: libs +Depends: ${shlibs:Depends}, + ${misc:Depends} +Description: OSSIM NDF 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 NDF plugin. + diff --git a/debian/ossim-plugin-ndf.install b/debian/ossim-plugin-ndf.install new file mode 100644 index 0000000..fc78b4f --- /dev/null +++ b/debian/ossim-plugin-ndf.install @@ -0,0 +1 @@ +usr/lib/ossim/plugins/libossimndf_plugin.so diff --git a/debian/rules b/debian/rules index fad5cdc..921916f 100755 --- a/debian/rules +++ b/debian/rules @@ -17,6 +17,7 @@ CMAKE_OPTS = \ -DBUILD_OSSIMHDF5_PLUGIN=ON \ -DBUILD_OSSIMKMLSUPEROVERLAY_PLUGIN=ON \ -DBUILD_OSSIMLAS_PLUGIN=ON \ + -DBUILD_OSSIMNDF_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 _______________________________________________ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel