Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 468592 - sci-libs/gdal-1.10.0 version bump
Summary: sci-libs/gdal-1.10.0 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sci-geo Project
URL:
Whiteboard:
Keywords: EBUILD, PATCH
Depends on:
Blocks:
 
Reported: 2013-05-04 17:04 UTC by Jean-Claude Repetto
Modified: 2013-06-24 23:32 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Ebuild for GDAL-1.10.0 (gdal-1.10.0.ebuild,7.40 KB, text/plain)
2013-05-04 17:04 UTC, Jean-Claude Repetto
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jean-Claude Repetto 2013-05-04 17:04:50 UTC
Created attachment 347366 [details]
Ebuild for GDAL-1.10.0

Hello,

gdal-1.10.0 has been released on April 29, 2013:
http://trac.osgeo.org/gdal/wiki/Release/1.10.0-News

I attach an updated ebuild.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2013-05-06 07:41:18 UTC
Comment on attachment 347366 [details]
Ebuild for GDAL-1.10.0

--- gdal-1.9.2.ebuild   2013-04-24 17:48:13.827659898 +0200
+++ -   2013-05-06 09:41:08.030677137 +0200
@@ -12,11 +12,11 @@

 DESCRIPTION="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"
+SRC_URI="http://download.osgeo.org/gdal/${PV}/${P}.tar.gz"

 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-~macos ~x86-macos"
 IUSE="armadillo +aux_xml curl debug doc ecwj2k fits geos gif gml hdf5 java jpeg jpeg2k mdb mysql netcdf odbc opencl ogdi pdf perl png postgres python ruby spatialite sqlite threads xls"

 RDEPEND="
@@ -96,9 +96,6 @@
                && epatch "${FILESDIR}"/${PN}-1.5.0-install_name.patch \
                || epatch "${FILESDIR}"/${PN}-1.5.0-soname.patch

-       # Update for zlib header changes (see bug #383569)
-       epatch "${FILESDIR}"/${PN}-1.8.1-zlib_header_fix.patch
-
        # Fix spatialite/sqlite include issue
        sed -i \
                -e 's:spatialite/sqlite3.h:sqlite3.h:g' \
@@ -287,6 +284,13 @@
                insinto /usr/share/${PN}/samples
                doins swig/python/samples/*
        fi
+
+        pushd man/man1 > /dev/null
+        for i in *;
+                do newman ${i} ${i}
+        done
+        popd > /dev/null
+
 }

 pkg_postinst() {
Comment 2 Paul McDermott 2013-06-22 17:56:14 UTC
Jeroen's changes worked for me on x86. Thank you. (Applying the patch failed, but that could have been my fault--I applied the changes manually). Would be good to get this live...
Comment 3 Jean-Claude Repetto 2013-06-24 21:59:57 UTC
What are Jeroen's changes ? I couldn't see any difference with my initial ebuild.
Comment 4 Aaron W. Swenson gentoo-dev 2013-06-24 23:22:52 UTC
(In reply to Jean-Claude Repetto from comment #3)
> What are Jeroen's changes ? I couldn't see any difference with my initial
> ebuild.

We like patches. It makes it easy to see what, if anything, has changed.
Comment 5 Aaron W. Swenson gentoo-dev 2013-06-24 23:32:01 UTC
*gdal-1.10.0-r1 (24 Jun 2013)

  24 Jun 2013; Aaron W. Swenson <titanofold@gentoo.org> -gdal-1.10.0.ebuild,
  +gdal-1.10.0-r1.ebuild:
  Actually apply the changes from bug 468592. Thanks Jean-Claude Repetto.

*gdal-1.10.0 (24 Jun 2013)

  24 Jun 2013; Aaron W. Swenson <titanofold@gentoo.org>
  -files/1.7.2-ruby_cflags.patch, -files/gdal-1.4.2-datadir.patch,
  -files/gdal-1.5.1-python-install.patch, -files/gdal-1.6.0-swig-fix.patch,
  -files/gdal-1.6.1-ruby-make.patch, -gdal-1.6.3-r1.ebuild,
  -files/gdal-1.6.3-libpng15.patch, -gdal-1.8.1-r1.ebuild, -gdal-1.9.1.ebuild,
  -files/gdal-1.9.1-opencl.patch, -files/gdal-1.9.1-poppler-0.20.1.patch,
  +gdal-1.10.0.ebuild, metadata.xml:
  Version bump. (Bug 468592) Call java-pkg-opt-2 functions. (Bug 471262; thanks
  to Tom Wijsman) Remove "=external". (Bug 470046; thanks to Ronan Dunklau.)
  Clean out old versions and patches, and update hdf to hdf5 in the local USE
  description.