summaryrefslogtreecommitdiff
path: root/gis
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-08-25 23:40:53 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-08-25 23:40:53 -0300
commit6aff6fe1ade84ea2400c256ab694a1ad4695a338 (patch)
tree18c00107a236d7e38a56b5ea65530443648cf11f /gis
parent4817a44d754f5dedea5b32331ae37704a5043dec (diff)
add mips64el support
Diffstat (limited to 'gis')
-rw-r--r--gis/grass/PKGBUILD2
-rw-r--r--gis/libfreexl/PKGBUILD2
-rw-r--r--gis/libspatialite/PKGBUILD2
-rw-r--r--gis/merkaartor/PKGBUILD2
-rw-r--r--gis/qgis/PKGBUILD2
-rw-r--r--gis/spatialindex/PKGBUILD2
6 files changed, 6 insertions, 6 deletions
diff --git a/gis/grass/PKGBUILD b/gis/grass/PKGBUILD
index 3ef489780..21a454577 100644
--- a/gis/grass/PKGBUILD
+++ b/gis/grass/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=grass
pkgver=6.4.2
pkgrel=2
pkgdesc='Geographic Information System (GIS) used for geospatial data management and analysis, image processing, graphics/maps production, spatial modeling, and visualization.'
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url='http://grass.fbk.eu/'
license=('GPL')
depends=('cfitsio' 'fftw' 'gdal' 'libjpeg' 'libpng' 'libtiff' 'libxmu' 'mesa' 'python2' 'postgresql' 'proj' 'tcl' 'tk' 'wxpython' 'xorg-server')
diff --git a/gis/libfreexl/PKGBUILD b/gis/libfreexl/PKGBUILD
index ff0bfb0fc..8ce082994 100644
--- a/gis/libfreexl/PKGBUILD
+++ b/gis/libfreexl/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=libfreexl
pkgver=1.0.0b
pkgrel=1
pkgdesc="Library to extract valid data from within an Excel (.xls) spreadsheet."
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url="https://www.gaia-gis.it/fossil/freexl/index"
license=('MPL')
source=("http://www.gaia-gis.it/gaia-sins/freexl-sources/freexl-1.0.0b.tar.gz")
diff --git a/gis/libspatialite/PKGBUILD b/gis/libspatialite/PKGBUILD
index 5199e3593..bac777968 100644
--- a/gis/libspatialite/PKGBUILD
+++ b/gis/libspatialite/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=libspatialite
pkgver=3.0.1
pkgrel=2
pkgdesc="SQLite extension to support spatial data types and operations"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url="https://www.gaia-gis.it/fossil/libspatialite/index"
license=('MPL')
depends=('geos' 'proj' 'sqlite3' 'libfreexl')
diff --git a/gis/merkaartor/PKGBUILD b/gis/merkaartor/PKGBUILD
index 656cf4148..d52cfe14a 100644
--- a/gis/merkaartor/PKGBUILD
+++ b/gis/merkaartor/PKGBUILD
@@ -8,7 +8,7 @@ pkgver=0.17.2
pkgrel=3
pkgdesc='OpenStreetMap editor'
url='http://merkaartor.be/'
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
license=('GPL2')
makedepends=('boost')
depends=('qtwebkit' 'exiv2')
diff --git a/gis/qgis/PKGBUILD b/gis/qgis/PKGBUILD
index 9ab10a093..bb448fbe4 100644
--- a/gis/qgis/PKGBUILD
+++ b/gis/qgis/PKGBUILD
@@ -10,7 +10,7 @@ pkgrel=2
pkgdesc='Quantum GIS is a Geographic Information System (GIS) that supports vector, raster & database formats'
url='http://qgis.org/'
license=('GPL')
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
# update to http://www.qgis.org/wiki/Building_QGIS_from_Source#Overview
depends=('libmysqlclient' 'postgresql-libs' 'sqlite3' 'jasper' 'curl' 'qt' 'python2' 'python2-qt' 'giflib' 'cfitsio' 'qwt' 'gdal' 'flex' 'bison' 'libspatialite' 'spatialindex')
makedepends=('cmake' 'grass' 'gsl' 'postgis' 'netcdf' 'fcgi' 'python2-sip')
diff --git a/gis/spatialindex/PKGBUILD b/gis/spatialindex/PKGBUILD
index 51ca4d275..473eebf0c 100644
--- a/gis/spatialindex/PKGBUILD
+++ b/gis/spatialindex/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=spatialindex
pkgver=1.7.1
pkgrel=1
pkgdesc="An extensible framework that supports robust spatial indexing methods and sophisticated spatial queries."
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url="http://libspatialindex.github.com/"
license=('(L)GPL')
depends=(gcc-libs)