[107886] trunk/dports/gis/orfeotoolbox/Portfile

stromnov at macports.org stromnov at macports.org
Mon Jul 8 05:43:24 PDT 2013


Revision: 107886
          https://trac.macports.org/changeset/107886
Author:   stromnov at macports.org
Date:     2013-07-08 05:43:24 -0700 (Mon, 08 Jul 2013)
Log Message:
-----------
orfeotoolbox: update to version 3.18.0 (#39670)

Modified Paths:
--------------
    trunk/dports/gis/orfeotoolbox/Portfile

Modified: trunk/dports/gis/orfeotoolbox/Portfile
===================================================================
--- trunk/dports/gis/orfeotoolbox/Portfile	2013-07-08 12:38:00 UTC (rev 107885)
+++ trunk/dports/gis/orfeotoolbox/Portfile	2013-07-08 12:43:24 UTC (rev 107886)
@@ -6,8 +6,8 @@
 PortGroup           qt4 1.0
 
 name                orfeotoolbox
-version             3.16
-revision            2
+version             3.18.0
+revision            0
 categories          gis graphics
 platforms           darwin
 license             CeCILL
@@ -29,14 +29,13 @@
 distname            OTB-${version}
 extract.suffix      .tgz
 
-checksums           rmd160  582f2c0322bdcdda707f412de27b470b7b7fab5c \
-                    sha256  4fc8c12b8e2accfd40d6ed2b4ea05fc70fb51a896273525a9a11e521c9b71af6
+checksums           rmd160  6e7f79975f4e6856b46306adacb7789874989a09 \
+                    sha256  01a866844f7bc1306b52db9584c3f39b19e57fca9a3e30c9c7d82a722689c189
 
 worksrcdir          ${worksrcdir}/build
 
 depends_lib-append  port:tiff \
                     port:jpeg \
-                    port:openjpeg15 \
                     port:libgeotiff \
                     port:gdal \
                     port:expat \
@@ -46,7 +45,8 @@
                     port:libkml \
                     port:tinyxml \
                     port:muparser \
-                    port:gettext
+                    port:gettext \
+                    port:opencv
 
 pre-build {
     if { ![catch {set installed [lindex [registry_active libsvm] 0]}]} {
@@ -81,17 +81,20 @@
                         -DOTB_USE_EXTERNAL_BOOST=ON \
                         -DOTB_USE_EXTERNAL_TINYXML=ON \
                         -DOTB_USE_EXTERNAL_LIBKML=ON \
-                        -DOTB_USE_JPEG2000=ON \
                         -DOTB_USE_EXTERNAL_MUPARSER=ON \
-                        -DOTB_USE_CURL=ON
+                        -DOTB_USE_CURL=ON \
+                        -DOTB_USE_OPENCV=ON
 
-# Use internal ITK (MacPorts ITK is outdated)
+# Use internal ITK (MacPorts ITK is outdated, and internal ITK is patched)
 configure.args-append   -DOTB_USE_EXTERNAL_ITK=OFF \
                         -DITK_USE_REVIEW=ON \
                         -DITK_USE_OPTIMIZED_REGISTRATION_METHODS=ON \
                         -DOTB_USE_PATENTED=OFF \
                         -DITK_USE_PATENTED=OFF
 
+# Use internal openjpeg (OTB needs 2.0 API, but does not support using the external lib yet)
+configure.args-append   -DOTB_USE_JPEG2000=ON
+
 # Use internal libs (no MacPorts alternatives available)
 configure.args-append   -DOTB_USE_EXTERNAL_OPENTHREADS=OFF \
                         -DOTB_USE_LIBLAS=ON \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130708/2129976e/attachment.html>


More information about the macports-changes mailing list