public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/tiff: ChangeLog tiff-3.9.1.ebuild
@ 2009-09-19  4:10 Steve Arnold (nerdboy)
  0 siblings, 0 replies; 2+ messages in thread
From: Steve Arnold (nerdboy) @ 2009-09-19  4:10 UTC (permalink / raw
  To: gentoo-commits

nerdboy     09/09/19 04:10:34

  Modified:             ChangeLog
  Added:                tiff-3.9.1.ebuild
  Log:
  Updated to current stable (required for gdal). Closes bug 285285.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.132                media-libs/tiff/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/tiff/ChangeLog?rev=1.132&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/tiff/ChangeLog?rev=1.132&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/tiff/ChangeLog?r1=1.131&r2=1.132

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -r1.131 -r1.132
--- ChangeLog	27 Jul 2009 22:00:17 -0000	1.131
+++ ChangeLog	19 Sep 2009 04:10:34 -0000	1.132
@@ -1,6 +1,12 @@
 # ChangeLog for media-libs/tiff
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v 1.131 2009/07/27 22:00:17 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v 1.132 2009/09/19 04:10:34 nerdboy Exp $
+
+*tiff-3.9.1 (19 Sep 2009)
+
+  19 Sep 2009; Steve Arnold <nerdboy@gentoo.org> +tiff-3.9.1.ebuild:
+  Updated to current upstream stable stable (required for gdal). Closes 
+  bug 285285.  Also fixes bug in gdal rendering (see bug #285310).
 
   27 Jul 2009; Markus Meier <maekke@gentoo.org> tiff-3.8.2-r8.ebuild:
   amd64 stable, bug #276988



1.1                  media-libs/tiff/tiff-3.9.1.ebuild

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

Index: tiff-3.9.1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-3.9.1.ebuild,v 1.1 2009/09/19 04:10:34 nerdboy Exp $

EAPI=2

inherit eutils libtool

DESCRIPTION="Library for manipulation of TIFF (Tag Image File Format) images"
HOMEPAGE="http://www.remotesensing.org/libtiff/"
SRC_URI="ftp://ftp.remotesensing.org/pub/libtiff/${P}.tar.gz"

LICENSE="as-is"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
IUSE="jpeg jbig nocxx zlib"

RDEPEND="jpeg? ( >=media-libs/jpeg-6b )
	jbig? ( >=media-libs/jbigkit-1.6-r1 )
	zlib? ( >=sys-libs/zlib-1.1.3-r2 )"
DEPEND="${RDEPEND}"

src_prepare() {
	epatch "${FILESDIR}"/${PN}-3.8.2-CVE-2009-2285.patch
	elibtoolize
}

src_configure() {
	econf \
		$(use_enable !nocxx cxx) \
		$(use_enable zlib) \
		$(use_enable jpeg) \
		$(use_enable jbig) \
		--with-pic --without-x \
		--with-docdir=/usr/share/doc/${PF}
}

src_install() {
	emake install DESTDIR="${D}" || die "make install failed"
	dodoc README TODO VERSION
}

pkg_postinst() {
	if use jbig; then
		echo
		elog "JBIG support is intended for Hylafax fax compression, so we"
		elog "really need more feedback in other areas (most testing has"
		elog "been done with fax).  Be sure to recompile anything linked"
		elog "against tiff if you rebuild it with jbig support."
		echo
	fi
}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-libs/tiff: ChangeLog tiff-3.9.1.ebuild
@ 2009-11-04 16:03 Markus Meier (maekke)
  0 siblings, 0 replies; 2+ messages in thread
From: Markus Meier (maekke) @ 2009-11-04 16:03 UTC (permalink / raw
  To: gentoo-commits

maekke      09/11/04 16:03:59

  Modified:             ChangeLog tiff-3.9.1.ebuild
  Log:
  amd64/arm/x86 stable, bug #291612
  (Portage version: 2.2_rc48/cvs/Linux x86_64)

Revision  Changes    Path
1.133                media-libs/tiff/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/tiff/ChangeLog?rev=1.133&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/tiff/ChangeLog?rev=1.133&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/tiff/ChangeLog?r1=1.132&r2=1.133

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -r1.132 -r1.133
--- ChangeLog	19 Sep 2009 04:10:34 -0000	1.132
+++ ChangeLog	4 Nov 2009 16:03:58 -0000	1.133
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/tiff
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v 1.132 2009/09/19 04:10:34 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v 1.133 2009/11/04 16:03:58 maekke Exp $
+
+  04 Nov 2009; Markus Meier <maekke@gentoo.org> tiff-3.9.1.ebuild:
+  amd64/arm/x86 stable, bug #291612
 
 *tiff-3.9.1 (19 Sep 2009)
 



1.2                  media-libs/tiff/tiff-3.9.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/tiff/tiff-3.9.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/tiff/tiff-3.9.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/tiff/tiff-3.9.1.ebuild?r1=1.1&r2=1.2

Index: tiff-3.9.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-3.9.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tiff-3.9.1.ebuild	19 Sep 2009 04:10:34 -0000	1.1
+++ tiff-3.9.1.ebuild	4 Nov 2009 16:03:58 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-3.9.1.ebuild,v 1.1 2009/09/19 04:10:34 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-3.9.1.ebuild,v 1.2 2009/11/04 16:03:58 maekke Exp $
 
 EAPI=2
 
@@ -12,7 +12,7 @@
 
 LICENSE="as-is"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd"
 IUSE="jpeg jbig nocxx zlib"
 
 RDEPEND="jpeg? ( >=media-libs/jpeg-6b )






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-11-04 16:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-04 16:03 [gentoo-commits] gentoo-x86 commit in media-libs/tiff: ChangeLog tiff-3.9.1.ebuild Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2009-09-19  4:10 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