diff options
author | Christoph Willing <chris.willing@linux.com> | 2019-04-20 15:12:27 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-04-27 08:28:03 +0700 |
commit | bfdfacdd742124d30fd8315c7a0a54f6e5d09efa (patch) | |
tree | 7744d743564cd726e745afb393183f502977e686 | |
parent | d60efce9880f34546a6636466f1e1c3afb001e84 (diff) | |
download | slackbuilds-bfdfacdd742124d30fd8315c7a0a54f6e5d09efa.tar.gz |
gis/osgEarth: Updated for version 2.10.1
Signed-off-by: Christoph Willing <chris.willing@linux.com>
-rw-r--r-- | gis/osgEarth/osgEarth.SlackBuild | 10 | ||||
-rw-r--r-- | gis/osgEarth/osgEarth.info | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/gis/osgEarth/osgEarth.SlackBuild b/gis/osgEarth/osgEarth.SlackBuild index adde7db9aa..6be5113625 100644 --- a/gis/osgEarth/osgEarth.SlackBuild +++ b/gis/osgEarth/osgEarth.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for osgEarth # Copyright 2012 Alexander Bruy <alexander.bruy@gmail.com> -# Copyright 2018 Christoph Willing, Brisbane Australia +# Copyright 2018-2019 Christoph Willing, Brisbane Australia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,8 +25,8 @@ PRGNAM=osgEarth SRCNAM=osgearth -VERSION=${VERSION:-2.10} -BUILD=${BUILD:-2} +VERSION=${VERSION:-2.10.1} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -43,10 +43,10 @@ PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} if [ "$ARCH" = "i586" ]; then - SLKCFLAGS="-O2 -march=i586 -mtune=i686" + SLKCFLAGS="-O2 -march=i586 -mtune=i686 -msse4.1" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" + SLKCFLAGS="-O2 -march=i686 -mtune=i686 -msse4.1" LIBDIRSUFFIX="" elif [ "$ARCH" = "x86_64" ]; then SLKCFLAGS="-O2 -fPIC" diff --git a/gis/osgEarth/osgEarth.info b/gis/osgEarth/osgEarth.info index 984a63f1bd..0a642ec3df 100644 --- a/gis/osgEarth/osgEarth.info +++ b/gis/osgEarth/osgEarth.info @@ -1,8 +1,8 @@ PRGNAM="osgEarth" -VERSION="2.10" +VERSION="2.10.1" HOMEPAGE="http://osgearth.org/" -DOWNLOAD="https://github.com/gwaldron/osgearth/archive/osgearth-2.10/osgearth-osgearth-2.10.tar.gz" -MD5SUM="8eba9d37a7d3da82f76505ee0ac6d2c0" +DOWNLOAD="https://github.com/gwaldron/osgearth/archive/osgearth-2.10.1/osgearth-osgearth-2.10.1.tar.gz" +MD5SUM="d780ccc0735130ff79b3f1b39e377960" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="OpenSceneGraph gdal" |