Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (2626e666b84c9577a5f7232373ee19750c891ade)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (2626e666b84c9577a5f7232373ee19750c891ade)
  • Date: Thu, 30 Mar 2023 10:14:08 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

kde-frameworks/kdav/DEPENDS | 4 -
kde-frameworks/kdav/HISTORY | 3
qt5-cmake/merkaartor/CONFIGURE | 1
qt5-cmake/merkaartor/DEPENDS | 9 ++
qt5-cmake/merkaartor/DETAILS | 15 ++++
qt5-cmake/merkaartor/HISTORY | 104
++++++++++++++++++++++++++++++
qt5-qmake/merkaartor/DEPENDS | 7 --
qt5-qmake/merkaartor/DETAILS | 15 ----
qt5-qmake/merkaartor/HISTORY | 97 ---------------------------
qt5-qmake/merkaartor/PRE_BUILD | 3
qt5-qmake/merkaartor/patches/qt5.15.patch | 26 -------
science/gdal/BUILD | 5 -
science/gdal/CONFIGURE | 1
science/gdal/DEPENDS | 104
+++++++++---------------------
science/gdal/DETAILS | 5 -
science/gdal/HISTORY | 7 ++
science/libgeotiff/DETAILS | 4 -
science/libgeotiff/HISTORY | 3
science/proj/DETAILS | 8 +-
science/proj/HISTORY | 4 +
20 files changed, 192 insertions(+), 233 deletions(-)

New commits:
commit 2626e666b84c9577a5f7232373ee19750c891ade
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

merkaartor: => 0.19.0

commit 0693fbe867f5ee76ea5e4c484af0cb160c793877
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

gdal: => 3.6.3

commit 0604f8f9dda6f73c33c962773d3e8e0404e65c71
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

proj: => 9.2.0

commit 277a24ada6eb31bcde9e128b8a304a9f839b56b3
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libgeotiff: => 1.7.1

commit daaf614d67e3e9d3fd1b740bc1f518e2173c0494
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

gdal: => 3.6.3

commit 856894d3acd9225fda0e7bf7975f4c575df1348d
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

kdav - tweak depends

diff --git a/kde-frameworks/kdav/DEPENDS b/kde-frameworks/kdav/DEPENDS
index c6ece7c..aa29bf8 100755
--- a/kde-frameworks/kdav/DEPENDS
+++ b/kde-frameworks/kdav/DEPENDS
@@ -1,4 +1,4 @@
-source $GRIMOIRE/QT5_DEPENDS &&
-depends qtxmlpatterns &&
+source $GRIMOIRE/KDE_DEPENDS &&
depends kcoreaddons &&
+depends ki18n &&
depends kio
diff --git a/kde-frameworks/kdav/HISTORY b/kde-frameworks/kdav/HISTORY
index a162b3c..dd4b9b5 100644
--- a/kde-frameworks/kdav/HISTORY
+++ b/kde-frameworks/kdav/HISTORY
@@ -1,3 +1,6 @@
+2023-03-29 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: update
+
2023-01-14 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 5.102.0

diff --git a/qt5-cmake/merkaartor/CONFIGURE b/qt5-cmake/merkaartor/CONFIGURE
new file mode 100755
index 0000000..5a2f514
--- /dev/null
+++ b/qt5-cmake/merkaartor/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/qt5-cmake/merkaartor/DEPENDS b/qt5-cmake/merkaartor/DEPENDS
new file mode 100755
index 0000000..a40018b
--- /dev/null
+++ b/qt5-cmake/merkaartor/DEPENDS
@@ -0,0 +1,9 @@
+source $GRIMOIRE/QT5_DEPENDS &&
+source $GRIMOIRE/CMAKE_DEPENDS &&
+depends gdal &&
+depends proj &&
+depends desktop-file-utils &&
+optional_depends exiv2 " -DGEOIMAGE=ON" "" "for geotagged image support" &&
+optional_depends gpsd " -DGPSDLIB=ON" "" "for GPS support" &&
+optional_depends libproxy " -DUSE_LIBPROXY=ON" "" "for automatic proxy
configuration" &&
+optional_depends qtwebengine " -DWEBENGINE=ON" "" ""
diff --git a/qt5-cmake/merkaartor/DETAILS b/qt5-cmake/merkaartor/DETAILS
new file mode 100755
index 0000000..b5b41a8
--- /dev/null
+++ b/qt5-cmake/merkaartor/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=merkaartor
+ VERSION=0.19.0
+
SOURCE_HASH=sha512:2e832ba14fd89861a4ae2940d281c801d039e09aaf30ada996ac508e084a29d033f8ac3d3e4711c78d1f36df84ab133bd0a901e0e8fa72efa098001724940a6d
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+
SOURCE_URL[0]=https://github.com/openstreetmap/merkaartor/archive/${VERSION}.tar.gz
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="https://www.merkaartor.be";
+ LICENSE[0]=GPL
+ ENTERED=20090613
+ SHORT="Merkaartor is an openstreetmap mapping program"
+cat << EOF
+Merkaartor is an openstreetmap mapping program. Merkaartor focuses on
+providing a visually pleasing but performant editing environment for free
+geographical data.
+EOF
diff --git a/qt5-cmake/merkaartor/HISTORY b/qt5-cmake/merkaartor/HISTORY
new file mode 100644
index 0000000..dea2fb0
--- /dev/null
+++ b/qt5-cmake/merkaartor/HISTORY
@@ -0,0 +1,104 @@
+2023-03-29 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.19.0
+ move to qt5-cmake section
+ * CONFIGURE: added
+ * DEPENDS: add qtwebengine, cmake
+ * PRE_BUILD patches: deleted
+
+2020-08-21 Treeve Jelbert <treeve AT sourcemage.org>
+ * PRE_BUILD patches/*: added - fix for qt-5.15
+
+2020-02-17 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.18.4
+ * PRE_BUILD BUILD CONFIGURE: deleted
+ * DEPENDS: qt5 only
+ * DEPENDS: delete boost
+
+2018-03-23 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: WEBKIT_QT => qtwebkit
+
+2017-01-15 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 0.18.3
+ * PRE_BUILD, 0001-fix-path-to-include-file.patch: Patch removed, no
+ longer needed
+
+2017-01-13 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: qtwebkit => WEBKIT_QT
+
+2015-10-27 Treeve Jelbert <treeve AT sourcemage.org>
+ qt5 support (u[stream default)
+ * CONFIGURE: added
+ * DEPENDS BUILD PRE_BUILD: adjusted
+ * PRE_BUILD: qt5.5 fix
+
+2015-07-19 Florian Franzmann <bwlf AT bandrate.org>
+ * DETAILS: version 0.18.2
+ * 0002-FIX-Assert-width-0-with-wireframe-with-style.patch,
+ 0003-FIX-secondary-road-simple-color.patch,
+ 0004-FIX-libgps20-build-fix-from-Dirk-Stocker.patch,
+ 0005-FIX-openSUSE-build.patch,
+ 0006-FIX-French-cadastre-parsing-issue-fixes-3334.patch,
+ 0007-FIX-Virtual-nodes-not-highlighted-on-hover-fixes-333.patch,
+ 0008-FIX-GDAL-crash.patch: removed
+ * 0001-fix-path-to-include-file.patch, PRE_BUILD: fix compile error
+ due to wrong paths to includes
+
+2015-05-25 Thomas Orgis <sobukus AT sourcemage.org>
+ * DEPENDS: depends -sub CXX gcc (half-automated)
+
+2013-11-10 Florian Franzmann <bwlf AT bandrate.org>
+ * PRE_BUILD, 0002-FIX-Assert-width-0-with-wireframe-with-style.patch,
+ 0003-FIX-secondary-road-simple-color.patch,
+ 0004-FIX-libgps20-build-fix-from-Dirk-Stocker.patch,
+ 0005-FIX-openSUSE-build.patch,
+ 0006-FIX-French-cadastre-parsing-issue-fixes-3334.patch,
+ 0007-FIX-Virtual-nodes-not-highlighted-on-hover-fixes-333.patch,
+ 0008-FIX-GDAL-crash.patch: add several bug fixes from upstream
+
+2013-05-07 Florian Franzmann <bwlf AT bandrate.org>
+ * DEPENDS: added dependencies on boost, gdal, proj,
desktop-file-utils,
+ added sub-dependency on WEBKIT for qt4, added optional dependencies
+ on exiv2, gpsd, libproxy
+
+2013-05-07 Florian Franzmann <bwlf AT bandrate.org>
+ * DETAILS: version 0.18.1
+
+2011-02-11 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: updated spell to 0.17.2
+
+2011-02-08 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: updated spell to 0.17.1
+
+2010-12-26 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: updated spell to 0.17.0
+
+2010-08-26 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: updated spell to 0.16.3
+
+2010-08-15 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: updated spell to 0.16.2 (SOURCE_URL changes with new
version)
+
+2010-08-02 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: fixed WEB_SITE & SOURCE_URL (ugly but only working atm)
+
+2010-06-13 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: updated spell to 0.16.1
+
+2010-06-07 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: updated spell to 0.16.0
+
+2010-03-01 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: updated spell to 0.15.1
+
+2010-02-28 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: updated spell to 0.15
+
+2009-08-18 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: updated hash, due to upstream tarball change
+ fixes bug #15354
+
+2009-08-13 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.14
+
+2009-06-19 Bor Kraljic <pyrobor AT ver.si>
+ * BUILD, DEPENDS, DETAILS: spell created, www.openstreetmap.org
mapping program
diff --git a/qt5-qmake/merkaartor/DEPENDS b/qt5-qmake/merkaartor/DEPENDS
deleted file mode 100755
index 6b32c15..0000000
--- a/qt5-qmake/merkaartor/DEPENDS
+++ /dev/null
@@ -1,7 +0,0 @@
-source $GRIMOIRE/QT5_DEPENDS &&
-depends gdal &&
-depends proj &&
-depends desktop-file-utils &&
-optional_depends exiv2 "GEOIMAGE=1" "" "for geotagged image support" &&
-optional_depends gpsd "GPSDLIB=1" "" "for GPS support" &&
-optional_depends libproxy "USE_LIBPROXY=1" "" "for automatic proxy
configuration"
diff --git a/qt5-qmake/merkaartor/DETAILS b/qt5-qmake/merkaartor/DETAILS
deleted file mode 100755
index 9443875..0000000
--- a/qt5-qmake/merkaartor/DETAILS
+++ /dev/null
@@ -1,15 +0,0 @@
- SPELL=merkaartor
- VERSION=0.18.4
-
SOURCE_HASH=sha512:16001688584fd13eb7573159092a21ed0189ae0ce900474bacd5b1e47b8cebb0c4b2bd5b904e13a0029ec01167b68a32a9936914b3f5a1360b389aa31858cf9c
- SOURCE="${SPELL}-${VERSION}.tar.bz2"
-
SOURCE_URL[0]=https://github.com/openstreetmap/merkaartor/archive/${VERSION}.tar.gz
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
- WEB_SITE="https://www.merkaartor.be";
- LICENSE[0]=GPL
- ENTERED=20090613
- SHORT="Merkaartor is an openstreetmap mapping program"
-cat << EOF
-Merkaartor is an openstreetmap mapping program. Merkaartor focuses on
-providing a visually pleasing but performant editing environment for free
-geographical data.
-EOF
diff --git a/qt5-qmake/merkaartor/HISTORY b/qt5-qmake/merkaartor/HISTORY
deleted file mode 100644
index fbde0b6..0000000
--- a/qt5-qmake/merkaartor/HISTORY
+++ /dev/null
@@ -1,97 +0,0 @@
-2020-08-21 Treeve Jelbert <treeve AT sourcemage.org>
- * PRE_BUILD patches/*: added - fix for qt-5.15
-
-2020-02-17 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.18.4
- * PRE_BUILD BUILD CONFIGURE: deleted
- * DEPENDS: qt5 only
- * DEPENDS: delete boost
-
-2018-03-23 Treeve Jelbert <treeve AT sourcemage.org>
- * DEPENDS: WEBKIT_QT => qtwebkit
-
-2017-01-15 Ismael Luceno <ismael AT sourcemage.org>
- * DETAILS: updated spell to 0.18.3
- * PRE_BUILD, 0001-fix-path-to-include-file.patch: Patch removed, no
- longer needed
-
-2017-01-13 Treeve Jelbert <treeve AT sourcemage.org>
- * DEPENDS: qtwebkit => WEBKIT_QT
-
-2015-10-27 Treeve Jelbert <treeve AT sourcemage.org>
- qt5 support (u[stream default)
- * CONFIGURE: added
- * DEPENDS BUILD PRE_BUILD: adjusted
- * PRE_BUILD: qt5.5 fix
-
-2015-07-19 Florian Franzmann <bwlf AT bandrate.org>
- * DETAILS: version 0.18.2
- * 0002-FIX-Assert-width-0-with-wireframe-with-style.patch,
- 0003-FIX-secondary-road-simple-color.patch,
- 0004-FIX-libgps20-build-fix-from-Dirk-Stocker.patch,
- 0005-FIX-openSUSE-build.patch,
- 0006-FIX-French-cadastre-parsing-issue-fixes-3334.patch,
- 0007-FIX-Virtual-nodes-not-highlighted-on-hover-fixes-333.patch,
- 0008-FIX-GDAL-crash.patch: removed
- * 0001-fix-path-to-include-file.patch, PRE_BUILD: fix compile error
- due to wrong paths to includes
-
-2015-05-25 Thomas Orgis <sobukus AT sourcemage.org>
- * DEPENDS: depends -sub CXX gcc (half-automated)
-
-2013-11-10 Florian Franzmann <bwlf AT bandrate.org>
- * PRE_BUILD, 0002-FIX-Assert-width-0-with-wireframe-with-style.patch,
- 0003-FIX-secondary-road-simple-color.patch,
- 0004-FIX-libgps20-build-fix-from-Dirk-Stocker.patch,
- 0005-FIX-openSUSE-build.patch,
- 0006-FIX-French-cadastre-parsing-issue-fixes-3334.patch,
- 0007-FIX-Virtual-nodes-not-highlighted-on-hover-fixes-333.patch,
- 0008-FIX-GDAL-crash.patch: add several bug fixes from upstream
-
-2013-05-07 Florian Franzmann <bwlf AT bandrate.org>
- * DEPENDS: added dependencies on boost, gdal, proj,
desktop-file-utils,
- added sub-dependency on WEBKIT for qt4, added optional dependencies
- on exiv2, gpsd, libproxy
-
-2013-05-07 Florian Franzmann <bwlf AT bandrate.org>
- * DETAILS: version 0.18.1
-
-2011-02-11 Bor Kraljič <pyrobor AT ver.si>
- * DETAILS: updated spell to 0.17.2
-
-2011-02-08 Bor Kraljič <pyrobor AT ver.si>
- * DETAILS: updated spell to 0.17.1
-
-2010-12-26 Bor Kraljič <pyrobor AT ver.si>
- * DETAILS: updated spell to 0.17.0
-
-2010-08-26 Bor Kraljič <pyrobor AT ver.si>
- * DETAILS: updated spell to 0.16.3
-
-2010-08-15 Bor Kraljič <pyrobor AT ver.si>
- * DETAILS: updated spell to 0.16.2 (SOURCE_URL changes with new
version)
-
-2010-08-02 Bor Kraljič <pyrobor AT ver.si>
- * DETAILS: fixed WEB_SITE & SOURCE_URL (ugly but only working atm)
-
-2010-06-13 Bor Kraljič <pyrobor AT ver.si>
- * DETAILS: updated spell to 0.16.1
-
-2010-06-07 Bor Kraljič <pyrobor AT ver.si>
- * DETAILS: updated spell to 0.16.0
-
-2010-03-01 Bor Kraljič <pyrobor AT ver.si>
- * DETAILS: updated spell to 0.15.1
-
-2010-02-28 Bor Kraljič <pyrobor AT ver.si>
- * DETAILS: updated spell to 0.15
-
-2009-08-18 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: updated hash, due to upstream tarball change
- fixes bug #15354
-
-2009-08-13 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.14
-
-2009-06-19 Bor Kraljic <pyrobor AT ver.si>
- * BUILD, DEPENDS, DETAILS: spell created, www.openstreetmap.org
mapping program
diff --git a/qt5-qmake/merkaartor/PRE_BUILD b/qt5-qmake/merkaartor/PRE_BUILD
deleted file mode 100755
index 922c0ab..0000000
--- a/qt5-qmake/merkaartor/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-apply_patch_dir patches
diff --git a/qt5-qmake/merkaartor/patches/qt5.15.patch
b/qt5-qmake/merkaartor/patches/qt5.15.patch
deleted file mode 100644
index 0e403f0..0000000
--- a/qt5-qmake/merkaartor/patches/qt5.15.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From e72553a7ea2c7ba0634cc3afcd27a9f7cfef089c Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner <asturm AT gentoo.org>
-Date: Sun, 14 Jun 2020 22:19:24 +0200
-Subject: [PATCH] Fix build with Qt 5.15 (missing QPainterPath include)
-
-Signed-off-by: Andreas Sturmlechner <asturm AT gentoo.org>
----
- src/Features/Feature.h | 4 +++-
- 1 file changed, 3 insertions(+), 1 deletion(-)
-
-diff --git a/src/Features/Feature.h b/src/Features/Feature.h
-index 52fd3044..f466a5a9 100644
---- a/src/Features/Feature.h
-+++ b/src/Features/Feature.h
-@@ -8,8 +8,10 @@ class Feature;
- #include "MapView.h"
- #include "FeaturePainter.h"
-
--#include <QtCore/QString>
- #include <QList>
-+#include <QPainter>
-+#include <QPainterPath>
-+#include <QString>
-
- #define CAST_FEATURE(x) (dynamic_cast<Feature*>(x))
- #define CAST_NODE(x) (dynamic_cast<Node*>(x))
diff --git a/science/gdal/BUILD b/science/gdal/BUILD
deleted file mode 100755
index b858627..0000000
--- a/science/gdal/BUILD
+++ /dev/null
@@ -1,5 +0,0 @@
-# if you remove OGR from here make it a sub_dependency and fix grass
-# if you remove the without grass it can link unpredictably to it
-# qgis uses a gdal-grass plugin for use
-OPTS="--without-grass --with-ogr $OPTS" &&
-default_build
diff --git a/science/gdal/CONFIGURE b/science/gdal/CONFIGURE
new file mode 100755
index 0000000..b2f02c3
--- /dev/null
+++ b/science/gdal/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/science/gdal/DEPENDS b/science/gdal/DEPENDS
index 1d0ba5f..1c58ff0 100755
--- a/science/gdal/DEPENDS
+++ b/science/gdal/DEPENDS
@@ -1,71 +1,35 @@
-depends zlib &&
-depends tiff "--with-libtiff=yes" &&
+source $GRIMOIRE/CMAKE_DEPENDS &&
+depends zlib &&
+depends tiff &&
depends -sub CXX gcc &&
-depends libgeotiff "--with-geotiff=yes" &&
-depends libpng "--with-png" &&
-depends JPEG "--with-jpeg"&&
-depends GIFLIB "--with-gif" &&
-optional_depends cfitsio \
- "--with-cfitsio" \
- "--with-cfitsio=no" \
- "Flexible Image Transport System support" &&
-optional_depends netcdf \
- "--with-netcdf" \
- "--with-netcdf=no" \
- "Network Common Data Form support" &&
-optional_depends ogdi \
- "--with-ogdi" \
- "--with-ogdi=no" \
- "OGDI Bridge" &&
-optional_depends hdf4 \
- "--with-hdf4" \
- "--with-hdf4=no" \
- "Hierarchical Data Format Release 4 support" &&
-optional_depends hdf5 \
- "--with-hdf5" \
- "--with-hdf5=no" \
- "Hierarchical Data Format Release 5 support" &&
-optional_depends jasper \
- "--with-jasper" \
- "--with-jasper=no" \
- "JPEG2000 support" &&
-optional_depends geos \
- "--with-geos" \
- "--with-geos=no" \
- "Use the GEOS spatial topology library" &&
-optional_depends perl \
- "--with-perl" \
- "--without-perl" \
- "Enable perl bindings" &&
-optional_depends php \
- "--with-php" \
- "--without-php" \
- "Enable php bindings" &&
-optional_depends RUBY \
- "--with-ruby" \
- "--without-ruby" \
- "Enable Ruby bindings" &&
-optional_depends PYTHON \
- "--with-python" \
- "--without-python" \
- "Enable python bindings" &&
-optional_depends sqlite \
- "--with-sqlite3" \
- "--without-sqlite3" \
- "Use SQLite 3 library" &&
-optional_depends curl \
- "--with-curl" \
- "--without-curl" \
- "cURL support" &&
-optional_depends unixodbc \
- "--with-odbc" \
- "--without-odbc" \
- "ODBC support" &&
-optional_depends postgresql \
- "--with-pg" \
- "--without-pg" \
- "Postgresql OGR support" &&
-optional_depends mysql \
- "--with-mysql" \
- "--without-mysql" \
- "MySQL support"
+depends libgeotiff &&
+depends libpng &&
+depends JPEG &&
+depends GIFLIB &&
+depends zstd &&
+depends libxml2 &&
+optional_depends curl '' '' 'cURL support' &&
+optional_depends SSL '' '' 'crypto' &&
+optional_depends poppler '' '' 'PDF support' &&
+optional_depends xerces-c '' '' 'xml parsing' &&
+optional_depends cfitsio '' '' 'Flexible Image Transport System support' &&
+optional_depends netcdf '' '' 'Network Common Data Form support' &&
+optional_depends ogdi '' '' 'OGDI Bridge' &&
+optional_depends hdf4 '' '' 'Hierarchical Data Format Release 4 support'
&&
+optional_depends hdf5 '' '' 'Hierarchical Data Format Release 5 support'
&&
+optional_depends jasper '' '' 'JPEG2000 support' &&
+optional_depends geos '' '' 'Use the GEOS spatial topology library' &&
+
+optional_depends swig '' '' 'various bindings' &&
+if is_depends_enabled $SPELL swig;then
+ optional_depends perl '' '' 'Enable perl bindings' &&
+ optional_depends php '' '' 'Enable php bindings' &&
+ optional_depends RUBY '' '' 'Enable Ruby bindings' &&
+ optional_depends PYTHON '' '' 'Enable python bindings'
+fi &&
+
+# database bindings
+optional_depends sqlite '' '' 'Use SQLite 3 library' &&
+optional_depends unixodbc '' '' 'ODBC support' &&
+optional_depends postgresql '' '' 'Postgresql OGR support' &&
+optional_depends mysql '' '' 'MySQL support'
diff --git a/science/gdal/DETAILS b/science/gdal/DETAILS
index 32ba595..db75628 100755
--- a/science/gdal/DETAILS
+++ b/science/gdal/DETAILS
@@ -1,6 +1,7 @@
+source $GRIMOIRE/CMAKE_FUNCTIONS
SPELL=gdal
- VERSION=3.3.0
-
SOURCE_HASH=sha512:b3f8db22c0010ca2f3d38b9445cb8f8754df1e203a882cc739dee086c3d343a53153cd28e35e9cae6baf4f89554e16c0478f75746144f6f3a02bfb731f5465a0
+ VERSION=3.6.3
+
SOURCE_HASH=sha512:296901ea667b7d419638fafd9a3ef3cb8bfb1753223048660c463b18e510cb840ae99fdcdb860495782003376c9fb8c24ca3be3699dc31497bd324a09e2abec9
SOURCE="$SPELL-$VERSION.tar.xz"
SOURCE_URL[0]=https://download.osgeo.org/$SPELL/$VERSION/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/science/gdal/HISTORY b/science/gdal/HISTORY
index 7b96880..3974daa 100644
--- a/science/gdal/HISTORY
+++ b/science/gdal/HISTORY
@@ -1,3 +1,10 @@
+2023-03-29 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 3.6.3
+ now uses cmake
+ * DEPENDS: adapt to cmake, could be much improved
+ * CONFIGURE: added
+ * BUILD: deleted
+
2021-05-24 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 3.3.0

diff --git a/science/libgeotiff/DETAILS b/science/libgeotiff/DETAILS
index f143569..ffd5ecb 100755
--- a/science/libgeotiff/DETAILS
+++ b/science/libgeotiff/DETAILS
@@ -1,8 +1,8 @@
SPELL=libgeotiff
- VERSION=1.6.0
+ VERSION=1.7.1
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_URL[0]=https://download.osgeo.org/geotiff/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:4c59598140d6c435a25aff6520e07a01a0153cac526df3b3e1366d5edc43cd82b15099da79ee8a2fb916e858f5a5d7421cfbf96bb485c91fac9e19c7209b7418
+
SOURCE_HASH=sha512:af119040598f4349124848d9788ea1d0d2019e23fc48eaf4b0445320c51e91afa6c7e25b49738bdaf0aa4467a19104b00838d669da27dee77898c489fe5fe4c1
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="https://geotiff.maptools.org/";
LICENSE[0]="MIT/X"
diff --git a/science/libgeotiff/HISTORY b/science/libgeotiff/HISTORY
index 0e34b2b..8e87f0f 100644
--- a/science/libgeotiff/HISTORY
+++ b/science/libgeotiff/HISTORY
@@ -1,3 +1,6 @@
+2023-03-29 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.7.1
+
2020-06-10 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.6.0

diff --git a/science/proj/DETAILS b/science/proj/DETAILS
index 6b4fe95..0977b06 100755
--- a/science/proj/DETAILS
+++ b/science/proj/DETAILS
@@ -1,11 +1,11 @@
source $GRIMOIRE/CMAKE_FUNCTIONS
SPELL=proj
- VERSION=8.0.1
-
SOURCE_HASH=sha512:cb5550a9fbccfc680bebb3b8c5ad347d53c38cb526edf4dcaa3af0eff57410b4d4d028e246954c4202a1d637e1e6f4e7a6a33e8741e8aa0a58bdfc8a5dbc68c9
+ VERSION=9.2.0
+
SOURCE_HASH=sha512:b9c5c72ba2ff1ab4b3c34ab43da411613d27e5206d38c734909fd7a8ab84a113f25a85633c1da1d35af5de22534e3d82f5a66edae52547d3016b51c3bf53f771
SOURCE="$SPELL-${VERSION}.tar.gz"
SOURCE_URL[0]=http://download.osgeo.org/proj/${SOURCE}
- DVER=1.6
-
SOURCE2_HASH=sha512:1249eb75938ad439f04cfb39b57ea107031211e283d54318d01c16713a1bde6efaf93d204fc1e4a300fb7a5fd4aeece1c4824024df87c29d71651c2e105e798c
+ DVER=1.13
+
SOURCE2_HASH=sha512:14eca1b47dad913de608babc73708a35da8bb614c5374e990564a32549998a16e90d4c548f2dac0cd555fc8a4a645eeaf649db929cc38906bee1050e378a662e
SOURCE2="proj-data-$DVER.tar.gz"
SOURCE2_URL[0]=http://download.osgeo.org/proj/$SOURCE2
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/$SPELL-${VERSION}"
diff --git a/science/proj/HISTORY b/science/proj/HISTORY
index c860cc2..0902fe7 100644
--- a/science/proj/HISTORY
+++ b/science/proj/HISTORY
@@ -1,3 +1,7 @@
+2023-03-0=29 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAIL: Version 9.2.0
+ data 1.13
+
2021-05-24 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS, BUILD, DEPENDS: version 8.0.1




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (2626e666b84c9577a5f7232373ee19750c891ade), Treeve Jelbert, 03/30/2023

Archive powered by MHonArc 2.6.24.

Top of Page