From 3a6ee21556c4dba96c5d1707699aeafe40c16405 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Mon, 27 Sep 2010 02:50:45 +0000 Subject: [PATCH] Updated ilmbase to 1.0.2, marked as broken as it's not building on gcc2, not sure about gcc4. --- media-libs/ilmbase/ilmbase-1.0.2.bep | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 media-libs/ilmbase/ilmbase-1.0.2.bep diff --git a/media-libs/ilmbase/ilmbase-1.0.2.bep b/media-libs/ilmbase/ilmbase-1.0.2.bep new file mode 100644 index 000000000..aed76ce0d --- /dev/null +++ b/media-libs/ilmbase/ilmbase-1.0.2.bep @@ -0,0 +1,21 @@ +DESCRIPTION="OpenEXR ILM Base libraries" +HOMEPAGE="http://www.openexr.com" +SRC_URI="http://download.savannah.nongnu.org/releases/openexr/ilmbase-1.0.2.tar.gz" +REVISION="1" +CHECKSUM_MD5="26c133ee8ca48e1196fbfb3ffe292ab4" +STATUS_HAIKU="broken" +DEPEND="" +BUILD { + cd ilmbase-1.0.2 + libtoolize --copy --force --install + ./bootstrap + ./configure --prefix=/boot/common + make +} + +INSTALL { + cd ilmbase-1.0.2 + make install +} +LICENSE="BSD (3 clause)" +COPYRIGHT="2002, 2004-2007 Industrial Light & Magic"