summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Franzmann2021-05-24 15:52:09 +0200
committerFlorian Franzmann2021-05-31 23:50:34 +0200
commit0420c2255e3047042736001516830a9085a8cfee (patch)
treef1b9b1d9e885fd00cd972ce8f361e6dfa1f1b040
parent2d898ad7753d3a874bea73cbbf2ab6f21ddc137d (diff)
science/proj: version 8.0.1
-rwxr-xr-xscience/proj/BUILD5
-rwxr-xr-xscience/proj/DEPENDS5
-rwxr-xr-xscience/proj/DETAILS10
-rw-r--r--science/proj/HISTORY3
4 files changed, 16 insertions, 7 deletions
diff --git a/science/proj/BUILD b/science/proj/BUILD
index 035d93faf5..386a7bc0da 100755
--- a/science/proj/BUILD
+++ b/science/proj/BUILD
@@ -1,2 +1,5 @@
-OPTS+=" -DPROJ_TESTS=0"
+OPTS+=" -DPROJ_TESTS=0" &&
+OPTS+=" -DPROJ_NETWORK=OFF" &&
+OPTS+=" -DPROJ_LIB_SUBDIR=lib" &&
+OPTS+=" -DPYTHON_EXECUTABLE=python3" &&
default_build
diff --git a/science/proj/DEPENDS b/science/proj/DEPENDS
index 29171744c3..83996ceb92 100755
--- a/science/proj/DEPENDS
+++ b/science/proj/DEPENDS
@@ -1,2 +1,5 @@
source $GRIMOIRE/CMAKE_DEPENDS &&
-depends sqlite \ No newline at end of file
+depends python3 &&
+depends tiff &&
+depends sqlite &&
+depends curl
diff --git a/science/proj/DETAILS b/science/proj/DETAILS
index 2fb20a55ae..6b4fe95013 100755
--- a/science/proj/DETAILS
+++ b/science/proj/DETAILS
@@ -1,12 +1,12 @@
source $GRIMOIRE/CMAKE_FUNCTIONS
SPELL=proj
- VERSION=6.3.1
- SOURCE_HASH=sha512:669b752f491bd99e320b0750c7129251a562a303e008e3d89c8e71baefd7f6d4ccb08234b3039c03694e2cc93b8dde81771cd7ffd981ff8045d855240a480a5e
+ VERSION=8.0.1
+ SOURCE_HASH=sha512:cb5550a9fbccfc680bebb3b8c5ad347d53c38cb526edf4dcaa3af0eff57410b4d4d028e246954c4202a1d637e1e6f4e7a6a33e8741e8aa0a58bdfc8a5dbc68c9
SOURCE="$SPELL-${VERSION}.tar.gz"
SOURCE_URL[0]=http://download.osgeo.org/proj/${SOURCE}
- DGVER=1.8
- SOURCE2_HASH=sha512:23153f5b57d210e37cd6e9e0fced23bdabb1c67476e9fb50eb83a68ae066a5c3675822472f5d558d10ddf36ac1d73d538b75304d112a1bfcd8d0bbd26c6481a5
- SOURCE2="proj-datumgrid-$DGVER.tar.gz"
+ DVER=1.6
+ SOURCE2_HASH=sha512:1249eb75938ad439f04cfb39b57ea107031211e283d54318d01c16713a1bde6efaf93d204fc1e4a300fb7a5fd4aeece1c4824024df87c29d71651c2e105e798c
+ SOURCE2="proj-data-$DVER.tar.gz"
SOURCE2_URL[0]=http://download.osgeo.org/proj/$SOURCE2
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/$SPELL-${VERSION}"
WEB_SITE="http://trac.osgeo.org/proj/"
diff --git a/science/proj/HISTORY b/science/proj/HISTORY
index 88c796d6f7..c860cc23c9 100644
--- a/science/proj/HISTORY
+++ b/science/proj/HISTORY
@@ -1,3 +1,6 @@
+2021-05-24 Florian Franzmann <bwlf@bandrate.org>
+ * DETAILS, BUILD, DEPENDS: version 8.0.1
+
2020-02-17 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 6.3.1