summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaka Kranjc2011-10-07 23:04:44 +0200
committerJaka Kranjc2011-10-07 23:04:44 +0200
commit20fe90803ba3d0388e298386c8fd1d0be0255042 (patch)
tree834ecfe9d8fef6f7a5cf2679bbe181452eaa5205
parent87c533847fe7feb53a534719efb3dc9d28289271 (diff)
qgis: 1.7.1
-rwxr-xr-xscience/qgis/DEPENDS14
-rwxr-xr-xscience/qgis/DETAILS16
-rw-r--r--science/qgis/HISTORY4
3 files changed, 18 insertions, 16 deletions
diff --git a/science/qgis/DEPENDS b/science/qgis/DEPENDS
index e28c075eed..0e44b25363 100755
--- a/science/qgis/DEPENDS
+++ b/science/qgis/DEPENDS
@@ -3,6 +3,7 @@ depends flex &&
depends proj4 &&
depends geos &&
depends gdal &&
+depends qwt5 && # will work with qwt6 too
depends sqlite "-DWITH_INTERNAL_SQLITE3=FALSE" &&
depends bison &&
depends cmake &&
@@ -14,6 +15,10 @@ optional_depends expat \
"" \
"" \
"GPS importer plugin" &&
+optional_depends gsl \
+ "" \
+ "" \
+ "for georeferencer" &&
optional_depends -sub SQLITE grass \
"-DWITH_GRASS=TRUE" \
"-DWITH_GRASS=FALSE" \
@@ -21,13 +26,10 @@ optional_depends -sub SQLITE grass \
optional_depends python \
"-DWITH_BINDINGS=TRUE" \
"-DWITH_BINDINGS=FALSE" \
- "Python bindings support and PyQGIS(extra query)" &&
+ "Python plugins support and PyQGIS(extra query)" &&
if is_depends_enabled python ; then
-optional_depends pyqt4 \
+ optional_depends pyqt4 \
"" \
"" \
- "PyQGIS support" &&
-if is_depends_enabled pyqt4 ; then
-depends sip
-fi
+ "PyQGIS support"
fi
diff --git a/science/qgis/DETAILS b/science/qgis/DETAILS
index ef9a2cd7a0..b483ba0701 100755
--- a/science/qgis/DETAILS
+++ b/science/qgis/DETAILS
@@ -1,18 +1,14 @@
SPELL=qgis
- VERSION=1.0.2
- SOURCE="${SPELL}_${VERSION}.tar.gz"
- SOURCE_URL[0]=http://download.osgeo.org/${SPELL}/src/${SOURCE}
- SOURCE_HASH=sha512:f70372a5001091887d63d5659b497aec9f2d7775f8557f0b19f9fdc6e05757307698246870ff5c4867ebce974ccaf75ab2247394603bbbfb7226684d520175cf
+ VERSION=1.7.1
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=http://qgis.org/downloads/$SOURCE
+ SOURCE_URL[1]=http://download.osgeo.org/${SPELL}/src/${SOURCE}
+ SOURCE_HASH=sha512:1e37cd3ce00aff7aca2795dbb39d3e9585df79703c4688dcb442dfeb8d8a3f71d7cf5a2556d749657c12789976c2fbb9eba426d92ece20ab8a565fea22bea0fe
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://qgis.org"
LICENSE[0]="GPL"
ENTERED=20091102
- KEYWORDS="Scientific/Engineering, Visualization, Geographical
-Development, Major bugfixes
-Development
-Development, Major bugfixes
-Development, Major feature enhancements
-Development, Major feature enhancements"
+ KEYWORDS="gis"
SHORT="A desktop geographic information system application."
cat << EOF
Quantum GIS (QGIS) is a cross-platform Geographic Information System
diff --git a/science/qgis/HISTORY b/science/qgis/HISTORY
index be0caf5227..9bca992cd1 100644
--- a/science/qgis/HISTORY
+++ b/science/qgis/HISTORY
@@ -1,3 +1,7 @@
+2011-10-07 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
+ * DETAILS: 1.7.1
+ * DEPENDS: more, removed redundant sip
+
2009-11-02 Andraž "ruskie" Levstik <ruskie+f03a580f@codemages.net>
* DEPENDS, DETAILS: spell created