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.8.2-r7.ebuild
@ 2009-07-04 19:26 Markus Meier (maekke)
  0 siblings, 0 replies; 7+ messages in thread
From: Markus Meier (maekke) @ 2009-07-04 19:26 UTC (permalink / raw
  To: gentoo-commits

maekke      09/07/04 19:26:44

  Modified:             ChangeLog
  Added:                tiff-3.8.2-r7.ebuild
  Log:
  version bump wrt security bug #276339. this ebuild is based on tiff-3.8.2-r5.ebuild as opengl-support is currently broken in -r6.
  (Portage version: 2.2_rc33/cvs/Linux i686)

Revision  Changes    Path
1.119                media-libs/tiff/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- ChangeLog	23 Jun 2009 08:23:12 -0000	1.118
+++ ChangeLog	4 Jul 2009 19:26:44 -0000	1.119
@@ -1,6 +1,13 @@
 # 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.118 2009/06/23 08:23:12 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v 1.119 2009/07/04 19:26:44 maekke Exp $
+
+*tiff-3.8.2-r7 (04 Jul 2009)
+
+  04 Jul 2009; Markus Meier <maekke@gentoo.org> +tiff-3.8.2-r7.ebuild,
+  +files/tiff-3.8.2-CVE-2009-2285.patch:
+  version bump wrt security bug #276339. this ebuild is based on
+  tiff-3.8.2-r5.ebuild as opengl-support is currently broken in -r6.
 
   23 Jun 2009; Diego E. Pettenò <flameeyes@gentoo.org>
   tiff-3.8.2-r6.ebuild:



1.1                  media-libs/tiff/tiff-3.8.2-r7.ebuild

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

Index: tiff-3.8.2-r7.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.8.2-r7.ebuild,v 1.1 2009/07/04 19:26:44 maekke 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
	mirror://gentoo/${P}-pdfsec-patches.tar.bz2"

LICENSE="as-is"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~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 "${WORKDIR}"/${P}-tiff2pdf-20080903.patch
	epatch "${FILESDIR}"/${P}-tiffsplit.patch
	if use jbig; then
		epatch "${FILESDIR}"/${PN}-jbig.patch
	fi
	epatch "${WORKDIR}"/${P}-goo-sec.patch
	epatch "${FILESDIR}"/${P}-CVE-2008-2327.patch
	epatch "${FILESDIR}"/${P}-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() {
	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
}






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

* [gentoo-commits] gentoo-x86 commit in media-libs/tiff: ChangeLog tiff-3.8.2-r7.ebuild
@ 2009-07-06  3:03 Jeroen Roovers (jer)
  0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2009-07-06  3:03 UTC (permalink / raw
  To: gentoo-commits

jer         09/07/06 03:03:53

  Modified:             ChangeLog tiff-3.8.2-r7.ebuild
  Log:
  Stable for HPPA (bug #276339).
  (Portage version: 2.2_rc33/cvs/Linux i686)

Revision  Changes    Path
1.120                media-libs/tiff/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- ChangeLog	4 Jul 2009 19:26:44 -0000	1.119
+++ ChangeLog	6 Jul 2009 03:03:52 -0000	1.120
@@ -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.119 2009/07/04 19:26:44 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v 1.120 2009/07/06 03:03:52 jer Exp $
+
+  06 Jul 2009; Jeroen Roovers <jer@gentoo.org> tiff-3.8.2-r7.ebuild:
+  Stable for HPPA (bug #276339).
 
 *tiff-3.8.2-r7 (04 Jul 2009)
 



1.2                  media-libs/tiff/tiff-3.8.2-r7.ebuild

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

Index: tiff-3.8.2-r7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-3.8.2-r7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tiff-3.8.2-r7.ebuild	4 Jul 2009 19:26:44 -0000	1.1
+++ tiff-3.8.2-r7.ebuild	6 Jul 2009 03:03:52 -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.8.2-r7.ebuild,v 1.1 2009/07/04 19:26:44 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-3.8.2-r7.ebuild,v 1.2 2009/07/06 03:03:52 jer Exp $
 
 EAPI=2
 
@@ -13,7 +13,7 @@
 
 LICENSE="as-is"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~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] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-libs/tiff: ChangeLog tiff-3.8.2-r7.ebuild
@ 2009-07-06 18:05 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 7+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-07-06 18:05 UTC (permalink / raw
  To: gentoo-commits

fauli       09/07/06 18:05:01

  Modified:             ChangeLog tiff-3.8.2-r7.ebuild
  Log:
  stable x86, security bug 276339
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.121                media-libs/tiff/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -r1.120 -r1.121
--- ChangeLog	6 Jul 2009 03:03:52 -0000	1.120
+++ ChangeLog	6 Jul 2009 18:05:01 -0000	1.121
@@ -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.120 2009/07/06 03:03:52 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v 1.121 2009/07/06 18:05:01 fauli Exp $
+
+  06 Jul 2009; Christian Faulhammer <fauli@gentoo.org> tiff-3.8.2-r7.ebuild:
+  stable x86, security bug 276339
 
   06 Jul 2009; Jeroen Roovers <jer@gentoo.org> tiff-3.8.2-r7.ebuild:
   Stable for HPPA (bug #276339).



1.3                  media-libs/tiff/tiff-3.8.2-r7.ebuild

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

Index: tiff-3.8.2-r7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-3.8.2-r7.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tiff-3.8.2-r7.ebuild	6 Jul 2009 03:03:52 -0000	1.2
+++ tiff-3.8.2-r7.ebuild	6 Jul 2009 18:05:01 -0000	1.3
@@ -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.8.2-r7.ebuild,v 1.2 2009/07/06 03:03:52 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-3.8.2-r7.ebuild,v 1.3 2009/07/06 18:05:01 fauli Exp $
 
 EAPI=2
 
@@ -13,7 +13,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] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-libs/tiff: ChangeLog tiff-3.8.2-r7.ebuild
@ 2009-07-06 18:20 Brent Baude (ranger)
  0 siblings, 0 replies; 7+ messages in thread
From: Brent Baude (ranger) @ 2009-07-06 18:20 UTC (permalink / raw
  To: gentoo-commits

ranger      09/07/06 18:20:56

  Modified:             ChangeLog tiff-3.8.2-r7.ebuild
  Log:
  Marking tiff-3.8.2-r7 ppc64 and ppc for bug 276339
  (Portage version: 2.1.6.13/cvs/Linux ppc64)

Revision  Changes    Path
1.122                media-libs/tiff/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- ChangeLog	6 Jul 2009 18:05:01 -0000	1.121
+++ ChangeLog	6 Jul 2009 18:20:56 -0000	1.122
@@ -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.121 2009/07/06 18:05:01 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v 1.122 2009/07/06 18:20:56 ranger Exp $
+
+  06 Jul 2009; Brent Baude <ranger@gentoo.org> tiff-3.8.2-r7.ebuild:
+  Marking tiff-3.8.2-r7 ppc64 and ppc for bug 276339
 
   06 Jul 2009; Christian Faulhammer <fauli@gentoo.org> tiff-3.8.2-r7.ebuild:
   stable x86, security bug 276339



1.4                  media-libs/tiff/tiff-3.8.2-r7.ebuild

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

Index: tiff-3.8.2-r7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-3.8.2-r7.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- tiff-3.8.2-r7.ebuild	6 Jul 2009 18:05:01 -0000	1.3
+++ tiff-3.8.2-r7.ebuild	6 Jul 2009 18:20:56 -0000	1.4
@@ -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.8.2-r7.ebuild,v 1.3 2009/07/06 18:05:01 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-3.8.2-r7.ebuild,v 1.4 2009/07/06 18:20:56 ranger Exp $
 
 EAPI=2
 
@@ -13,7 +13,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 ~sparc-fbsd x86 ~x86-fbsd"
 IUSE="jpeg jbig nocxx zlib"
 
 RDEPEND="jpeg? ( >=media-libs/jpeg-6b )






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

* [gentoo-commits] gentoo-x86 commit in media-libs/tiff: ChangeLog tiff-3.8.2-r7.ebuild
@ 2009-07-08 14:19 Raul Porcel (armin76)
  0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2009-07-08 14:19 UTC (permalink / raw
  To: gentoo-commits

armin76     09/07/08 14:19:25

  Modified:             ChangeLog tiff-3.8.2-r7.ebuild
  Log:
  alpha/arm/ia64/m68k/s390/sh/sparc stable wrt #276339
  (Portage version: 2.1.6.13/cvs/Linux ia64)

Revision  Changes    Path
1.123                media-libs/tiff/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- ChangeLog	6 Jul 2009 18:20:56 -0000	1.122
+++ ChangeLog	8 Jul 2009 14:19:25 -0000	1.123
@@ -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.122 2009/07/06 18:20:56 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v 1.123 2009/07/08 14:19:25 armin76 Exp $
+
+  08 Jul 2009; Raúl Porcel <armin76@gentoo.org> tiff-3.8.2-r7.ebuild:
+  alpha/arm/ia64/m68k/s390/sh/sparc stable wrt #276339
 
   06 Jul 2009; Brent Baude <ranger@gentoo.org> tiff-3.8.2-r7.ebuild:
   Marking tiff-3.8.2-r7 ppc64 and ppc for bug 276339



1.5                  media-libs/tiff/tiff-3.8.2-r7.ebuild

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

Index: tiff-3.8.2-r7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-3.8.2-r7.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- tiff-3.8.2-r7.ebuild	6 Jul 2009 18:20:56 -0000	1.4
+++ tiff-3.8.2-r7.ebuild	8 Jul 2009 14:19:25 -0000	1.5
@@ -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.8.2-r7.ebuild,v 1.4 2009/07/06 18:20:56 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-3.8.2-r7.ebuild,v 1.5 2009/07/08 14:19:25 armin76 Exp $
 
 EAPI=2
 
@@ -13,7 +13,7 @@
 
 LICENSE="as-is"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~sparc-fbsd x86 ~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] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-libs/tiff: ChangeLog tiff-3.8.2-r7.ebuild
@ 2009-07-08 20:30 Markus Meier (maekke)
  0 siblings, 0 replies; 7+ messages in thread
From: Markus Meier (maekke) @ 2009-07-08 20:30 UTC (permalink / raw
  To: gentoo-commits

maekke      09/07/08 20:30:43

  Modified:             ChangeLog tiff-3.8.2-r7.ebuild
  Log:
  amd64 stable, bug #276339
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.124                media-libs/tiff/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- ChangeLog	8 Jul 2009 14:19:25 -0000	1.123
+++ ChangeLog	8 Jul 2009 20:30:43 -0000	1.124
@@ -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.123 2009/07/08 14:19:25 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v 1.124 2009/07/08 20:30:43 maekke Exp $
+
+  08 Jul 2009; Markus Meier <maekke@gentoo.org> tiff-3.8.2-r7.ebuild:
+  amd64 stable, bug #276339
 
   08 Jul 2009; Raúl Porcel <armin76@gentoo.org> tiff-3.8.2-r7.ebuild:
   alpha/arm/ia64/m68k/s390/sh/sparc stable wrt #276339



1.6                  media-libs/tiff/tiff-3.8.2-r7.ebuild

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

Index: tiff-3.8.2-r7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-3.8.2-r7.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- tiff-3.8.2-r7.ebuild	8 Jul 2009 14:19:25 -0000	1.5
+++ tiff-3.8.2-r7.ebuild	8 Jul 2009 20:30:43 -0000	1.6
@@ -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.8.2-r7.ebuild,v 1.5 2009/07/08 14:19:25 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-3.8.2-r7.ebuild,v 1.6 2009/07/08 20:30:43 maekke Exp $
 
 EAPI=2
 
@@ -13,7 +13,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] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-libs/tiff: ChangeLog tiff-3.8.2-r7.ebuild
@ 2009-07-09  8:17 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 7+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-07-09  8:17 UTC (permalink / raw
  To: gentoo-commits

fauli       09/07/09 08:17:43

  Modified:             ChangeLog tiff-3.8.2-r7.ebuild
  Log:
  only display pkg_postinst message when JBIG support is compiled, bug 276870 by Toralf Förster <toralf DOT foerster AT gmx DOT de>
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.125                media-libs/tiff/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- ChangeLog	8 Jul 2009 20:30:43 -0000	1.124
+++ ChangeLog	9 Jul 2009 08:17:43 -0000	1.125
@@ -1,6 +1,10 @@
 # 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.124 2009/07/08 20:30:43 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v 1.125 2009/07/09 08:17:43 fauli Exp $
+
+  09 Jul 2009; Christian Faulhammer <fauli@gentoo.org> tiff-3.8.2-r7.ebuild:
+  only display pkg_postinst message when JBIG support is compiled, bug
+  276870 by Toralf Förster <toralf DOT foerster AT gmx DOT de>
 
   08 Jul 2009; Markus Meier <maekke@gentoo.org> tiff-3.8.2-r7.ebuild:
   amd64 stable, bug #276339



1.7                  media-libs/tiff/tiff-3.8.2-r7.ebuild

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

Index: tiff-3.8.2-r7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-3.8.2-r7.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- tiff-3.8.2-r7.ebuild	8 Jul 2009 20:30:43 -0000	1.6
+++ tiff-3.8.2-r7.ebuild	9 Jul 2009 08:17:43 -0000	1.7
@@ -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.8.2-r7.ebuild,v 1.6 2009/07/08 20:30:43 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-3.8.2-r7.ebuild,v 1.7 2009/07/09 08:17:43 fauli Exp $
 
 EAPI=2
 
@@ -49,10 +49,12 @@
 }
 
 pkg_postinst() {
-	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
+	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] 7+ messages in thread

end of thread, other threads:[~2009-07-09  8:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-08 14:19 [gentoo-commits] gentoo-x86 commit in media-libs/tiff: ChangeLog tiff-3.8.2-r7.ebuild Raul Porcel (armin76)
  -- strict thread matches above, loose matches on Subject: below --
2009-07-09  8:17 Christian Faulhammer (fauli)
2009-07-08 20:30 Markus Meier (maekke)
2009-07-06 18:20 Brent Baude (ranger)
2009-07-06 18:05 Christian Faulhammer (fauli)
2009-07-06  3:03 Jeroen Roovers (jer)
2009-07-04 19:26 Markus Meier (maekke)

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