diff options
Diffstat (limited to 'sci-libs/gdal/gdal-1.2.6-r4.ebuild')
-rw-r--r-- | sci-libs/gdal/gdal-1.2.6-r4.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sci-libs/gdal/gdal-1.2.6-r4.ebuild b/sci-libs/gdal/gdal-1.2.6-r4.ebuild index f6db3b3ea29d..5fcdae23118d 100644 --- a/sci-libs/gdal/gdal-1.2.6-r4.ebuild +++ b/sci-libs/gdal/gdal-1.2.6-r4.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.2.6-r4.ebuild,v 1.8 2005/12/05 17:09:37 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.2.6-r4.ebuild,v 1.9 2005/12/23 16:21:05 carlo Exp $ inherit eutils libtool gnuconfig distutils toolchain-funcs -IUSE="jpeg png geos gif jasper netcdf hdf python postgres mysql sqlite \ +IUSE="jpeg png geos gif jpeg2k netcdf hdf python postgres mysql sqlite \ odbc ogdi fits gml doc debug" DESCRIPTION="GDAL is a translator library for raster geospatial data formats (includes OGR support)" @@ -35,7 +35,7 @@ DEPEND=">=sys-libs/zlib-1.1.4 netcdf? ( sci-libs/netcdf ) hdf? ( sci-libs/hdf ) ) - jasper? ( media-libs/jasper ) + jpeg2k? ( media-libs/jasper ) odbc? ( dev-db/unixODBC ) geos? ( sci-libs/geos ) sqlite? ( >=dev-db/sqlite-3 ) @@ -70,7 +70,7 @@ src_compile() { use_conf="$(use_with jpeg) $(use_with png) $(use_with mysql) \ $(use_with postgres pg) $(use_with fits cfitsio) \ $(use_with netcdf) $(use_with hdf hdf4) $(use_with geos) \ - $(use_with sqlite) $(use_with jasper) $(use_with odbc) \ + $(use_with sqlite) $(use_with jpeg2k) $(use_with odbc) \ $(use_with gml xerces)" # It can't find this @@ -118,7 +118,7 @@ src_install() { pkg_postinst() { einfo "GDAL is most useful with full graphics support enabled via various" - einfo "USE flags: png, jpeg, gif, jasper, etc. Also python, fits, ogdi," + einfo "USE flags: png, jpeg, gif, jpeg2k, etc. Also python, fits, ogdi," einfo "geos, and support for either netcdf or HDF4 is available, as well as" einfo "grass, and mysql, sqlite, or postgres (grass support requires newer" einfo "gdal and gdal-grass)." |