diff options
| author | Chris Adams | 2012-12-03 15:12:15 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2012-12-04 10:06:28 -0800 |
| commit | 2359c93e8758ddf4a747dbd79f09aba1fa23bcf1 (patch) | |
| tree | dea59fd7a613ec66ec38b42c1ac272f2383413e6 /Library | |
| parent | 3e7741c753a38ac6af6316dac3372beff5225306 (diff) | |
| download | homebrew-2359c93e8758ddf4a747dbd79f09aba1fa23bcf1.tar.bz2 | |
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 <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/freeimage.rb | 18 |
1 files changed, 15 insertions, 3 deletions
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 <cstring> + #include "OpenEXRConfig.h" + + namespace Imf { |
