diff options
author | Christoph Willing <chris.willing@linux.com> | 2023-12-30 20:01:40 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-06 08:08:51 +0700 |
commit | e91590553bd4a855bd7802c3b984a77deaa2b4ab (patch) | |
tree | 1fc96dba2f81ada27b32f9b1942bd82ad840a44a | |
parent | 4878e16a1db0a783d432ea263f590f514dcc95d1 (diff) |
gis/osgEarth: Updated for version 3.5
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | gis/osgEarth/README | 4 | ||||
-rw-r--r-- | gis/osgEarth/osgEarth.SlackBuild | 2 | ||||
-rw-r--r-- | gis/osgEarth/osgEarth.info | 8 |
3 files changed, 5 insertions, 9 deletions
diff --git a/gis/osgEarth/README b/gis/osgEarth/README index 9509d516b4bc..f589884f3fd5 100644 --- a/gis/osgEarth/README +++ b/gis/osgEarth/README @@ -4,7 +4,3 @@ into your favorite OpenSceneGraph application, and go! osgEarth supports all kinds of data and comes with lots of examples to help you get up and running quickly and easily. - -Some optional requirements are recommended for enhanced functionality -and/or performance. They include: - poco, protobuf, rocksdb diff --git a/gis/osgEarth/osgEarth.SlackBuild b/gis/osgEarth/osgEarth.SlackBuild index e8b0fa71013f..ede79953f14e 100644 --- a/gis/osgEarth/osgEarth.SlackBuild +++ b/gis/osgEarth/osgEarth.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=osgEarth SRCNAM=osgearth -VERSION=${VERSION:-3.4} +VERSION=${VERSION:-3.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/gis/osgEarth/osgEarth.info b/gis/osgEarth/osgEarth.info index 78e4b97f983b..e46300338f5a 100644 --- a/gis/osgEarth/osgEarth.info +++ b/gis/osgEarth/osgEarth.info @@ -1,10 +1,10 @@ PRGNAM="osgEarth" -VERSION="3.4" +VERSION="3.5" HOMEPAGE="http://osgearth.org/" -DOWNLOAD="https://sourceforge.net/projects/slackbuildsdirectlinks/files/osgEarth/osgearth-3.4.tar.gz" -MD5SUM="e3c99a4b32a23b8049f8f061750c0312" +DOWNLOAD="https://sourceforge.net/projects/slackbuildsdirectlinks/files/osgEarth/osgearth-3.5.tar.gz" +MD5SUM="58de6c17ac7643a3ba30d978dc6f0e1b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="OpenSceneGraph gdal protobuf3" +REQUIRES="fmt gdal OpenSceneGraph protobuf3 rocksdb spdlog" MAINTAINER="Christoph Willing" EMAIL="chris.willing@linux.com" |