diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-08-06 23:42:12 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-08-06 23:42:12 +0000 |
commit | 1d371a90e63275f58e8ebd7f819ea1c033d4f978 (patch) | |
tree | a794b40d4c050b577b7e884be2ba340d1ce8ad8a /media-libs/openexr | |
parent | Adding upstream patch to fix bug 231974. (diff) | |
download | gentoo-2-1d371a90e63275f58e8ebd7f819ea1c033d4f978.tar.gz gentoo-2-1d371a90e63275f58e8ebd7f819ea1c033d4f978.tar.bz2 gentoo-2-1d371a90e63275f58e8ebd7f819ea1c033d4f978.zip |
remove old version with was only there for stable mips which is no longer maintained; that'll allow to close bug #226755
(Portage version: 2.2_rc6/cvs/Linux 2.6.26-gentoo x86_64)
Diffstat (limited to 'media-libs/openexr')
-rw-r--r-- | media-libs/openexr/ChangeLog | 8 | ||||
-rw-r--r-- | media-libs/openexr/files/openexr-1.2.2-asneeded.patch | 51 | ||||
-rw-r--r-- | media-libs/openexr/files/openexr-1.2.2-gcc4.patch | 11 | ||||
-rw-r--r-- | media-libs/openexr/openexr-1.2.2-r2.ebuild | 55 |
4 files changed, 7 insertions, 118 deletions
diff --git a/media-libs/openexr/ChangeLog b/media-libs/openexr/ChangeLog index cda44e962171..0cff04a9554d 100644 --- a/media-libs/openexr/ChangeLog +++ b/media-libs/openexr/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-libs/openexr # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/openexr/ChangeLog,v 1.73 2008/03/05 22:50:58 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/openexr/ChangeLog,v 1.74 2008/08/06 23:42:11 aballier Exp $ + + 06 Aug 2008; Alexis Ballier <aballier@gentoo.org> + -files/openexr-1.2.2-asneeded.patch, -files/openexr-1.2.2-gcc4.patch, + -openexr-1.2.2-r2.ebuild: + remove old version with was only there for stable mips which is no longer + maintained; that'll allow to close bug #226755 05 Mar 2008; Alexis Ballier <aballier@gentoo.org> +files/openexr-1.6.1-gcc-4.3.patch, openexr-1.6.1.ebuild: diff --git a/media-libs/openexr/files/openexr-1.2.2-asneeded.patch b/media-libs/openexr/files/openexr-1.2.2-asneeded.patch deleted file mode 100644 index 5f4b2e30f1f9..000000000000 --- a/media-libs/openexr/files/openexr-1.2.2-asneeded.patch +++ /dev/null @@ -1,51 +0,0 @@ ---- OpenEXR-1.2.2/IlmImf/Makefile.am.orig 2004-12-16 18:01:57.000000000 -0800 -+++ OpenEXR-1.2.2/IlmImf/Makefile.am 2006-05-18 01:23:30.000000000 -0700 -@@ -55,7 +55,7 @@ - ImfTestFile.cpp ImfTestFile.h - - libIlmImf_la_LDFLAGS = -version-info @LIBTOOL_VERSION@ -- -+libIlmImf_la_LIBADD = $(top_builddir)/Iex/libIex.la $(top_builddir)/Half/libHalf.la -lz - libIlmImfincludedir = $(includedir)/OpenEXR - - libIlmImfinclude_HEADERS = ImfAttribute.h ImfBoxAttribute.h \ ---- OpenEXR-1.2.2/IlmImf/Makefile.in.orig 2005-03-09 17:29:28.000000000 -0800 -+++ OpenEXR-1.2.2/IlmImf/Makefile.in 2006-05-18 01:23:40.000000000 -0700 -@@ -256,7 +256,7 @@ - CONFIG_CLEAN_FILES = - LTLIBRARIES = $(lib_LTLIBRARIES) - --libIlmImf_la_LIBADD = -+libIlmImf_la_LIBADD = $(top_builddir)/Iex/libIex.la $(top_builddir)/Half/libHalf.la -lz - am_libIlmImf_la_OBJECTS = ImfAttribute.lo ImfBoxAttribute.lo \ - ImfCRgbaFile.lo ImfChannelList.lo ImfChannelListAttribute.lo \ - ImfFloatAttribute.lo ImfFrameBuffer.lo ImfHeader.lo ImfIO.lo \ ---- OpenEXR-1.2.2/Imath/Makefile.am.orig 2005-03-07 20:21:53.000000000 -0800 -+++ OpenEXR-1.2.2/Imath/Makefile.am 2006-05-18 01:31:30.000000000 -0700 -@@ -16,6 +16,7 @@ - ImathBox.cpp ImathRandom.cpp - - libImath_la_LDFLAGS = -version-info @LIBTOOL_VERSION@ -+libImath_la_LIBADD = $(top_builddir)/Iex/libIex.la - - libImathincludedir = $(includedir)/OpenEXR - ---- OpenEXR-1.2.2/Imath/Makefile.in.orig 2005-03-09 17:29:29.000000000 -0800 -+++ OpenEXR-1.2.2/Imath/Makefile.in 2006-05-18 01:35:04.000000000 -0700 -@@ -168,6 +168,7 @@ - - - libImath_la_LDFLAGS = -version-info @LIBTOOL_VERSION@ -+libImath_la_LIBADD = $(top_builddir)/Iex/libIex.la - - libImathincludedir = $(includedir)/OpenEXR - -@@ -189,7 +190,7 @@ - CONFIG_CLEAN_FILES = - LTLIBRARIES = $(lib_LTLIBRARIES) - --libImath_la_LIBADD = -+libImath_la_LIBADD = $(top_builddir)/Iex/libIex.la - am_libImath_la_OBJECTS = ImathShear.lo ImathMatrixAlgo.lo ImathVec.lo \ - ImathColorAlgo.lo ImathFun.lo ImathBox.lo ImathRandom.lo - libImath_la_OBJECTS = $(am_libImath_la_OBJECTS) diff --git a/media-libs/openexr/files/openexr-1.2.2-gcc4.patch b/media-libs/openexr/files/openexr-1.2.2-gcc4.patch deleted file mode 100644 index 5395cffd7245..000000000000 --- a/media-libs/openexr/files/openexr-1.2.2-gcc4.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -u -r /tmp/OpenEXR-1.2.2/exrmaketiled/Image.h ./exrmaketiled/Image.h ---- /tmp/OpenEXR-1.2.2/exrmaketiled/Image.h 2004-06-04 06:11:23.000000000 +0200 -+++ ./exrmaketiled/Image.h 2005-08-08 20:29:50.000000000 +0200 -@@ -49,6 +49,7 @@ - #include <string> - #include <map> - -+class Image; - - class ImageChannel - { diff --git a/media-libs/openexr/openexr-1.2.2-r2.ebuild b/media-libs/openexr/openexr-1.2.2-r2.ebuild deleted file mode 100644 index 9382616f8dc9..000000000000 --- a/media-libs/openexr/openexr-1.2.2-r2.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/openexr/openexr-1.2.2-r2.ebuild,v 1.17 2007/10/27 20:05:26 aballier Exp $ - -WANT_AUTOMAKE=1.7 - -inherit eutils libtool autotools - -MY_P=OpenEXR-${PV} -S=${WORKDIR}/${MY_P} - -DESCRIPTION="ILM's HDR image file format libraries" -SRC_URI="http://savannah.nongnu.org/download/openexr/${MY_P}.tar.gz" -HOMEPAGE="http://www.openexr.com" - -SLOT="0" -LICENSE="as-is" -KEYWORDS="alpha amd64 hppa ia64 mips ppc ppc64 sh sparc x86 ~x86-fbsd" -IUSE="doc examples" - -RDEPEND="virtual/opengl" -DEPEND="dev-util/pkgconfig - ${RDEPEND}" - -src_unpack() { - unpack ${A} - sed -i -e "s:OpenEXR-@OPENEXR_VERSION@:\$\(P\):" "${S}/IlmImfExamples/Makefile.in" - sed -i -e "s:NVSDK_CXXFLAGS=\"\":NVSDK_CXXFLAGS=\"-DUNIX\":" "${S}/acinclude.m4" - - epatch "${FILESDIR}/openexr-1.2.2-gcc4.patch" - epatch "${FILESDIR}/${P}-asneeded.patch" - # Replace the temporary directory used for tests - sed -i -e 's:"/var/tmp/":"'${T}'":' "${S}/IlmImfTest/tmpDir.h" - - cd "${S}" - eautomake - elibtoolize -} - -src_compile() { - econf \ - $(use_enable examples imfexamples) \ - --without-fltk-config - - emake || die "make failed" -} - -src_install () { - make DESTDIR="${D}" install || die "install failed" - dodoc AUTHORS Changelog README* ChangeLog LICENSE NEWS - if use examples && [ "${P}" != "${PF}" ] ; then - mv "${D}/usr/share/doc/${P}/examples" "${D}/usr/share/doc/${PF}/examples" - fi - use doc && dohtml -r "${S}"/doc/* -} |