diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-07-30 12:27:51 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-07-30 12:27:51 +0000 |
commit | ea3f48c2d05b45f7a0b1238ffc94efa9789b67a4 (patch) | |
tree | 81ba4802c833527b93bc36a791d835cd992b890b /sci-libs/gdal | |
parent | Initial package for the vp8enc/vp8dec GStreamer elements from gst-plugins-bad... (diff) | |
download | gentoo-2-ea3f48c2d05b45f7a0b1238ffc94efa9789b67a4.tar.gz gentoo-2-ea3f48c2d05b45f7a0b1238ffc94efa9789b67a4.tar.bz2 gentoo-2-ea3f48c2d05b45f7a0b1238ffc94efa9789b67a4.zip |
Version bump. Drop older. Grass support to be done.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/gdal')
-rw-r--r-- | sci-libs/gdal/ChangeLog | 10 | ||||
-rw-r--r-- | sci-libs/gdal/files/1.7.2-ruby_cflags.patch | 35 | ||||
-rw-r--r-- | sci-libs/gdal/gdal-1.5.2.ebuild | 211 | ||||
-rw-r--r-- | sci-libs/gdal/gdal-1.5.3.ebuild | 215 | ||||
-rw-r--r-- | sci-libs/gdal/gdal-1.6.0-r1.ebuild | 220 | ||||
-rw-r--r-- | sci-libs/gdal/gdal-1.6.2.ebuild | 209 | ||||
-rw-r--r-- | sci-libs/gdal/gdal-1.6.3.ebuild | 217 | ||||
-rw-r--r-- | sci-libs/gdal/gdal-1.7.2.ebuild | 236 |
8 files changed, 280 insertions, 1073 deletions
diff --git a/sci-libs/gdal/ChangeLog b/sci-libs/gdal/ChangeLog index 447e011d8ee3..22ca7d6af780 100644 --- a/sci-libs/gdal/ChangeLog +++ b/sci-libs/gdal/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for sci-libs/gdal # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.91 2010/07/18 20:08:22 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.92 2010/07/30 12:27:51 scarabeus Exp $ + +*gdal-1.7.2 (30 Jul 2010) + + 30 Jul 2010; Tomáš Chvátal <scarabeus@gentoo.org> + +files/1.7.2-ruby_cflags.patch, -gdal-1.5.2.ebuild, -gdal-1.5.3.ebuild, + -gdal-1.6.0-r1.ebuild, -gdal-1.6.2.ebuild, -gdal-1.6.3.ebuild, + +gdal-1.7.2.ebuild: + Version bump. Drop older. Grass support to be done. 18 Jul 2010; Steve Arnold <nerdboy@gentoo.org> gdal-1.6.3-r1.ebuild: Updated for a couple of minor/weird bugs (320237 and 325193). Suspect diff --git a/sci-libs/gdal/files/1.7.2-ruby_cflags.patch b/sci-libs/gdal/files/1.7.2-ruby_cflags.patch new file mode 100644 index 000000000000..1371c0535457 --- /dev/null +++ b/sci-libs/gdal/files/1.7.2-ruby_cflags.patch @@ -0,0 +1,35 @@ +--- swig/ruby/RubyMakefile.mk.orig 2010-07-27 16:55:52.061254647 +0200 ++++ swig/ruby/RubyMakefile.mk 2010-07-27 16:57:06.837255416 +0200 +@@ -25,7 +25,9 @@ + INSTALL_DIR := $(RUBY_EXTENSIONS_DIR)/gdal + + RUBY_INCLUDE = -I$(RUBY_INCLUDE_DIR) +-LDFLAGS += -Xcompiler -shared -L$(RUBY_LIB_DIR) ++LDFLAGS += -fPIC -DPIC -Xcompiler -shared -L$(RUBY_LIB_DIR) ++CFLAGS += -fPIC -DPIC ++CXXFLAGS += -fPIC -DPIC + RUBY_LIB := -l$(RUBY_SO_NAME) + + build: $(RUBY_MODULES) +@@ -40,17 +42,17 @@ + $(INSTALL_DIR): + mkdir -p $(DESTDIR)$(INSTALL_DIR) + +-install: $(INSTALL_DIR) +- $(INSTALL) $(RUBY_MODULES) $(DESTDIR)$(INSTALL_DIR) ++install: $(INSTALL_DIR) $(RUBY_MODULES) ++ for f in $(RUBY_MODULES) ; do $(INSTALL) $$f $(DESTDIR)$(INSTALL_DIR) ; done + + $(RUBY_MODULES): %.so: %_wrap.o + $(LD) $(LDFLAGS) $(LIBS) $(GDAL_SLIB_LINK) $(RUBY_LIB) $< -o $@ + + %.o: %.cpp +- $(CXX) $(CFLAGS) $(GDAL_INCLUDE) $(RUBY_INCLUDE) -c $< ++ $(CXX) $(CXXFLAGS) $(GDAL_INCLUDE) $(RUBY_INCLUDE) -c $< + + %.o: %.cxx +- $(CXX) $(CFLAGS) $(GDAL_INCLUDE) $(RUBY_INCLUDE) -c $< ++ $(CXX) $(CXXFLAGS) $(GDAL_INCLUDE) $(RUBY_INCLUDE) -c $< + + %.o: %.c + $(CC) $(CFLAGS) $(GDAL_INCLUDE) $(RUBY_INCLUDE) -c $< diff --git a/sci-libs/gdal/gdal-1.5.2.ebuild b/sci-libs/gdal/gdal-1.5.2.ebuild deleted file mode 100644 index 55d38f4de495..000000000000 --- a/sci-libs/gdal/gdal-1.5.2.ebuild +++ /dev/null @@ -1,211 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.5.2.ebuild,v 1.11 2010/06/17 21:06:34 patrick Exp $ - -WANT_AUTOCONF="2.5" -inherit autotools distutils eutils perl-module toolchain-funcs - -IUSE="curl debug doc fits geos gif gml hdf hdf5 jpeg jpeg2k mysql \ -netcdf odbc png ogdi perl postgres python ruby sqlite threads" - -DESCRIPTION="GDAL is a translator library for raster geospatial data formats (includes OGR support)" -HOMEPAGE="http://www.gdal.org/" -SRC_URI="http://download.osgeo.org/gdal/${P}.tar.gz" - -SLOT="0" -LICENSE="MIT" -KEYWORDS="amd64 ppc ppc64 sparc x86" -# need to get these arches updated on several libs first -#KEYWORDS="~alpha ~hppa" - -RDEPEND=">=sys-libs/zlib-1.1.4 - >=media-libs/tiff-3.7.0 - sci-libs/libgeotiff - dev-libs/expat - curl? ( net-misc/curl ) - jpeg? ( media-libs/jpeg ) - gif? ( media-libs/giflib ) - png? ( media-libs/libpng ) - perl? ( dev-lang/perl ) - python? ( virtual/python - dev-python/numpy ) - ruby? ( >=dev-lang/ruby-1.8.4.20060226 ) - fits? ( sci-libs/cfitsio ) - ogdi? ( sci-libs/ogdi ) - gml? ( >=dev-libs/xerces-c-3 ) - hdf5? ( >=sci-libs/hdf5-1.6.4 ) - postgres? ( dev-db/postgresql-server ) - || ( - netcdf? ( sci-libs/netcdf ) - hdf? ( sci-libs/hdf ) - ) - jpeg2k? ( media-libs/jasper ) - mysql? ( virtual/mysql ) - odbc? ( dev-db/unixODBC ) - geos? ( >=sci-libs/geos-2.2.1 ) - sqlite? ( >=dev-db/sqlite-3 )" - -DEPEND="${RDEPEND} - ruby? ( >=dev-lang/swig-1.3.28 ) - doc? ( app-doc/doxygen )" - -AT_M4DIR="${S}/m4" - -pkg_setup() { - if [ -n "${GDAL_CONFIGURE_OPTS}" ]; then - elog "User-specified configure options are ${GDAL_CONFIGURE_OPTS}." - else - elog "User-specified configure options are not set." - elog "If needed, set GDAL_CONFIGURE_OPTS to enable grass support." - fi - - if useq hdf; then - einfo "Checking if HDF4 is compiled with szip..." - if built_with_use sci-libs/hdf szip ; then - einfo "Found HDF4 compiled with szip. Nice." - else - ewarn "HDF4 (sci-libs/hdf) must be compiled with the szip USE flag!" - einfo "Please emerge hdf with szip USE flag and then emerge GDAL." - die "HDF4 not merged with szip use flag" - fi - - if useq netcdf; then - ewarn "Netcdf and HDF4 are incompatible due to certain tools in" - ewarn "common; HDF5 is now the preferred choice for HDF data." - die "Please disable either the hdf or netcdf use flag." - fi - fi -} - -src_unpack() { - unpack ${A} - cd "${S}" - - eaclocal - eautoconf - - 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}"/${P}-xerces-64-bit.patch -} - -src_compile() { - local pkg_conf="${GDAL_CONFIGURE_OPTS}" - local use_conf="" - - pkg_conf="${pkg_conf} --enable-shared=yes --with-pic \ - --with-libgrass=no --without-libtool" - - use_conf="$(use_with jpeg) $(use_with png) $(use_with mysql) \ - $(use_with postgres pg) $(use_with python) $(use_with ruby) \ - $(use_with threads) $(use_with fits cfitsio) $(use_with perl) \ - $(use_with netcdf) $(use_with hdf hdf4) $(use_with geos) \ - $(use_with sqlite sqlite3) $(use_with jpeg2k jasper) $(use_with odbc) \ - $(use_with gml xerces) $(use_with hdf5) $(use_with curl) \ - $(use_enable debug)" - - # It can't find this - if useq ogdi ; then - use_conf="--with-ogdi=/usr/$(get_libdir) ${use_conf}" - fi - - if useq mysql ; then - use_conf="--with-mysql=/usr/bin/mysql_config ${use_conf}" - fi - - if useq gif ; then - use_conf="--with-gif=internal ${use_conf}" - else - use_conf="--with-gif=no ${use_conf}" - fi - - if useq python ; then - use_conf="--with-pymoddir=$(python_get_sitedir) \ - ${use_conf}" - fi - - # Fix doc path just in case - sed -i -e "s:@exec_prefix@/doc:/usr/share/doc/${PF}/html:g" \ - GDALmake.opt.in || die "sed gdalmake.opt failed" - - econf ${pkg_conf} ${use_conf} || die "econf failed" - - # parallel makes fail on the ogr stuff (C++, what can I say?) - # also failing with gcc4 in libcsf - emake -j1 || die "emake failed" - - if useq python; then - sed -i -e "s#library_dirs = #library_dirs = /usr/$(get_libdir):#g" \ - swig/python/setup.cfg || die "sed python setup.cfg failed" - sed -i -e "s:\$(DESTDIR)\$(prefix):\$(DESTDIR)\$(INST_PREFIX):g" \ - swig/python/GNUmakefile || die "sed python makefile failed" - fi - - if useq perl ; then - cd "${S}"/swig/perl - perl-module_src_prep - perl-module_src_compile - cd "${S}" - fi - - if useq doc ; then - make docs || die "make docs failed" - fi -} - -src_install() { - - if useq perl ; then - cd "${S}"/swig/perl - perl-module_src_install - sed -i -e "s:BINDINGS = python ruby perl:BINDINGS = python ruby:g" \ - GDALmake.opt - cd "${S}" - fi - - # einstall causes sandbox violations on /usr/lib/libgdal.so - make DESTDIR="${D}" install \ - || die "make install failed" - - dodoc Doxyfile HOWTO-RELEASE NEWS - - if useq doc ; then - dohtml html/* || die "install html failed" - docinto ogr - dohtml ogr/html/* || die "install ogr html failed" - fi - - if useq python; then - newdoc swig/python/README.txt README-python.txt - dodir /usr/share/${PN}/samples - insinto /usr/share/${PN}/samples - doins swig/python/samples/* - fi - - use perl && fixlocalpod -} - -pkg_postinst() { - elog - elog "If you need libgrass support, then you must rebuild gdal, after" - elog "installing the latest Grass, and set the following option:" - elog - elog "GDAL_CONFIGURE_OPTS=--with-grass=${GRASS_HOME} emerge gdal" - elog - elog "GDAL is most useful with full graphics support enabled via various" - elog "USE flags: png, jpeg, gif, jpeg2k, etc. Also python, fits, ogdi," - elog "geos, and support for either netcdf or HDF4 is available, as well as" - elog "grass, and mysql, sqlite, or postgres (grass support requires grass 6" - elog "and rebuilding gdal). HDF5 support is now included." - elog - elog "Note: tiff and geotiff are now hard depends, so no USE flags." - elog "Also, this package will check for netcdf before hdf, so if you" - elog "prefer hdf, please emerge hdf with USE=szip prior to emerging" - elog "gdal. Detailed API docs require doxygen (man pages are free)." - elog - elog "Check available image and data formats after building with" - elog "gdalinfo and ogrinfo (using the --formats switch)." - elog -} diff --git a/sci-libs/gdal/gdal-1.5.3.ebuild b/sci-libs/gdal/gdal-1.5.3.ebuild deleted file mode 100644 index 46ffaab3883a..000000000000 --- a/sci-libs/gdal/gdal-1.5.3.ebuild +++ /dev/null @@ -1,215 +0,0 @@ -# Copyright 1999-2010 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.6 2010/06/17 21:06:34 patrick Exp $ - -WANT_AUTOCONF="2.5" -inherit autotools distutils eutils perl-module toolchain-funcs - -DESCRIPTION="GDAL is a translator library for raster geospatial data formats (includes OGR support)" -HOMEPAGE="http://www.gdal.org/" -SRC_URI="http://download.osgeo.org/gdal/${P}.tar.gz" - -SLOT="0" -LICENSE="MIT" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" -# need to get these arches updated on several libs first -#KEYWORDS="~alpha ~hppa" - -IUSE="curl debug doc ecwj2k fits geos gif gml hdf hdf5 jpeg jpeg2k mysql \ -netcdf odbc png ogdi perl postgres python ruby sqlite threads" - -RDEPEND=">=sys-libs/zlib-1.1.4 - >=media-libs/tiff-3.7.0 - sci-libs/libgeotiff - dev-libs/expat - curl? ( net-misc/curl ) - jpeg? ( media-libs/jpeg ) - gif? ( media-libs/giflib ) - png? ( media-libs/libpng ) - perl? ( dev-lang/perl ) - python? ( virtual/python - dev-python/numpy ) - ruby? ( >=dev-lang/ruby-1.8.4.20060226 ) - fits? ( sci-libs/cfitsio ) - ogdi? ( sci-libs/ogdi ) - gml? ( >=dev-libs/xerces-c-3 ) - hdf5? ( >=sci-libs/hdf5-1.6.4 ) - postgres? ( dev-db/postgresql-server ) - || ( - netcdf? ( sci-libs/netcdf ) - hdf? ( sci-libs/hdf ) - ) - || ( - jpeg2k? ( media-libs/jasper ) - ecwj2k? ( !media-libs/lcms - sci-libs/libecwj2 ) - ) - mysql? ( virtual/mysql ) - odbc? ( dev-db/unixODBC ) - geos? ( >=sci-libs/geos-2.2.1 ) - sqlite? ( >=dev-db/sqlite-3 )" - -DEPEND="${RDEPEND} - ruby? ( >=dev-lang/swig-1.3.28 ) - doc? ( app-doc/doxygen )" - -AT_M4DIR="${S}/m4" - -pkg_setup() { - if [ -n "${GDAL_CONFIGURE_OPTS}" ]; then - elog "User-specified configure options are ${GDAL_CONFIGURE_OPTS}." - else - elog "User-specified configure options are not set." - elog "If needed, set GDAL_CONFIGURE_OPTS to enable grass support." - fi - - if useq hdf; then - einfo "Checking if HDF4 is compiled with szip..." - if built_with_use sci-libs/hdf szip ; then - einfo "Found HDF4 compiled with szip. Nice." - else - ewarn "HDF4 (sci-libs/hdf) must be compiled with the szip USE flag!" - einfo "Please emerge hdf with szip USE flag and then emerge GDAL." - die "HDF4 not merged with szip use flag" - fi - - if useq netcdf; then - ewarn "Netcdf and HDF4 are incompatible due to certain tools in" - ewarn "common; HDF5 is now the preferred choice for HDF data." - die "Please disable either the hdf or netcdf use flag." - fi - fi -} - -src_unpack() { - unpack ${A} - cd "${S}" - - eaclocal - eautoconf - - 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.2-xerces-64-bit.patch -} - -src_compile() { - local pkg_conf="${GDAL_CONFIGURE_OPTS}" - local use_conf="" - - pkg_conf="${pkg_conf} --enable-shared=yes --with-pic \ - --with-libgrass=no --without-libtool" - - use_conf="$(use_with jpeg) $(use_with png) $(use_with mysql) \ - $(use_with postgres pg) $(use_with python) $(use_with ruby) \ - $(use_with threads) $(use_with fits cfitsio) $(use_with perl) \ - $(use_with netcdf) $(use_with hdf hdf4) $(use_with geos) \ - $(use_with sqlite sqlite3) $(use_with jpeg2k jasper) $(use_with odbc) \ - $(use_with gml xerces) $(use_with hdf5) $(use_with curl) \ - $(use_enable debug)" - - # It can't find this - if useq ogdi ; then - use_conf="--with-ogdi=/usr/$(get_libdir) ${use_conf}" - fi - - if useq mysql ; then - use_conf="--with-mysql=/usr/bin/mysql_config ${use_conf}" - fi - - if useq gif ; then - use_conf="--with-gif=internal ${use_conf}" - else - use_conf="--with-gif=no ${use_conf}" - fi - - if useq python ; then - use_conf="--with-pymoddir=$(python_get_sitedir) \ - ${use_conf}" - fi - - # Fix doc path just in case - sed -i -e "s:@exec_prefix@/doc:/usr/share/doc/${PF}/html:g" \ - GDALmake.opt.in || die "sed gdalmake.opt failed" - - econf ${pkg_conf} ${use_conf} || die "econf failed" - - # parallel makes fail on the ogr stuff (C++, what can I say?) - # also failing with gcc4 in libcsf - emake -j1 || die "emake failed" - - if useq python; then - sed -i -e "s#library_dirs = #library_dirs = /usr/$(get_libdir):#g" \ - swig/python/setup.cfg || die "sed python setup.cfg failed" - sed -i -e "s:\$(DESTDIR)\$(prefix):\$(DESTDIR)\$(INST_PREFIX):g" \ - swig/python/GNUmakefile || die "sed python makefile failed" - fi - - if useq perl ; then - cd "${S}"/swig/perl - perl-module_src_prep - perl-module_src_compile - cd "${S}" - fi - - if useq doc ; then - make docs || die "make docs failed" - fi -} - -src_install() { - - if useq perl ; then - cd "${S}"/swig/perl - perl-module_src_install - sed -i -e "s:BINDINGS = python ruby perl:BINDINGS = python ruby:g" \ - GDALmake.opt - cd "${S}" - fi - - # einstall causes sandbox violations on /usr/lib/libgdal.so - make DESTDIR="${D}" install \ - || die "make install failed" - - dodoc Doxyfile HOWTO-RELEASE NEWS - - if useq doc ; then - dohtml html/* || die "install html failed" - docinto ogr - dohtml ogr/html/* || die "install ogr html failed" - fi - - if useq python; then - newdoc swig/python/README.txt README-python.txt - dodir /usr/share/${PN}/samples - insinto /usr/share/${PN}/samples - doins swig/python/samples/* - fi - - use perl && fixlocalpod -} - -pkg_postinst() { - elog - elog "If you need libgrass support, then you must rebuild gdal, after" - elog "installing the latest Grass, and set the following option:" - elog - elog "GDAL_CONFIGURE_OPTS=--with-grass=${GRASS_HOME} emerge gdal" - elog - elog "GDAL is most useful with full graphics support enabled via various" - elog "USE flags: png, jpeg, gif, jpeg2k, etc. Also python, fits, ogdi," - elog "geos, and support for either netcdf or HDF4 is available, as well as" - elog "grass, and mysql, sqlite, or postgres (grass support requires grass 6" - elog "and rebuilding gdal). HDF5 support is now included." - elog - elog "Note: tiff and geotiff are now hard depends, so no USE flags." - elog "Also, this package will check for netcdf before hdf, so if you" - elog "prefer hdf, please emerge hdf with USE=szip prior to emerging" - elog "gdal. Detailed API docs require doxygen (man pages are free)." - elog - elog "Check available image and data formats after building with" - elog "gdalinfo and ogrinfo (using the --formats switch)." - elog -} diff --git a/sci-libs/gdal/gdal-1.6.0-r1.ebuild b/sci-libs/gdal/gdal-1.6.0-r1.ebuild deleted file mode 100644 index 8d9d58ee2534..000000000000 --- a/sci-libs/gdal/gdal-1.6.0-r1.ebuild +++ /dev/null @@ -1,220 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.6.0-r1.ebuild,v 1.6 2010/06/17 21:06:34 patrick Exp $ - -WANT_AUTOCONF="2.5" -RUBY_OPTIONAL="yes" -USE_RUBY="ruby18" - -inherit autotools distutils eutils perl-module ruby toolchain-funcs - -DESCRIPTION="GDAL is a translator library for raster geospatial data formats (includes OGR support)" -HOMEPAGE="http://www.gdal.org/" -SRC_URI="http://download.osgeo.org/gdal/${P}.tar.gz" - -SLOT="0" -LICENSE="MIT" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" -# need to get these arches updated on several libs first -#KEYWORDS="~alpha ~hppa" - -IUSE="curl debug doc ecwj2k fits geos gif gml hdf hdf5 jpeg jpeg2k mysql \ -netcdf odbc png ogdi perl postgres python ruby sqlite threads" - -RDEPEND=">=sys-libs/zlib-1.1.4 - >=media-libs/tiff-3.7.0 - sci-libs/libgeotiff - dev-libs/expat - curl? ( net-misc/curl ) - jpeg? ( media-libs/jpeg ) - gif? ( media-libs/giflib ) - png? ( media-libs/libpng ) - perl? ( dev-lang/perl ) - python? ( virtual/python - dev-python/numpy ) - ruby? ( >=dev-lang/ruby-1.8.4.20060226 ) - fits? ( sci-libs/cfitsio ) - ogdi? ( sci-libs/ogdi ) - gml? ( >=dev-libs/xerces-c-3 ) - hdf5? ( >=sci-libs/hdf5-1.6.4 ) - postgres? ( dev-db/postgresql-server ) - || ( - netcdf? ( sci-libs/netcdf ) - hdf? ( sci-libs/hdf ) - ) - || ( - jpeg2k? ( media-libs/jasper ) - ecwj2k? ( !media-libs/lcms - sci-libs/libecwj2 ) - ) - mysql? ( virtual/mysql ) - odbc? ( dev-db/unixODBC ) - geos? ( >=sci-libs/geos-2.2.1 ) - sqlite? ( >=dev-db/sqlite-3 )" - -DEPEND="${RDEPEND} - perl? ( python? ( ruby? ( >=dev-lang/swig-1.3.28 ) ) ) - doc? ( app-doc/doxygen )" - -AT_M4DIR="${S}/m4" - -pkg_setup() { - if [ -n "${GDAL_CONFIGURE_OPTS}" ]; then - elog "User-specified configure options are ${GDAL_CONFIGURE_OPTS}." - else - elog "User-specified configure options are not set." - elog "If needed, set GDAL_CONFIGURE_OPTS to enable grass support." - fi -} - -src_unpack() { - unpack ${A} - cd "${S}" - - eaclocal - eautoconf - - epatch "${FILESDIR}"/${PN}-1.4.2-datadir.patch \ - "${FILESDIR}"/${PN}-1.5.0-soname.patch \ - "${FILESDIR}"/${PN}-1.5.1-python-install.patch \ - "${FILESDIR}"/${PN}-1.6.1-ruby-make.patch \ - "${FILESDIR}"/${P}-swig-fix.patch \ - "${FILESDIR}"/${P}-mysql_ogr_header.patch \ - || die "sed failed" - - if useq hdf; then - einfo "Checking if HDF4 is compiled with szip..." - if built_with_use sci-libs/hdf szip ; then - einfo "Found HDF4 compiled with szip. Nice." - else - ewarn "HDF4 (sci-libs/hdf) must be compiled with the szip USE flag!" - einfo "Please emerge hdf with szip USE flag and then emerge GDAL." - die "HDF4 not merged with szip use flag" - fi - - if useq netcdf; then - ewarn "Netcdf and HDF4 are incompatible due to certain tools in" - ewarn "common; HDF5 is now the preferred choice for HDF data." - die "Please disable either the hdf or netcdf use flag." - fi - fi -} - -src_compile() { - local pkg_conf="${GDAL_CONFIGURE_OPTS}" - local use_conf="" - - pkg_conf="${pkg_conf} --enable-shared=yes --with-pic \ - --with-libgrass=no --without-libtool" - - use_conf="$(use_with jpeg) $(use_with png) $(use_with mysql) \ - $(use_with postgres pg) $(use_with python) $(use_with ruby) \ - $(use_with threads) $(use_with fits cfitsio) $(use_with perl) \ - $(use_with netcdf) $(use_with hdf hdf4) $(use_with geos) \ - $(use_with sqlite sqlite3) $(use_with jpeg2k jasper) $(use_with odbc) \ - $(use_with gml xerces) $(use_with hdf5) $(use_with curl) \ - $(use_enable debug)" - - # It can't find this - if useq ogdi ; then - use_conf="--with-ogdi=/usr/$(get_libdir) ${use_conf}" - fi - - if useq mysql ; then - use_conf="--with-mysql=/usr/bin/mysql_config ${use_conf}" - fi - - if useq gif ; then - use_conf="--with-gif=internal ${use_conf}" - else - use_conf="--with-gif=no ${use_conf}" - fi - - if useq python ; then - use_conf="--with-pymoddir=$(python_get_sitedir) \ - ${use_conf}" - fi - - # Fix doc path just in case - sed -i -e "s:@exec_prefix@/doc:@exec_prefix@/share/doc/${PF}/html:g" \ - GDALmake.opt.in || die "sed gdalmake.opt failed" - - econf ${pkg_conf} ${use_conf} || die "econf failed" - - # parallel makes fail on the ogr stuff (C++, what can I say?) - # also failing with gcc4 in libcsf - emake -j1 || die "emake failed" - - if useq python; then - sed -i -e "s#library_dirs = #library_dirs = /usr/$(get_libdir):#g" \ - swig/python/setup.cfg || die "sed python setup.cfg failed" - sed -i -e "s:\$(DESTDIR)\$(prefix):\$(DESTDIR)\$(INST_PREFIX):g" \ - swig/python/GNUmakefile || die "sed python makefile failed" - fi - - if useq perl ; then - cd "${S}"/swig/perl - perl-module_src_prep - perl-module_src_compile - cd "${S}" - fi - - if useq doc ; then - make docs || die "make docs failed" - fi -} - -src_install() { - - if useq perl ; then - cd "${S}"/swig/perl - perl-module_src_install - sed -i -e "s:BINDINGS = python ruby perl:BINDINGS = python ruby:g" \ - GDALmake.opt - cd "${S}" - fi - - # einstall causes sandbox violations on /usr/lib/libgdal.so - make DESTDIR="${D}" install \ - || die "make install failed" - - dodoc Doxyfile HOWTO-RELEASE NEWS - - if useq doc ; then - dohtml html/* || die "install html failed" - docinto ogr - dohtml ogr/html/* || die "install ogr html failed" - fi - - if useq python; then - newdoc swig/python/README.txt README-python.txt - dodir /usr/share/${PN}/samples - insinto /usr/share/${PN}/samples - doins swig/python/samples/* - fi - - use perl && fixlocalpod -} - -pkg_postinst() { - elog - elog "If you need libgrass support, then you must rebuild gdal, after" - elog "installing the latest Grass, and set the following option:" - elog - elog "GDAL_CONFIGURE_OPTS=--with-grass=${GRASS_HOME} emerge gdal" - elog - elog "GDAL is most useful with full graphics support enabled via various" - elog "USE flags: png, jpeg, gif, jpeg2k, etc. Also python, fits, ogdi," - elog "geos, and support for either netcdf or HDF4 is available, as well as" - elog "grass, and mysql, sqlite, or postgres (grass support requires grass 6" - elog "and rebuilding gdal). HDF5 support is now included." - elog - elog "Note: tiff and geotiff are now hard depends, so no USE flags." - elog "Also, this package will check for netcdf before hdf, so if you" - elog "prefer hdf, please emerge hdf with USE=szip prior to emerging" - elog "gdal. Detailed API docs require doxygen (man pages are free)." - elog - elog "Check available image and data formats after building with" - elog "gdalinfo and ogrinfo (using the --formats switch)." - elog -} diff --git a/sci-libs/gdal/gdal-1.6.2.ebuild b/sci-libs/gdal/gdal-1.6.2.ebuild deleted file mode 100644 index d1171c2c70d6..000000000000 --- a/sci-libs/gdal/gdal-1.6.2.ebuild +++ /dev/null @@ -1,209 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.6.2.ebuild,v 1.6 2010/06/17 21:06:34 patrick Exp $ - -EAPI="2" -WANT_AUTOCONF="2.5" -RUBY_OPTIONAL="yes" -USE_RUBY="ruby18" - -inherit autotools distutils eutils perl-module ruby toolchain-funcs - -DESCRIPTION="GDAL is a translator library for raster geospatial data formats (includes OGR support)" -HOMEPAGE="http://www.gdal.org/" -SRC_URI="http://download.osgeo.org/gdal/${P}.tar.gz" - -SLOT="0" -LICENSE="MIT" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" -# need to get these arches updated on several libs first -#KEYWORDS="~alpha ~hppa" - -IUSE="curl debug doc ecwj2k fits geos gif gml hdf hdf5 jpeg jpeg2k mysql \ -netcdf odbc png ogdi perl postgres python ruby sqlite threads" - -RDEPEND=">=sys-libs/zlib-1.1.4 - >=media-libs/tiff-3.9.1 - sci-libs/libgeotiff - dev-libs/expat - curl? ( net-misc/curl ) - jpeg? ( media-libs/jpeg ) - gif? ( media-libs/giflib ) - png? ( media-libs/libpng ) - perl? ( dev-lang/perl ) - python? ( virtual/python - dev-python/numpy ) - ruby? ( >=dev-lang/ruby-1.8.4.20060226 ) - fits? ( sci-libs/cfitsio ) - ogdi? ( sci-libs/ogdi ) - gml? ( >=dev-libs/xerces-c-3 ) - hdf5? ( >=sci-libs/hdf5-1.6.4 ) - postgres? ( dev-db/postgresql-base ) - || ( - netcdf? ( sci-libs/netcdf ) - hdf? ( sci-libs/hdf ) - ) - || ( - jpeg2k? ( media-libs/jasper ) - ecwj2k? ( !media-libs/lcms - sci-libs/libecwj2 ) - ) - mysql? ( virtual/mysql ) - odbc? ( dev-db/unixODBC ) - geos? ( >=sci-libs/geos-2.2.1 ) - sqlite? ( >=dev-db/sqlite-3 )" - -DEPEND="${RDEPEND} - perl? ( >=dev-lang/swig-1.3.28 ) - python? ( >=dev-lang/swig-1.3.28 ) - ruby? ( >=dev-lang/swig-1.3.28 ) - doc? ( app-doc/doxygen )" - -AT_M4DIR="${S}/m4" - -pkg_setup() { - if [ -n "${GDAL_CONFIGURE_OPTS}" ]; then - elog "User-specified configure options are ${GDAL_CONFIGURE_OPTS}." - else - elog "User-specified configure options are not set." - elog "If needed, set GDAL_CONFIGURE_OPTS to enable grass support." - fi -} - -src_prepare() { - eaclocal - eautoconf - - epatch "${FILESDIR}"/${PN}-1.4.2-datadir.patch \ - "${FILESDIR}"/${PN}-1.5.0-soname.patch \ - "${FILESDIR}"/${PN}-1.5.1-python-install.patch \ - "${FILESDIR}"/${PN}-1.6.0-swig-fix.patch \ - "${FILESDIR}"/${PN}-1.6.1-ruby-make.patch - - if useq hdf && useq netcdf; then - ewarn "Netcdf and HDF4 are incompatible due to certain tools in" - ewarn "common; HDF5 is now the preferred choice for HDF data." - die "Please disable either the hdf or netcdf use flag." - fi -} - -src_configure() { - local pkg_conf="${GDAL_CONFIGURE_OPTS}" - local use_conf="" - - pkg_conf="${pkg_conf} --enable-shared=yes --with-pic \ - --with-libgrass=no --without-libtool" - - use_conf="$(use_with jpeg) $(use_with png) $(use_with mysql) \ - $(use_with postgres pg) $(use_with python) $(use_with ruby) \ - $(use_with threads) $(use_with fits cfitsio) $(use_with perl) \ - $(use_with netcdf) $(use_with hdf hdf4) $(use_with geos) \ - $(use_with sqlite sqlite3) $(use_with jpeg2k jasper) $(use_with odbc) \ - $(use_with gml xerces) $(use_with hdf5) $(use_with curl) \ - $(use_enable debug)" - - # It can't find this - if useq ogdi ; then - use_conf="--with-ogdi=/usr/$(get_libdir) ${use_conf}" - fi - - if useq mysql ; then - use_conf="--with-mysql=/usr/bin/mysql_config ${use_conf}" - fi - - if useq gif ; then - use_conf="--with-gif=internal ${use_conf}" - else - use_conf="--with-gif=no ${use_conf}" - fi - - if useq python ; then - use_conf="--with-pymoddir=$(python_get_sitedir) \ - ${use_conf}" - fi - - # Fix doc path just in case - sed -i -e "s:@exec_prefix@/doc:@exec_prefix@/share/doc/${PF}/html:g" \ - GDALmake.opt.in || die "sed gdalmake.opt failed" - - econf ${pkg_conf} ${use_conf} || die "econf failed" -} - -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" - - if useq python; then - sed -i -e "s#library_dirs = #library_dirs = /usr/$(get_libdir):#g" \ - swig/python/setup.cfg || die "sed python setup.cfg failed" - sed -i -e "s:\$(DESTDIR)\$(prefix):\$(DESTDIR)\$(INST_PREFIX):g" \ - swig/python/GNUmakefile || die "sed python makefile failed" - fi - - if useq perl ; then - cd "${S}"/swig/perl - perl-module_src_prep - perl-module_src_compile - cd "${S}" - fi - - if useq doc ; then - make docs || die "make docs failed" - fi -} - -src_install() { - - if useq perl ; then - cd "${S}"/swig/perl - perl-module_src_install - sed -i -e "s:BINDINGS = python ruby perl:BINDINGS = python ruby:g" \ - GDALmake.opt - cd "${S}" - fi - - # einstall causes sandbox violations on /usr/lib/libgdal.so - emake DESTDIR="${D}" install \ - || die "make install failed" - - dodoc Doxyfile HOWTO-RELEASE NEWS - - if useq doc ; then - dohtml html/* || die "install html failed" - docinto ogr - dohtml ogr/html/* || die "install ogr html failed" - fi - - if useq python; then - newdoc swig/python/README.txt README-python.txt - dodir /usr/share/${PN}/samples - insinto /usr/share/${PN}/samples - doins swig/python/samples/* - fi - - use perl && fixlocalpod -} - -pkg_postinst() { - elog - elog "If you need libgrass support, then you must rebuild gdal, after" - elog "installing the latest Grass, and set the following option:" - elog - elog "GDAL_CONFIGURE_OPTS=--with-grass=\$GRASS_HOME emerge gdal" - elog - elog "GDAL is most useful with full graphics support enabled via various" - elog "USE flags: png, jpeg, gif, jpeg2k, etc. Also python, fits, ogdi," - elog "geos, and support for either netcdf or HDF4 is available, as well as" - elog "grass, and mysql, sqlite, or postgres (grass support requires grass 6" - elog "and rebuilding gdal). HDF5 support is now included." - elog - elog "Note: tiff and geotiff are now hard depends, so no USE flags." - elog "Also, this package will check for netcdf before hdf, so if you" - elog "prefer hdf, please emerge hdf with USE=szip prior to emerging" - elog "gdal. Detailed API docs require doxygen (man pages are free)." - elog - elog "Check available image and data formats after building with" - elog "gdalinfo and ogrinfo (using the --formats switch)." - elog -} diff --git a/sci-libs/gdal/gdal-1.6.3.ebuild b/sci-libs/gdal/gdal-1.6.3.ebuild deleted file mode 100644 index 5bb840c711cf..000000000000 --- a/sci-libs/gdal/gdal-1.6.3.ebuild +++ /dev/null @@ -1,217 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.6.3.ebuild,v 1.4 2010/06/17 21:06:34 patrick Exp $ - -EAPI="2" -WANT_AUTOCONF="2.5" -RUBY_OPTIONAL="yes" -USE_RUBY="ruby18" - -inherit autotools distutils eutils perl-module ruby toolchain-funcs - -DESCRIPTION="GDAL is a translator library for raster geospatial data formats (includes OGR support)" -HOMEPAGE="http://www.gdal.org/" -SRC_URI="http://download.osgeo.org/gdal/${P}.tar.gz" - -SLOT="0" -LICENSE="MIT" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" -# need to get these arches updated on several libs first -#KEYWORDS="~alpha ~hppa" - -IUSE="curl debug doc ecwj2k fits geos gif gml hdf hdf5 jpeg jpeg2k mysql \ -netcdf odbc png ogdi perl postgres python ruby sqlite threads" - -RDEPEND=">=sys-libs/zlib-1.1.4 - >=media-libs/tiff-3.9.1 - sci-libs/libgeotiff - dev-libs/expat - curl? ( net-misc/curl ) - jpeg? ( media-libs/jpeg ) - gif? ( media-libs/giflib ) - png? ( media-libs/libpng ) - perl? ( dev-lang/perl ) - python? ( virtual/python - dev-python/numpy ) - ruby? ( >=dev-lang/ruby-1.8.4.20060226 ) - fits? ( sci-libs/cfitsio ) - ogdi? ( sci-libs/ogdi ) - gml? ( >=dev-libs/xerces-c-3 ) - hdf5? ( >=sci-libs/hdf5-1.6.4 ) - postgres? ( dev-db/postgresql-base ) - || ( - netcdf? ( sci-libs/netcdf ) - hdf? ( sci-libs/hdf ) - ) - || ( - jpeg2k? ( media-libs/jasper ) - ecwj2k? ( sci-libs/libecwj2 ) - ) - mysql? ( virtual/mysql ) - odbc? ( dev-db/unixODBC ) - geos? ( >=sci-libs/geos-2.2.1 ) - sqlite? ( >=dev-db/sqlite-3 )" - -DEPEND="${RDEPEND} - perl? ( >=dev-lang/swig-1.3.32 ) - python? ( >=dev-lang/swig-1.3.32 ) - ruby? ( >=dev-lang/swig-1.3.32 ) - doc? ( app-doc/doxygen )" - -AT_M4DIR="${S}/m4" - -pkg_setup() { - if [ -n "${GDAL_CONFIGURE_OPTS}" ]; then - elog "User-specified configure options are ${GDAL_CONFIGURE_OPTS}." - else - elog "User-specified configure options are not set." - elog "If needed, set GDAL_CONFIGURE_OPTS to enable grass support." - fi -} - -src_prepare() { - eaclocal - eautoconf - - epatch "${FILESDIR}"/${PN}-1.4.2-datadir.patch \ - "${FILESDIR}"/${PN}-1.5.0-soname.patch \ - "${FILESDIR}"/${PN}-1.5.1-python-install.patch \ - "${FILESDIR}"/${PN}-1.6.0-swig-fix.patch \ - "${FILESDIR}"/${PN}-1.6.1-ruby-make.patch - - if useq hdf && useq netcdf; then - ewarn "Netcdf and HDF4 are incompatible due to certain tools in" - ewarn "common; HDF5 is now the preferred choice for HDF data." - die "Please disable either the hdf or netcdf use flag." - fi -} - -src_configure() { - local pkg_conf="${GDAL_CONFIGURE_OPTS}" - local use_conf="" - - pkg_conf="${pkg_conf} --enable-shared=yes --with-pic \ - --with-libgrass=no --without-libtool" - - use_conf="$(use_with jpeg) $(use_with png) $(use_with mysql) \ - $(use_with postgres pg) $(use_with python) $(use_with ruby) \ - $(use_with threads) $(use_with fits cfitsio) $(use_with perl) \ - $(use_with netcdf) $(use_with hdf hdf4) $(use_with geos) \ - $(use_with sqlite sqlite3) $(use_with jpeg2k jasper) $(use_with odbc) \ - $(use_with gml xerces) $(use_with hdf5) $(use_with curl) \ - $(use_enable debug)" - - # It can't find this - if useq ogdi ; then - use_conf="--with-ogdi=/usr/$(get_libdir) ${use_conf}" - fi - - if useq mysql ; then - use_conf="--with-mysql=/usr/bin/mysql_config ${use_conf}" - fi - - if useq gif ; then - use_conf="--with-gif=internal ${use_conf}" - else - use_conf="--with-gif=no ${use_conf}" - fi - - if useq python ; then - use_conf="--with-pymoddir=$(python_get_sitedir) \ - ${use_conf}" - fi - - # Fix doc path just in case - sed -i -e "s:@exec_prefix@/doc:@exec_prefix@/share/doc/${PF}/html:g" \ - GDALmake.opt.in || die "sed gdalmake.opt failed" - - econf ${pkg_conf} ${use_conf} || die "econf failed" -} - -src_compile() { - local i - for i in perl ruby python; do - if useq $i; then - rm "${S}"/swig/$i/*_wrap.cpp - emake -C "${S}"/swig/$i generate || \ - die "make generate failed for swig/$i" - fi - done - - # parallel makes fail on the ogr stuff (C++, what can I say?) - # also failing with gcc4 in libcsf - emake -j1 || die "emake failed" - - if useq python; then - sed -i -e "s#library_dirs = #library_dirs = /usr/$(get_libdir):#g" \ - swig/python/setup.cfg || die "sed python setup.cfg failed" - sed -i -e "s:\$(DESTDIR)\$(prefix):\$(DESTDIR)\$(INST_PREFIX):g" \ - swig/python/GNUmakefile || die "sed python makefile failed" - fi - - if useq perl ; then - cd "${S}"/swig/perl - perl-module_src_prep - perl-module_src_compile - cd "${S}" - fi - - if useq doc ; then - make docs || die "make docs failed" - fi -} - -src_install() { - - if useq perl ; then - cd "${S}"/swig/perl - perl-module_src_install - sed -i -e "s:BINDINGS = python ruby perl:BINDINGS = python ruby:g" \ - GDALmake.opt - cd "${S}" - fi - - # einstall causes sandbox violations on /usr/lib/libgdal.so - emake DESTDIR="${D}" install \ - || die "make install failed" - - dodoc Doxyfile HOWTO-RELEASE NEWS - - if useq doc ; then - dohtml html/* || die "install html failed" - docinto ogr - dohtml ogr/html/* || die "install ogr html failed" - fi - - if useq python; then - newdoc swig/python/README.txt README-python.txt - dodir /usr/share/${PN}/samples - insinto /usr/share/${PN}/samples - doins swig/python/samples/* - fi - - use perl && fixlocalpod -} - -pkg_postinst() { - elog - elog "If you need libgrass support, then you must rebuild gdal, after" - elog "installing the latest Grass, and set the following option:" - elog - elog "GDAL_CONFIGURE_OPTS=--with-grass=\$GRASS_HOME emerge gdal" - elog - elog "GDAL is most useful with full graphics support enabled via various" - elog "USE flags: png, jpeg, gif, jpeg2k, etc. Also python, fits, ogdi," - elog "geos, and support for either netcdf or HDF4 is available, as well as" - elog "grass, and mysql, sqlite, or postgres (grass support requires grass 6" - elog "and rebuilding gdal). HDF5 support is now included." - elog - elog "Note: tiff and geotiff are now hard depends, so no USE flags." - elog "Also, this package will check for netcdf before hdf, so if you" - elog "prefer hdf, please emerge hdf with USE=szip prior to emerging" - elog "gdal. Detailed API docs require doxygen (man pages are free)." - elog - elog "Check available image and data formats after building with" - elog "gdalinfo and ogrinfo (using the --formats switch)." - elog -} diff --git a/sci-libs/gdal/gdal-1.7.2.ebuild b/sci-libs/gdal/gdal-1.7.2.ebuild new file mode 100644 index 000000000000..6cabc80bf1c9 --- /dev/null +++ b/sci-libs/gdal/gdal-1.7.2.ebuild @@ -0,0 +1,236 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.7.2.ebuild,v 1.1 2010/07/30 12:27:51 scarabeus Exp $ + +EAPI="3" + +WANT_AUTOCONF="2.5" +RUBY_OPTIONAL="yes" +USE_RUBY="ruby18" +PYTHON_DEPEND="python? 2" +inherit autotools eutils perl-module python ruby toolchain-funcs + +DESCRIPTION="GDAL is a translator library for raster geospatial data formats (includes OGR support)" +HOMEPAGE="http://www.gdal.org/" +SRC_URI="http://download.osgeo.org/gdal/${P}.tar.gz" + +SLOT="0" +LICENSE="MIT" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x86-linux ~x86-macos" + +IUSE="curl debug doc ecwj2k fits geos gif gml hdf5 jpeg jpeg2k mysql netcdf odbc ogdi pam perl png postgres python ruby sqlite tiff threads" + +RDEPEND=" + dev-libs/expat + sys-libs/zlib + curl? ( net-misc/curl ) + ecwj2k? ( sci-libs/libecwj2 ) + fits? ( sci-libs/cfitsio ) + geos? ( >=sci-libs/geos-2.2.1 ) + gif? ( media-libs/giflib ) + gml? ( >=dev-libs/xerces-c-3 ) + hdf5? ( >=sci-libs/hdf5-1.6.4[szip] ) + jpeg? ( media-libs/jpeg ) + jpeg2k? ( media-libs/jasper ) + mysql? ( virtual/mysql ) + netcdf? ( sci-libs/netcdf ) + odbc? ( dev-db/unixODBC ) + ogdi? ( sci-libs/ogdi ) + pam? ( sys-libs/pam ) + perl? ( dev-lang/perl ) + png? ( media-libs/libpng ) + postgres? ( + || ( + >=dev-db/postgresql-base-8.4 + >=dev-db/postgresql-server-8.4 + ) + ) + python? ( dev-python/numpy ) + ruby? ( >=dev-lang/ruby-1.8.4.20060226 ) + sqlite? ( >=dev-db/sqlite-3 ) + tiff? ( + >=media-libs/tiff-4.0.0_beta6 + sci-libs/libgeotiff + ) +" + +DEPEND="${RDEPEND} + doc? ( app-doc/doxygen ) + perl? ( >=dev-lang/swig-1.3.32 ) + python? ( >=dev-lang/swig-1.3.32 ) + ruby? ( >=dev-lang/swig-1.3.32 ) +" + +AT_M4DIR="${S}/m4" + +pkg_setup() { + # only py2 is supported + python_set_active_version 2 +} + +src_prepare() { + # fix datadir and docdir placement + sed -i \ + -e "s:@datadir@:@datadir@/gdal:" \ + -e "s:@exec_prefix@/doc:@exec_prefix@/share/doc/${PF}/html:g" \ + GDALmake.opt.in || die + + sed -i \ + -e "s:setup.py install:setup.py install --root=\$(DESTDIR):" \ + swig/python/GNUmakefile || die + + epatch "${FILESDIR}"/${PV}-ruby_cflags.patch \ + "${FILESDIR}"/${PN}-1.5.0-soname.patch + + eautoreconf +} + +src_configure() { + if use ruby; then + RUBY_MOD_DIR=$(${RUBY} -r rbconfig -e 'print Config::CONFIG["sitearchdir"]') + fi + + # pcidsk is internal, because there is no such library yet released + # also that thing is developed by the gdal people + # kakadu, mrsid jp2mrsid - another jpeg2k stuff, ignore + # bsb - legal issues + # oracle - disabled, i dont have and can't test + # ingres - same story as oracle oci + econf \ + --enable-shared \ + --disable-static \ + --with-expat \ + --without-grass \ + --without-hdf4 \ + --without-fme \ + --without-pcraster \ + --without-kakadu \ + --without-mrsid \ + --without-jp2mrsid \ + --without-msg \ + --without-bsb \ + --without-dods-root \ + --without-oci \ + --without-ingres \ + --without-spatialite \ + --without-dwgdirect \ + --without-epsilon \ + --without-idb \ + --without-sde \ + --with-libz="${EPREFIX}/usr/" \ + --with-ogr \ + --with-grib \ + --with-vfk \ + $(use_enable debug) \ + $(use_with postgres pg) \ + $(use_with fits cfitsio) \ + $(use_with netcdf) \ + $(use_with png) \ + $(use_with jpeg) \ + $(use_with jpeg pcidsk) \ + $(use_with tiff libtiff) \ + $(use_with tiff geotiff) \ + $(use_with gif) \ + $(use_with ogdi ogdi "${EPREFIX}"/usr) \ + $(use_with hdf5) \ + $(use_with jpeg2k jasper) \ + $(use_with ecwj2k ecw) \ + $(use_with gml xerces) \ + $(use_with odbc) \ + $(use_with curl) \ + $(use_with sqlite sqlite3 "${EPREFIX}"/usr) \ + $(use_with mysql mysql "${EPREFIX}"/usr/bin/mysql_config) \ + $(use_with geos) \ + $(use_with pam) \ + $(use_with perl) \ + $(use_with ruby) \ + $(use_with python) \ + --with-pymoddir=${EPREFIX}/$(python_get_sitedir) + + # mysql-config puts this in (and boy is it a PITA to get it out) + if use mysql; then + sed -i \ + -e "s: -rdynamic : :" \ + GDALmake.opt || die "sed LIBS failed" + fi + + # updated for newer swig (must specify the path to input files) + if use python; then + sed -i \ + -e "s: gdal_array.i: ../include/gdal_array.i:" \ + -e "s:\$(DESTDIR)\$(prefix):\$(DESTDIR)\$(INST_PREFIX):g" \ + swig/python/GNUmakefile || die "sed python makefile failed" + sed -i \ + -e "s:library_dirs = :library_dirs = /usr/$(get_libdir)::g" \ + swig/python/setup.cfg || die "sed python setup.cfg failed" + fi +} + +src_compile() { + local i + for i in perl ruby python; do + if use $i; then + rm "${S}"/swig/$i/*_wrap.cpp + emake -C "${S}"/swig/$i generate || \ + die "make generate failed for swig/$i" + fi + done + + # parallel makes fail + emake -j1 || die "emake failed" + + if use perl ; then + cd "${S}"/swig/perl + perl-module_src_prep + perl-module_src_compile + cd "${S}" + fi + + if use doc ; then + make docs || die "make docs failed" + fi +} + +src_install() { + if use perl ; then + pushd "${S}"/swig/perl > /dev/null + perl-module_src_install + popd > /dev/null + sed -i \ + -e "s:BINDINGS = python ruby perl:BINDINGS = python ruby:g" \ + GDALmake.opt || die + fi + + emake DESTDIR="${D}" install || die "make install failed" + + if use ruby ; then + # weird reinstall collision; needs manual intervention... + pushd "${S}"/swig/ruby > /dev/null + rm -rf "${D}"${RUBY_MOD_DIR}/gdal + exeinto ${RUBY_MOD_DIR}/gdal + doexe *.so || die "doins ruby modules failed" + popd > /dev/null + fi + + use perl && fixlocalpod + + dodoc Doxyfile HOWTO-RELEASE NEWS || die + + if use doc ; then + dohtml html/* || die "install html failed" + docinto ogr + dohtml ogr/html/* || die "install ogr html failed" + fi + + if use python; then + newdoc swig/python/README.txt README-python.txt || die + insinto /usr/share/${PN}/samples + doins swig/python/samples/* || die + fi +} + +pkg_postinst() { + echo + elog "Check available image and data formats after building with" + elog "gdalinfo and ogrinfo (using the --formats switch)." +} |