diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-04-21 17:16:49 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-04-21 17:16:49 +0000 |
commit | eb91b0c10e894cf1fa772fc15f624a7805a3d277 (patch) | |
tree | 11a01c57a45ec82f707c1dda957677155f9373a0 | |
parent | alpha/arm/sh/sparc stable wrt #412297 (diff) | |
download | gentoo-2-eb91b0c10e894cf1fa772fc15f624a7805a3d277.tar.gz gentoo-2-eb91b0c10e894cf1fa772fc15f624a7805a3d277.tar.bz2 gentoo-2-eb91b0c10e894cf1fa772fc15f624a7805a3d277.zip |
old
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
-rw-r--r-- | media-libs/tiff/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/tiff/files/tiff-4.0.0-missing_lzma_pkgconfig.patch | 22 | ||||
-rw-r--r-- | media-libs/tiff/tiff-3.9.5-r1.ebuild | 44 | ||||
-rw-r--r-- | media-libs/tiff/tiff-3.9.5.ebuild | 53 | ||||
-rw-r--r-- | media-libs/tiff/tiff-4.0.0-r1.ebuild | 47 | ||||
-rw-r--r-- | media-libs/tiff/tiff-4.0.0.ebuild | 46 | ||||
-rw-r--r-- | media-libs/tiff/tiff-4.0.1.ebuild | 46 |
7 files changed, 6 insertions, 259 deletions
diff --git a/media-libs/tiff/ChangeLog b/media-libs/tiff/ChangeLog index 4dd3c51e3e3c..f9d4942f467f 100644 --- a/media-libs/tiff/ChangeLog +++ b/media-libs/tiff/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-libs/tiff # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v 1.193 2012/04/21 16:57:27 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v 1.194 2012/04/21 17:16:49 ssuominen Exp $ + + 21 Apr 2012; Samuli Suominen <ssuominen@gentoo.org> -tiff-3.9.5.ebuild, + -tiff-3.9.5-r1.ebuild, -tiff-4.0.0.ebuild, -tiff-4.0.0-r1.ebuild, + -files/tiff-4.0.0-missing_lzma_pkgconfig.patch, -tiff-4.0.1.ebuild: + old 21 Apr 2012; Raúl Porcel <armin76@gentoo.org> tiff-3.9.5-r2.ebuild, tiff-4.0.1-r1.ebuild: diff --git a/media-libs/tiff/files/tiff-4.0.0-missing_lzma_pkgconfig.patch b/media-libs/tiff/files/tiff-4.0.0-missing_lzma_pkgconfig.patch deleted file mode 100644 index 73ef6731c583..000000000000 --- a/media-libs/tiff/files/tiff-4.0.0-missing_lzma_pkgconfig.patch +++ /dev/null @@ -1,22 +0,0 @@ -http://bugzilla.maptools.org/show_bug.cgi?id=2345 - ---- configure -+++ configure -@@ -18016,6 +18016,7 @@ - $as_echo "#define LZMA_SUPPORT 1" >>confdefs.h - - LIBS="-llzma $LIBS" -+ tiff_libs_private="-llzma ${tiff_libs_private}" - - if test "$HAVE_RPATH" = "yes" -a "x$with_lzma_lib_dir" != "x" ; then - LIBDIR="-R $with_lzma_lib_dir $LIBDIR" ---- configure.ac -+++ configure.ac -@@ -720,6 +720,7 @@ - if test "$HAVE_LZMA" = "yes" ; then - AC_DEFINE(LZMA_SUPPORT,1,[Support LZMA2 compression]) - LIBS="-llzma $LIBS" -+ tiff_libs_private="-llzma ${tiff_libs_private}" - - if test "$HAVE_RPATH" = "yes" -a "x$with_lzma_lib_dir" != "x" ; then - LIBDIR="-R $with_lzma_lib_dir $LIBDIR" diff --git a/media-libs/tiff/tiff-3.9.5-r1.ebuild b/media-libs/tiff/tiff-3.9.5-r1.ebuild deleted file mode 100644 index 9af7fdf60efb..000000000000 --- a/media-libs/tiff/tiff-3.9.5-r1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-3.9.5-r1.ebuild,v 1.1 2011/10/10 20:40:39 ssuominen Exp $ - -# this ebuild is only for the libtiff.so.3 and libtiffxx.so.3 SONAME for ABI compat - -EAPI=4 -inherit libtool multilib - -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="3" -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="+cxx jbig jpeg zlib" - -RDEPEND="jpeg? ( virtual/jpeg ) - jbig? ( media-libs/jbigkit ) - zlib? ( sys-libs/zlib ) - !media-libs/tiff-compat - !=media-libs/tiff-3*:0" -DEPEND="${RDEPEND}" - -src_prepare() { - elibtoolize -} - -src_configure() { - econf \ - --disable-static \ - $(use_enable cxx) \ - $(use_enable zlib) \ - $(use_enable jpeg) \ - $(use_enable jbig) \ - --without-x -} - -src_install() { - exeinto /usr/$(get_libdir) - doexe libtiff/.libs/libtiff$(get_libname 3) - use cxx && doexe libtiff/.libs/libtiffxx$(get_libname 3) -} diff --git a/media-libs/tiff/tiff-3.9.5.ebuild b/media-libs/tiff/tiff-3.9.5.ebuild deleted file mode 100644 index 7f65c73427e9..000000000000 --- a/media-libs/tiff/tiff-3.9.5.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-3.9.5.ebuild,v 1.7 2011/09/17 11:02:09 armin76 Exp $ - -EAPI=3 -inherit 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 ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="+cxx jbig jpeg static-libs zlib" - -RDEPEND="jpeg? ( virtual/jpeg ) - jbig? ( media-libs/jbigkit ) - zlib? ( sys-libs/zlib )" - -DEPEND="${RDEPEND}" - -src_prepare() { - elibtoolize -} - -src_configure() { - econf \ - --disable-dependency-tracking \ - $(use_enable static-libs static) \ - $(use_enable cxx) \ - $(use_enable zlib) \ - $(use_enable jpeg) \ - $(use_enable jbig) \ - --without-x \ - --with-docdir="${EPREFIX}"/usr/share/doc/${PF} -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc ChangeLog README TODO -} - -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 -} diff --git a/media-libs/tiff/tiff-4.0.0-r1.ebuild b/media-libs/tiff/tiff-4.0.0-r1.ebuild deleted file mode 100644 index 0a26df524dd7..000000000000 --- a/media-libs/tiff/tiff-4.0.0-r1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2012 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-r1.ebuild,v 1.6 2012/02/15 02:12:12 ssuominen Exp $ - -EAPI=4 -inherit eutils libtool - -DESCRIPTION="Library for manipulation of TIFF (Tag Image File Format) images" -HOMEPAGE="http://www.remotesensing.org/libtiff/" -SRC_URI="http://download.osgeo.org/libtiff/${P}.tar.gz - 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 ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="+cxx jbig jpeg lzma static-libs zlib" - -RDEPEND="jpeg? ( virtual/jpeg ) - jbig? ( media-libs/jbigkit ) - lzma? ( app-arch/xz-utils ) - zlib? ( sys-libs/zlib )" -DEPEND="${RDEPEND}" - -src_prepare() { - epatch "${FILESDIR}"/${P}-missing_lzma_pkgconfig.patch #396531 - elibtoolize -} - -src_configure() { - econf \ - $(use_enable static-libs static) \ - $(use_enable zlib) \ - $(use_enable jpeg) \ - $(use_enable jbig) \ - $(use_enable lzma) \ - $(use_enable cxx) \ - --without-x \ - --with-docdir="${EPREFIX}"/usr/share/doc/${PF} -} - -src_install() { - default - - rm -f \ - "${ED}"/usr/lib*/libtiff*.la \ - "${ED}"/usr/share/doc/${PF}/{COPYRIGHT,README*,RELEASE-DATE,TODO,VERSION} -} diff --git a/media-libs/tiff/tiff-4.0.0.ebuild b/media-libs/tiff/tiff-4.0.0.ebuild deleted file mode 100644 index a6eb12d828df..000000000000 --- a/media-libs/tiff/tiff-4.0.0.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2011 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.ebuild,v 1.1 2011/12/30 12:10:06 ssuominen Exp $ - -EAPI=4 -inherit libtool - -DESCRIPTION="Library for manipulation of TIFF (Tag Image File Format) images" -HOMEPAGE="http://www.remotesensing.org/libtiff/" -SRC_URI="http://download.osgeo.org/libtiff/${P}.tar.gz - 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 ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="+cxx jbig jpeg lzma static-libs zlib" - -RDEPEND="jpeg? ( virtual/jpeg ) - jbig? ( media-libs/jbigkit ) - lzma? ( app-arch/xz-utils ) - zlib? ( sys-libs/zlib )" -DEPEND="${RDEPEND}" - -src_prepare() { - elibtoolize -} - -src_configure() { - econf \ - $(use_enable static-libs static) \ - $(use_enable zlib) \ - $(use_enable jpeg) \ - $(use_enable jbig) \ - $(use_enable lzma) \ - $(use_enable cxx) \ - --without-x \ - --with-docdir="${EPREFIX}"/usr/share/doc/${PF} -} - -src_install() { - default - - rm -f \ - "${ED}"/usr/lib*/libtiff*.la \ - "${ED}"/usr/share/doc/${PF}/{COPYRIGHT,README*,RELEASE-DATE,TODO,VERSION} -} diff --git a/media-libs/tiff/tiff-4.0.1.ebuild b/media-libs/tiff/tiff-4.0.1.ebuild deleted file mode 100644 index 1109d1d347c7..000000000000 --- a/media-libs/tiff/tiff-4.0.1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-4.0.1.ebuild,v 1.1 2012/03/02 17:21:27 ssuominen Exp $ - -EAPI=4 -inherit libtool - -DESCRIPTION="Tag Image File Format (TIFF) library" -HOMEPAGE="http://www.remotesensing.org/libtiff/" -SRC_URI="http://download.osgeo.org/libtiff/${P}.tar.gz - 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 ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="+cxx jbig jpeg lzma static-libs zlib" - -RDEPEND="jpeg? ( virtual/jpeg ) - jbig? ( media-libs/jbigkit ) - lzma? ( app-arch/xz-utils ) - zlib? ( sys-libs/zlib )" -DEPEND="${RDEPEND}" - -src_prepare() { - elibtoolize -} - -src_configure() { - econf \ - $(use_enable static-libs static) \ - $(use_enable zlib) \ - $(use_enable jpeg) \ - $(use_enable jbig) \ - $(use_enable lzma) \ - $(use_enable cxx) \ - --without-x \ - --with-docdir="${EPREFIX}"/usr/share/doc/${PF} -} - -src_install() { - default - - rm -f \ - "${ED}"/usr/lib*/libtiff*.la \ - "${ED}"/usr/share/doc/${PF}/{COPYRIGHT,README*,RELEASE-DATE,TODO,VERSION} -} |