aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/freeimage.rb
AgeCommit message (Collapse)Author
2012-12-04FreeImage 3.15.4Chris Adams
"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>
2012-10-26FreeImage 3.15.3Chris Adams
Closes #15684. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-03Batch convert MD5 formula to SHA1.Mike McQuaid
Closes #14653.
2012-08-08freeimage: use options dslAdam Vandenberg
2012-05-15Shore up a number of shell quoting issuesJack Nagel
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-04-15freeimage: add universal optionShawn Walker
- Fix discarded LDFLAGS so linking works as expected (required for universal build). Closes #11178. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-01freeimage: Add trailing tab back to patchSean Lynch
Fixes 8857. Closes #8914. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-11-27freeimage 3.15.1Sean Lynch
* also build/install C++ wrapper Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-08-07Update formulae for version 0.7Adam Vandenberg
* 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-05-05Updated Freeimage to 3.13.1Adam Vandenberg
2010-02-02Fix @dl in custom strategies.Adam Vandenberg
2009-12-06Fix require in FreeImage formulaPierre Riteau
2009-12-05New formula for FreeImage.Dan Walters