mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/gdal to 2.0.1-2
This commit is contained in:
parent
7e05e95986
commit
d763442be2
2 changed files with 16 additions and 4 deletions
|
@ -9,12 +9,12 @@
|
|||
|
||||
pkgname=gdal
|
||||
pkgver=2.0.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
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' 'libpng' 'libspatialite' 'libtiff' 'netcdf'
|
||||
depends=('curl' 'geos' 'giflib' 'hdf5' 'libgeotiff' 'libjpeg-turbo' 'libpng' 'libspatialite' 'libtiff' 'netcdf'
|
||||
'python2' 'python2-numpy' 'cfitsio' 'sqlite' 'libmariadbclient' 'postgresql-libs')
|
||||
makedepends=('perl' 'swig' 'chrpath' 'doxygen')
|
||||
optdepends=('postgresql: postgresql database support'
|
||||
|
@ -71,6 +71,9 @@ package () {
|
|||
#FS15477 clean up junks
|
||||
rm -f "${pkgdir}"/usr/bin/*.dox
|
||||
rm -f "${pkgdir}"/usr/share/man/man1/_build_gdal_src_gdal-${pkgver}_apps_.1
|
||||
#FS#46581 no better way found yet
|
||||
mv "${pkgdir}"/usr/man/man3 "${pkgdir}"/usr/share/man
|
||||
rm -rf "${pkgdir}"/usr/man
|
||||
|
||||
# Remove RPATH
|
||||
chrpath --delete "${pkgdir}"/usr/lib/perl5/$(uname -m)-linux-thread-multi/auto/Geo/OSR/OSR.so
|
||||
|
|
|
@ -1,8 +1,17 @@
|
|||
2015-10-06 Jaroslav Lichtblau <svetlemodry@archlinux.org>
|
||||
* gdal 2.0.1-2 FS#46581 fix
|
||||
|
||||
2015-06-27 Jaroslav Lichtblau <svetlemodry@archlinux.org>
|
||||
* gdal 2.0.0
|
||||
* gdal 2.0.0-1
|
||||
|
||||
2015-03-01 Jaroslav Lichtblau <svetlemodry@archlinux.org>
|
||||
* gdal 1.11.2-2 poppler 0.31.0 rebuild
|
||||
* gdal 1.11.2-2 poppler 0.31.0 rebuild
|
||||
|
||||
2015-02-23 Jaroslav Lichtblau <svetlemodry@archlinux.org>
|
||||
* gdal 1.11.2-1
|
||||
|
||||
2015-01-29 Jaroslav Lichtblau <svetlemodry@archlinux.org>
|
||||
* gdal 1.11.1-6 poppler 0.30.0 rebuild
|
||||
|
||||
2014-12-22 Jaroslav Lichtblau <svetlemodry@archlinux.org>
|
||||
* gdal 1.11.1-5 FS#43193 fix
|
||||
|
|
Loading…
Reference in a new issue