[arch-commits] Commit in gdal/trunk (PKGBUILD gdal.changelog)
Jaroslav Lichtblau
jlichtblau at archlinux.org
Sat Jan 23 15:42:09 UTC 2016
Date: Saturday, January 23, 2016 @ 16:42:09
Author: jlichtblau
Revision: 158693
upgpkg: gdal 2.0.1-7 - postresql-libs 9.5 rebuild
Modified:
gdal/trunk/PKGBUILD
gdal/trunk/gdal.changelog
----------------+
PKGBUILD | 10 +++++-----
gdal.changelog | 5 +++++
2 files changed, 10 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-01-23 15:16:50 UTC (rev 158692)
+++ PKGBUILD 2016-01-23 15:42:09 UTC (rev 158693)
@@ -5,13 +5,13 @@
pkgname=gdal
pkgver=2.0.1
-pkgrel=6
+pkgrel=7
pkgdesc="A translator library for raster geospatial data formats"
arch=('i686' 'x86_64')
url="http://www.gdal.org/"
license=('custom')
depends=('curl' 'geos' 'giflib' 'hdf5' 'libgeotiff' 'libjpeg-turbo' 'libpng' 'libspatialite' 'libtiff' 'netcdf'
- 'poppler' 'python2' 'python2-numpy' 'cfitsio' 'sqlite' 'libmariadbclient' 'postgresql-libs')
+ 'openjpeg2' 'poppler' 'python2' 'python2-numpy' 'cfitsio' 'sqlite' 'libmariadbclient' 'postgresql-libs')
makedepends=('perl' 'swig' 'chrpath' 'doxygen')
optdepends=('postgresql: postgresql database support'
'mariadb: mariadb database support'
@@ -44,9 +44,9 @@
# bug #23654
export LDFLAGS="$LDFLAGS -Wl,--as-needed"
- ./configure --prefix=/usr --with-netcdf --with-libtiff --with-sqlite3 \
- --with-geotiff --with-mysql --with-python --with-curl --with-hdf5 \
- --with-perl --with-geos --with-png --with-poppler --with-spatialite
+ ./configure --prefix=/usr --with-netcdf --with-libtiff --with-sqlite3 --with-geotiff \
+ --with-mysql --with-python --with-curl --with-hdf5 --with-perl --with-geos \
+ --with-png --with-poppler --with-spatialite --with-openjpeg
# workaround for bug #13646
sed -i 's/PY_HAVE_SETUPTOOLS=1/PY_HAVE_SETUPTOOLS=/g' ./GDALmake.opt
Modified: gdal.changelog
===================================================================
--- gdal.changelog 2016-01-23 15:16:50 UTC (rev 158692)
+++ gdal.changelog 2016-01-23 15:42:09 UTC (rev 158693)
@@ -1,3 +1,8 @@
+2016-01-23 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+ * gdal 2.0.0-7
+ * postgresql-libs 9.5 rebuild
+ * openjpeg2 added as dependency
+
2015-10-06 Jaroslav Lichtblau <svetlemodry at archlinux.org>
* gdal 2.0.1-2 FS#46581 fix
More information about the arch-commits
mailing list