From f484738ee1272832eded8b10f576f5bd79d89f8a Mon Sep 17 00:00:00 2001 From: Kieran Pilkington Date: Mon, 12 Oct 2009 15:31:40 +1300 Subject: sdl_image formula We depend on newer libpng than OS X provides because the libpng version has bugs that exhibit themselves for some uses of the SDL. See issue #89 for more information. --- Library/Formula/sdl_image.rb | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 Library/Formula/sdl_image.rb (limited to 'Library/Formula') diff --git a/Library/Formula/sdl_image.rb b/Library/Formula/sdl_image.rb new file mode 100644 index 000000000..147f94936 --- /dev/null +++ b/Library/Formula/sdl_image.rb @@ -0,0 +1,27 @@ +require 'brewkit' + +class SdlImage