Commit graph

11 commits

Author SHA1 Message Date
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