aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/sdl_image.rb
AgeCommit message (Collapse)Author
2014-10-22sdl_image: update 1.2.12_1 bottle.BrewTestBot
2014-07-25sdl_image: add 1.2.12_1 bottle.BrewTestBot
2014-03-22Update revisions on libpng dependentsJack Nagel
2013-11-07sdl_image: add pkg-config depJack Nagel
2013-11-07sdl_image: add some recommended depsJack Nagel
2012-09-04sdl_image: fix X11 dependency.Mike McQuaid
2012-08-12sdl_image: use options DSLJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-01Update formulae for new XQuartz moduleJack Nagel
2012-07-02sdl_image 1.2.12nibbles 2bits
Upgrade sdl_image to version 1.2.12. Tested both native and universal on Lion using clang and llvm from XCode-4.3.3. Closes #13158. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-07-01Update formulae for XQuartz compatibilityJack Nagel
2012-04-16sdl_image: use inreplace directlyJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-15Enable universal build on some SDL packagesMichal Bendowski
- This allows pygame to run on an universal Python. Closes #11303. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-03-14sdl_image: works fine against system libpngAdam Vandenberg
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-07-31sdl_image - remove unused configure switchesAdam Vandenberg
2009-12-12Update SDL libraries.Adam Vandenberg
2009-10-23Fix SDL pc files and sdl-configMax Howell
So many tools expect all SDL modules to be installed in the same place. So we have to change the prefix path to HOMEBREW_PREFIX. This is probably the correct thing to do in general in fact.
2009-10-23Fixes #77Max Howell
2009-10-20Update SDL for Snow Leopard. Add libmikmod.Adam Vandenberg
2009-10-15s/require 'brewkit'/require 'formula'/gMax Howell
brewkit.rb changes ENV destructively, so lets not do that everytime a formula is required. Now it's possible for other tools to require a formula description without worrying about side-effects.
2009-10-12sdl_image formulaKieran Pilkington
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.