Browse Source
gis/OTB: Updated for version 9.0.0.
gis/OTB: Updated for version 9.0.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>pull/217/head
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
5 changed files with 81 additions and 89 deletions
-
104gis/OTB/OTB.SlackBuild
-
8gis/OTB/OTB.info
-
37gis/OTB/README
-
13gis/OTB/doinst.sh
-
8gis/OTB/otbSpatialReference.cxx.patch
@ -1,10 +1,10 @@ |
|||
PRGNAM="OTB" |
|||
VERSION="8.1.2" |
|||
VERSION="9.0.0" |
|||
HOMEPAGE="http://orfeo-toolbox.org/otb/" |
|||
DOWNLOAD="https://github.com/orfeotoolbox/OTB/archive/8.1.2/OTB-8.1.2.tar.gz" |
|||
MD5SUM="b9657e08b5a985e46a8442bcdcfd8038" |
|||
DOWNLOAD="https://github.com/orfeotoolbox/OTB/archive/9.0.0/OTB-9.0.0.tar.gz" |
|||
MD5SUM="b710e6eee6f49d6bae75541fc242cbbb" |
|||
DOWNLOAD_x86_64="" |
|||
MD5SUM_x86_64="" |
|||
REQUIRES="gdal ITK libkml OpenSceneGraph muParser ossim Shark tinyxml" |
|||
REQUIRES="gdal ITK libkml libsvm muParser muparserx Shark tinyxml" |
|||
MAINTAINER="Giancarlo Dessi" |
|||
EMAIL="slack@giand.it" |
@ -1,13 +0,0 @@ |
|||
if [ -x /usr/bin/update-desktop-database ]; then |
|||
/usr/bin/update-desktop-database -q usr/share/applications |
|||
fi |
|||
|
|||
if [ -x /usr/bin/update-mime-database ]; then |
|||
/usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1 |
|||
fi |
|||
|
|||
if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then |
|||
if [ -x /usr/bin/gtk-update-icon-cache ]; then |
|||
/usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1 |
|||
fi |
|||
fi |
@ -0,0 +1,8 @@ |
|||
--- ./Modules/Core/Adapters/GdalAdapters/src/otbSpatialReference.cxx
|
|||
+++ ./Modules/Core/Adapters/GdalAdapters/src/otbSpatialReference.cxx
|
|||
@@ -31,4 +31,5 @@
|
|||
#include <sstream> |
|||
#include <stdexcept> |
|||
+#include <cassert>
|
|||
|
|||
namespace otb |
Write
Preview
Loading…
Cancel
Save
Reference in new issue