diff --git a/science/gis/libgeotiff/actions.py b/science/gis/libgeotiff/actions.py
index 216f984ab7..9f635a7480 100644
--- a/science/gis/libgeotiff/actions.py
+++ b/science/gis/libgeotiff/actions.py
@@ -4,17 +4,21 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
+from pisi.actionsapi import get
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
-from pisi.actionsapi import get
def setup():
- autotools.configure("--disable-static \
+ autotools.configure("--with-zip \
--with-jpeg \
- --with-libtiff=/usr/include \
--with-proj \
- --with-zip")
+ --disable-static \
+ --with-libtiff=/usr/include")
+
+ # fix unused direct dependency analysis
+ pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
+
def build():
autotools.make("-j1")
diff --git a/science/gis/libgeotiff/pspec.xml b/science/gis/libgeotiff/pspec.xml
index 70131d29b0..024926b33e 100644
--- a/science/gis/libgeotiff/pspec.xml
+++ b/science/gis/libgeotiff/pspec.xml
@@ -1,5 +1,5 @@
-
+
libgeotiff
@@ -8,34 +8,36 @@
PisiLinux Community
admins@pisilinux.org
+ science.gis
as-is
library
Library for reading TIFF files with embedded tags
Library for reading TIFF files with embedded tags for geographic (cartographic) information.
- http://download.osgeo.org/geotiff/libgeotiff/libgeotiff-1.4.2.tar.gz
+ http://download.osgeo.org/geotiff/libgeotiff/libgeotiff-1.6.0.tar.gz
- libjpeg-turbo-devel
+ doxygen
proj-devel
tiff-devel
zlib-devel
- doxygen
+ libjpeg-turbo-devel
libgeotiff
+ Library for reading TIFF files with embedded tags
- libjpeg-turbo
proj
tiff
zlib
+ libjpeg-turbo
- /usr/bin
/usr/lib
- /usr/share/epsg_csv
/usr/share/doc
/usr/share/man
+ /usr/bin
+ /usr/share/epsg_csv
@@ -43,11 +45,11 @@
libgeotiff-devel
Development files for libgeotiff
- libgeotiff
- libjpeg-turbo-devel
proj-devel
tiff-devel
zlib-devel
+ libjpeg-turbo-devel
+ libgeotiff
/usr/include
@@ -55,6 +57,13 @@
+
+ 2020-09-24
+ 1.6.0
+ Minor version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+
2018-09-07
1.4.2
diff --git a/science/gis/libgeotiff/translations.xml b/science/gis/libgeotiff/translations.xml
index db63593c8e..83c6aece1c 100644
--- a/science/gis/libgeotiff/translations.xml
+++ b/science/gis/libgeotiff/translations.xml
@@ -11,6 +11,7 @@
libgeotiff-devel
libgeotiff için geliştirme dosyaları
+ libgeotiff-devel, libgeotiff için geliştirme dosyalarını içerir.
Pliki naglowkowe do libgeotiff
diff --git a/science/gis/libspatialite/actions.py b/science/gis/libspatialite/actions.py
index 2e8891c63e..7ec6874402 100644
--- a/science/gis/libspatialite/actions.py
+++ b/science/gis/libspatialite/actions.py
@@ -3,21 +3,23 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt
-from pisi.actionsapi import autotools
from pisi.actionsapi import get
+from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
def setup():
autotools.configure("--disable-static \
+ --enable-libxml2 \
--disable-geosadvanced")
+ # fix unused direct dependency analysis
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
+
def build():
autotools.make()
+
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
- pisitools.dodoc("AUTHORS", "COPYING", "README", "README.coverage")
-
-# By PiSiDo 2.0.0
+ pisitools.dodoc("COPYING", "README", "README.coverage")
diff --git a/science/gis/libspatialite/pspec.xml b/science/gis/libspatialite/pspec.xml
index 70b4dca39b..b59900bdf3 100644
--- a/science/gis/libspatialite/pspec.xml
+++ b/science/gis/libspatialite/pspec.xml
@@ -1,5 +1,5 @@
-
+
libspatialite
@@ -8,31 +8,33 @@
PisiLinux Community
admins@pisilinux.org
- MPL-1.0
science.gis
+ MPL-1.0
library
SQLite extension to support spatial data types and operations
SpatiaLite is an open source library intended to extend the SQLite core to support fully fledged Spatial SQL capabilities.
- http://www.gaia-gis.it/gaia-sins/libspatialite-sources/libspatialite-4.3.0a.tar.gz
+ http://www.gaia-gis.it/gaia-sins/libspatialite-sources/libspatialite-5.0.0.tar.gz
geos-devel
- libfreexl-devel
proj-devel
- sqlite-devel
zlib-devel
+ sqlite-devel
libxml2-devel
+ minizip-devel
+ libfreexl-devel
libspatialite
+ SQLite extension to support spatial data types and operations
geos
- libfreexl
proj
- sqlite
zlib
+ sqlite
libxml2
+ libfreexl
/usr/lib
@@ -44,13 +46,13 @@
libspatialite-devel
Development files for libspatialite
- libspatialite
geos-devel
- libfreexl-devel
proj-devel
- sqlite-devel
zlib-devel
+ sqlite-devel
libxml2-devel
+ libfreexl-devel
+ libspatialite
/usr/include/*
@@ -60,6 +62,13 @@
+
+ 2020-09-22
+ 5.0.0
+ Major version bump. Turkish translations added
+ Blue Devil
+ bluedevil@sctzine.com
+
2018-09-07
4.3.0
diff --git a/science/gis/libspatialite/translations.xml b/science/gis/libspatialite/translations.xml
index 68f4611044..5b5ac26779 100644
--- a/science/gis/libspatialite/translations.xml
+++ b/science/gis/libspatialite/translations.xml
@@ -2,12 +2,13 @@
libspatialite
- SQLite extension to support spatial data types and operations
- SpatiaLite is an open source library intended to extend the SQLite core to support fully fledged Spatial SQL capabilities.
+ Uzamsal veri türleri ve işlemlerini destekleyen sqlite uzantıları.
+ libspatialite, uzamsal veri türleri ve işlemlerini destekleyen sqlite uzantıları içeren kitaplıktır.
libspatialite-devel
libspatialite için geliştirme dosyaları
+ libspatialite-devel, libspatialite için geliştirme dosyalarını içerir.
\ No newline at end of file