summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Arnold <nerdboy@gentoo.org>2008-11-10 23:30:30 +0000
committerSteve Arnold <nerdboy@gentoo.org>2008-11-10 23:30:30 +0000
commit90c2e2dd60276fe8a7d5eac245d658623fb9d7b4 (patch)
tree281ffcc7c42fa8e0f7e8b5c69f67688f3e5e4bfb /sci-libs/gdal
parent(non maintainer commit) version bump and remove old (diff)
downloadgentoo-2-90c2e2dd60276fe8a7d5eac245d658623fb9d7b4.tar.gz
gentoo-2-90c2e2dd60276fe8a7d5eac245d658623fb9d7b4.tar.bz2
gentoo-2-90c2e2dd60276fe8a7d5eac245d658623fb9d7b4.zip
Updated to new xerces-c interface, along with minor metadata update.
(Portage version: 2.2_rc13/cvs/Linux 2.6.26.5 x86_64)
Diffstat (limited to 'sci-libs/gdal')
-rw-r--r--sci-libs/gdal/ChangeLog8
-rw-r--r--sci-libs/gdal/gdal-1.5.3.ebuild9
-rw-r--r--sci-libs/gdal/metadata.xml2
3 files changed, 13 insertions, 6 deletions
diff --git a/sci-libs/gdal/ChangeLog b/sci-libs/gdal/ChangeLog
index 3019801673e1..7d6e8d070d3f 100644
--- a/sci-libs/gdal/ChangeLog
+++ b/sci-libs/gdal/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sci-libs/gdal
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.49 2008/11/09 01:42:16 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.50 2008/11/10 23:30:30 nerdboy Exp $
+
+ 10 Nov 2008; Steve Arnold <nerdboy@gentoo.org> metadata.xml,
+ gdal-1.5.3.ebuild:
+ Updated to new xerces-c interface, along with minor metadata update. Note
+ this version enables parallel makes, so if you experience random failures
+ try with -j1 and report if this fixes it.
09 Nov 2008; Steve Arnold <nerdboy@gentoo.org>
+files/gdal-1.5.2-xerces-64-bit.patch, gdal-1.5.2.ebuild:
diff --git a/sci-libs/gdal/gdal-1.5.3.ebuild b/sci-libs/gdal/gdal-1.5.3.ebuild
index 26666f51b87d..66087deb7c52 100644
--- a/sci-libs/gdal/gdal-1.5.3.ebuild
+++ b/sci-libs/gdal/gdal-1.5.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.5.3.ebuild,v 1.1 2008/10/18 19:08:36 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.5.3.ebuild,v 1.2 2008/11/10 23:30:30 nerdboy Exp $
WANT_AUTOCONF="2.5"
inherit autotools distutils eutils perl-module toolchain-funcs
@@ -32,7 +32,7 @@ RDEPEND=">=sys-libs/zlib-1.1.4
ruby? ( >=dev-lang/ruby-1.8.4.20060226 )
fits? ( sci-libs/cfitsio )
ogdi? ( sci-libs/ogdi )
- gml? ( =dev-libs/xerces-c-2.8* )
+ gml? ( >=dev-libs/xerces-c-3 )
hdf5? ( >=sci-libs/hdf5-1.6.4 )
postgres? ( virtual/postgresql-server )
|| (
@@ -74,7 +74,8 @@ src_unpack() {
epatch "${FILESDIR}"/${PN}-1.4.2-datadir.patch \
"${FILESDIR}"/${PN}-1.5.0-soname.patch \
"${FILESDIR}"/${PN}-1.5.0-makefile.patch \
- "${FILESDIR}"/${PN}-1.5.1-python-install.patch
+ "${FILESDIR}"/${PN}-1.5.1-python-install.patch \
+ "${FILESDIR}"/${PN}-1.5.2-xerces-64-bit.patch
if useq netcdf && useq hdf; then
einfo "Checking if HDF4 is compiled with szip..."
@@ -134,7 +135,7 @@ src_compile() {
# parallel makes fail on the ogr stuff (C++, what can I say?)
# also failing with gcc4 in libcsf
- emake -j1 || die "emake failed"
+ emake || die "emake failed"
if useq python; then
sed -i -e "s#library_dirs = #library_dirs = /usr/$(get_libdir):#g" \
diff --git a/sci-libs/gdal/metadata.xml b/sci-libs/gdal/metadata.xml
index fc4675c70207..89af4b719e33 100644
--- a/sci-libs/gdal/metadata.xml
+++ b/sci-libs/gdal/metadata.xml
@@ -17,7 +17,7 @@
<flag name='geos'>Add support for geometry engine (<pkg>sci-libs/geos</pkg>
</flag>
<flag name='gml'>Enable support for <pkg>dev-libs/xerces-c</pkg> C++ API</flag>
- <flag name='hdf'>Add support for the Hierarchical Data Format
+ <flag name='hdf'>Add support for the Hierarchical Data Format v. 4
(<pkg>sci-libs/hdf</pkg>)</flag>
<flag name='ogdi'>Enable support for the open geographic datastore interface
(<pkg>sci-libs/ogdi</pkg>)</flag>