Commit graph

14 commits

Author SHA1 Message Date
Chris Adams
7c9d3f37dc 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>
2012-12-04 10:06:28 -08:00
Chris Adams
02574a680c FreeImage 3.15.3
Closes Homebrew/homebrew#15684.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-26 13:35:05 -07:00
Mike McQuaid
88779ade49 Batch convert MD5 formula to SHA1.
Closes Homebrew/homebrew#14653.
2012-09-03 11:36:42 -07:00
Adam Vandenberg
ecdf91f881 freeimage: use options dsl 2012-08-08 22:35:06 -07:00
Jack Nagel
7c648d9732 Shore up a number of shell quoting issues
When interpolating in strings passed to Formula#system, it should be
done in such a way that if any interpolated variables contain spaces,
they are either (a) passed as part of a list or (b) protected by quotes
if they are part of a long string (which is subject to shell expansion).
Otherwise, they will be split on the space when expanded by the shell
and passed as multiple arguments to whatever process is being executed.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-15 14:03:11 -05:00
Shawn Walker
c083565b57 freeimage: add universal option
- Fix discarded LDFLAGS so linking works as expected (required for
   universal build).

Closes Homebrew/homebrew#11178.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-15 15:46:47 -05:00
Sean Lynch
badbb197ac freeimage: Add trailing tab back to patch
Fixes 8857.
Closes Homebrew/homebrew#8914.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-12-01 11:16:01 -08:00
Sean Lynch
0e15f694c4 freeimage 3.15.1
* also build/install C++ wrapper

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-27 09:27:10 -08:00
Adam Vandenberg
4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Adam Vandenberg
7bd947eb0b Update formulae for version 0.7
* Use new "url" features
* Use keg_only DSL
* Use "skip_clean :all" DSL
* Whitespace and style cleanups
* Make bash invocations less silly
* Use new man2-man8 helpers
* Remove "FileUtils." since it is included in Formula
* Use real names for deps instead of aliases
* ENV.x11 now updates path, so remove that from individual brews
2010-08-07 18:08:53 -07:00
Adam Vandenberg
a9d7113467 Updated Freeimage to 3.13.1 2010-05-05 07:50:08 -07:00
Adam Vandenberg
4c498a56f9 Fix @dl in custom strategies. 2010-02-02 22:27:21 -08:00
Pierre Riteau
694debf0a7 Fix require in FreeImage formula 2009-12-06 12:07:42 +01:00
Dan Walters
d9f0201329 New formula for FreeImage. 2009-12-05 16:43:07 +00:00