From bfdfacdd742124d30fd8315c7a0a54f6e5d09efa Mon Sep 17 00:00:00 2001 From: Christoph Willing Date: Sat, 20 Apr 2019 15:12:27 +1000 Subject: gis/osgEarth: Updated for version 2.10.1 Signed-off-by: Christoph Willing --- gis/osgEarth/osgEarth.SlackBuild | 10 +++++----- gis/osgEarth/osgEarth.info | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'gis/osgEarth') 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 -# 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" -- cgit v1.2.3