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 Homebrew/homebrew#16381. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
afb41a6998
commit
7c9d3f37dc
1 changed files with 15 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue