From 2359c93e8758ddf4a747dbd79f09aba1fa23bcf1 Mon Sep 17 00:00:00 2001 From: Chris Adams Date: Mon, 3 Dec 2012 15:12:15 -0500 Subject: FreeImage 3.15.4 "Release 3.15.4 is a maintenance release that brings several updates of its third party libraries. Significant fixes concern JPEG, TIFF, PNG, RAW and DDS plugins. Other significant improvements concern the rescale function, as well as multi-threading safety. The library has been updated with the new ZLib (1.2.7), LibPNG (1.5.13), LibTIFF (4.0.3), LibRaw (0.14.7), OpenJPEG (1.5.1), OpenEXR (1.7.1)." http://freeimage.sourceforge.net/news.html This formula includes one patch needed to compile the bundled OpenEXR: https://sourceforge.net/p/freeimage/patches/80/ Closes #16381. Signed-off-by: Adam Vandenberg --- Library/Formula/freeimage.rb | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'Library') diff --git a/Library/Formula/freeimage.rb b/Library/Formula/freeimage.rb index 00045d860..e65d9e5d0 100644 --- a/Library/Formula/freeimage.rb +++ b/Library/Formula/freeimage.rb @@ -10,10 +10,10 @@ end class Freeimage < Formula homepage 'http://sf.net/projects/freeimage' - url 'http://downloads.sourceforge.net/project/freeimage/Source%20Distribution/3.15.3/FreeImage3153.zip', + url 'http://downloads.sourceforge.net/project/freeimage/Source%20Distribution/3.15.4/FreeImage3154.zip', :using => FreeimageHttpDownloadStrategy - version '3.15.3' - sha1 '083ef40a1734e33cc34c55ba87019bf5cce9ca4a' + version '3.15.4' + sha1 '1d30057a127b2016cf9b4f0f8f2ba92547670f96' option :universal @@ -142,3 +142,15 @@ index 0c967b8..e50ed7f 100644 ln -sf $(SHAREDLIB) $(INSTALLDIR)/$(VERLIBNAME) ln -sf $(VERLIBNAME) $(INSTALLDIR)/$(LIBNAME) # ldconfig +diff --git a/Source/OpenEXR/IlmImf/ImfAutoArray.h b/Source/OpenEXR/IlmImf/ImfAutoArray.h +index edb8b10..3ecf3e0 100755 +--- a/Source/OpenEXR/IlmImf/ImfAutoArray.h ++++ b/Source/OpenEXR/IlmImf/ImfAutoArray.h +@@ -44,6 +44,7 @@ + // + //----------------------------------------------------------------------------- + ++#include + #include "OpenEXRConfig.h" + + namespace Imf { -- cgit v1.2.3