diff options
author | Steve Arnold <nerdboy@gentoo.org> | 2010-09-18 23:32:11 +0000 |
---|---|---|
committer | Steve Arnold <nerdboy@gentoo.org> | 2010-09-18 23:32:11 +0000 |
commit | 4414898425579d0f2d0f7c9bd79b68c7ec52dbf2 (patch) | |
tree | 668e4b6a606b2f8fe234e7ab65eb0a905250fb06 /media-libs | |
parent | Removed crufty old local USE flags from metadata. (diff) | |
download | gentoo-2-4414898425579d0f2d0f7c9bd79b68c7ec52dbf2.tar.gz gentoo-2-4414898425579d0f2d0f7c9bd79b68c7ec52dbf2.tar.bz2 gentoo-2-4414898425579d0f2d0f7c9bd79b68c7ec52dbf2.zip |
Backing off 12-bit compression support for now (see ChangeLog).
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/tiff/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/tiff/tiff-4.0.0_beta6.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/media-libs/tiff/ChangeLog b/media-libs/tiff/ChangeLog index 5f2dcf0e4609..30eb406eca97 100644 --- a/media-libs/tiff/ChangeLog +++ b/media-libs/tiff/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-libs/tiff # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v 1.163 2010/09/18 18:39:13 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v 1.164 2010/09/18 23:32:11 nerdboy Exp $ + + 18 Sep 2010; Steve Arnold <nerdboy@gentoo.org> tiff-4.0.0_beta6.ebuild: + Backing off 12-bit compression support for now, since only the internal + GDAL jpeg version has simultaneous support for both 8 and 12 bits per + sample. 18 Sep 2010; Steve Arnold <nerdboy@gentoo.org> tiff-4.0.0_beta6.ebuild, +files/tiff-4.0.0_beta6-cr2-bitspersample.patch: diff --git a/media-libs/tiff/tiff-4.0.0_beta6.ebuild b/media-libs/tiff/tiff-4.0.0_beta6.ebuild index dbac48fea663..eb9733e6ee28 100644 --- a/media-libs/tiff/tiff-4.0.0_beta6.ebuild +++ b/media-libs/tiff/tiff-4.0.0_beta6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-4.0.0_beta6.ebuild,v 1.4 2010/09/18 18:39:13 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-4.0.0_beta6.ebuild,v 1.5 2010/09/18 23:32:11 nerdboy Exp $ EAPI=3 inherit eutils libtool @@ -14,7 +14,7 @@ SRC_URI="ftp://ftp.remotesensing.org/pub/libtiff/${MY_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 ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="-12-bit +cxx jbig +jpeg static-libs zlib" +IUSE="+cxx jbig jpeg static-libs zlib" DEPEND="jpeg? ( virtual/jpeg ) jbig? ( media-libs/jbigkit ) @@ -32,7 +32,6 @@ src_configure() { econf \ --disable-dependency-tracking \ $(use_enable static-libs static) \ - $(use_enable 12-bit jpeg12) \ $(use_enable cxx) \ $(use_enable zlib) \ $(use_enable jpeg) \ |