This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository ossim-plugins.
commit 646bdea6df64a400d46c9ef0883fed5c6200be97 Author: Bas Couwenberg <[email protected]> Date: Sat May 28 13:31:02 2016 +0200 Enable GDAL plugin. --- debian/control | 39 ++++++++++++++++++++++++++++++++++++--- debian/ossim-plugin-gdal.install | 1 + debian/rules | 1 + 3 files changed, 38 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index d0a9423..f0b0b2d 100644 --- a/debian/control +++ b/debian/control @@ -5,12 +5,18 @@ 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, - libtiff-dev + libproj-dev, + libsqlite3-dev, + libtiff-dev, + zlib1g-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 @@ -21,7 +27,8 @@ Architecture: any Section: libs Depends: ${shlibs:Depends}, ${misc:Depends} -Recommends: ossim-plugin-libraw (= ${binary:Version}) +Recommends: ossim-plugin-gdal (= ${binary:Version}), + 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 @@ -43,12 +50,38 @@ 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 new file mode 100644 index 0000000..23b632e --- /dev/null +++ b/debian/ossim-plugin-gdal.install @@ -0,0 +1 @@ +usr/lib/ossim/plugins/libossimgdal_plugin.so diff --git a/debian/rules b/debian/rules index 24826ce..4dc1fe2 100755 --- a/debian/rules +++ b/debian/rules @@ -13,6 +13,7 @@ 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 _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

