This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository ossim-plugins.
commit b6777d4baeb920e97594dff756586afca5957e85 Author: Bas Couwenberg <[email protected]> Date: Sat May 28 14:31:10 2016 +0200 Enable geopdf plugin. --- debian/control | 32 ++++++++++++++++++++++++++++++-- debian/ossim-plugin-geopdf.install | 1 + debian/rules | 5 ++++- 3 files changed, 35 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index d0a9423..f93c27b 100644 --- a/debian/control +++ b/debian/control @@ -10,6 +10,7 @@ Build-Depends: cmake (>= 2.8), libopenthreads-dev, libossim-dev (>= 1.8.20.3), libpng-dev, + libpodofo-dev, libtiff-dev Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/ossim-plugins.git @@ -21,7 +22,8 @@ Architecture: any Section: libs Depends: ${shlibs:Depends}, ${misc:Depends} -Recommends: ossim-plugin-libraw (= ${binary:Version}) +Recommends: ossim-plugin-geopdf (= ${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 +45,38 @@ Description: OSSIM core plugins . This package contains the OSSIM core plugins. +Package: ossim-plugin-geopdf +Architecture: any +Section: libs +Depends: ${shlibs:Depends}, + ${misc:Depends} +Description: OSSIM geopdf 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 geopdf 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-geopdf.install b/debian/ossim-plugin-geopdf.install new file mode 100644 index 0000000..8c0f280 --- /dev/null +++ b/debian/ossim-plugin-geopdf.install @@ -0,0 +1 @@ +usr/lib/ossim/plugins/libossimgeopdf_plugin.so diff --git a/debian/rules b/debian/rules index 24826ce..df685c9 100755 --- a/debian/rules +++ b/debian/rules @@ -13,7 +13,10 @@ CMAKE_OPTS = \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_MODULE_PATH=$(CURDIR)/ossim_plugins/CMakeModules \ - -DBUILD_SHARED_LIBS=ON + -DBUILD_OSSIMGEOPDF_PLUGIN=ON \ + -DBUILD_SHARED_LIBS=ON \ + -DPODOFO_INCLUDE_DIR=/usr/include/podofo \ + -DPODOFO_LIBRARY=/usr/lib/libpodofo.so override_dh_auto_configure: dh_auto_configure -- $(CMAKE_OPTS) -- 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

