public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-libs/libgeotiff: ChangeLog libgeotiff-1.2.5.ebuild
@ 2010-04-17 17:14 Steve Arnold (nerdboy)
  0 siblings, 0 replies; only message in thread
From: Steve Arnold (nerdboy) @ 2010-04-17 17:14 UTC (permalink / raw
  To: gentoo-commits

nerdboy     10/04/17 17:14:03

  Modified:             ChangeLog
  Added:                libgeotiff-1.2.5.ebuild
  Log:
  Update for latest stable 1.2.x release; closes bug 307639.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.29                 sci-libs/libgeotiff/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeotiff/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeotiff/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeotiff/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	2 Jan 2010 18:09:06 -0000	1.28
+++ ChangeLog	17 Apr 2010 17:14:03 -0000	1.29
@@ -1,6 +1,13 @@
 # ChangeLog for sci-libs/libgeotiff
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/ChangeLog,v 1.28 2010/01/02 18:09:06 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/ChangeLog,v 1.29 2010/04/17 17:14:03 nerdboy Exp $
+
+*libgeotiff-1.2.5 (17 Apr 2010)
+
+  17 Apr 2010; Steve Arnold <nerdboy@gentoo.org> +libgeotiff-1.2.5.ebuild,
+  +files/libgeotiff-1.2.5-listgeo-link-hack.patch,
+  +files/libgeotiff-1.2.5-make.patch:
+  Update for latest stable 1.2.x release; closes bug #307639.
 
   02 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
   libgeotiff-1.3.0_beta1.ebuild:



1.1                  sci-libs/libgeotiff/libgeotiff-1.2.5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.2.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.2.5.ebuild?rev=1.1&content-type=text/plain

Index: libgeotiff-1.2.5.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.2.5.ebuild,v 1.1 2010/04/17 17:14:03 nerdboy Exp $

EAPI=2
inherit autotools eutils flag-o-matic

DESCRIPTION="Library for reading TIFF files with embedded tags for geographic (cartographic) information"
HOMEPAGE="http://geotiff.osgeo.org/"
SRC_URI="ftp://ftp.remotesensing.org/pub/geotiff/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE="doc python"

RDEPEND=">=media-libs/tiff-3.9.1
	media-libs/jpeg
	sci-libs/proj"

DEPEND="${RDEPEND}
	doc? ( app-doc/doxygen )"

src_prepare() {
	epatch "${FILESDIR}"/${PN}-1.2.4-soname.patch
	epatch "${FILESDIR}"/${P}-make.patch
	epatch "${FILESDIR}"/${P}-listgeo-link-hack.patch
	filter-ldflags -Wl,-O1
	eautoconf
	eautomake
}

src_compile() {
	emake -j1 || die "emake failed"

	if use doc; then
	    emake dox || die "emake dox failed"
	fi
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"

	dobin bin/makegeo || die "dobin makegeo failed"

	if use python; then
		dobin csv/*.py || die "dobin python failed"
	fi

	dodoc README
	newdoc csv/README README.csv
	use doc && dohtml docs/api/*
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-04-17 17:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-17 17:14 [gentoo-commits] gentoo-x86 commit in sci-libs/libgeotiff: ChangeLog libgeotiff-1.2.5.ebuild Steve Arnold (nerdboy)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox