summaryrefslogtreecommitdiffstats
path: root/gis
diff options
context:
space:
mode:
author Christoph Willing2023-06-25 10:11:36 +0200
committer Willy Sudiarto Raharjo2023-07-02 18:21:21 +0200
commite5e6b42ab426388edc663b6d8a24f44b600dea0c (patch)
treeccabccf416bee850502904eebf5fbee116c81a1e /gis
parent210a120e6f706b58c16f412c69fad296b26de45f (diff)
downloadslackbuilds-e5e6b42ab426388edc663b6d8a24f44b600dea0c.tar.gz
gis/osgEarth: Updated for version 3.4
Signed-off-by: Christoph Willing <chris.willing@linux.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis')
-rw-r--r--gis/osgEarth/osgEarth.SlackBuild8
-rw-r--r--gis/osgEarth/osgEarth.info6
2 files changed, 7 insertions, 7 deletions
diff --git a/gis/osgEarth/osgEarth.SlackBuild b/gis/osgEarth/osgEarth.SlackBuild
index dddc27210a..e8b0fa7101 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-2022 Christoph Willing, Brisbane Australia
+# Copyright 2018-2023 Christoph Willing, Brisbane Australia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=osgEarth
SRCNAM=osgearth
-VERSION=${VERSION:-3.2}
+VERSION=${VERSION:-3.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -72,8 +72,8 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $SRCNAM-$SRCNAM-$VERSION
-tar xvf $CWD/$SRCNAM-$SRCNAM-$VERSION.tar.gz
-cd $SRCNAM-$SRCNAM-$VERSION
+tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
+cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
diff --git a/gis/osgEarth/osgEarth.info b/gis/osgEarth/osgEarth.info
index ba83e1a3fb..78e4b97f98 100644
--- a/gis/osgEarth/osgEarth.info
+++ b/gis/osgEarth/osgEarth.info
@@ -1,8 +1,8 @@
PRGNAM="osgEarth"
-VERSION="3.2"
+VERSION="3.4"
HOMEPAGE="http://osgearth.org/"
-DOWNLOAD="https://github.com/gwaldron/osgearth/archive/osgearth-3.2/osgearth-osgearth-3.2.tar.gz"
-MD5SUM="c9de48b9326b739e547879f9c0cb1b33"
+DOWNLOAD="https://sourceforge.net/projects/slackbuildsdirectlinks/files/osgEarth/osgearth-3.4.tar.gz"
+MD5SUM="e3c99a4b32a23b8049f8f061750c0312"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="OpenSceneGraph gdal protobuf3"