aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libming.rb
AgeCommit message (Collapse)Author
2014-03-22Update revisions on libpng dependentsJack Nagel
2014-03-19libming: use patch DSLJack Nagel
2014-03-02Batch convert http download urls from SourceForge to httpsJaime Marquínez Ferrándiz
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-30Fixed several broken sourceforge.net download locationsVictor Martinez
Closes #20645. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-03Python 2.x and 3.x supportSamuel John
New `depends_on :python` Dependency. New `depends_on :python3` Dependency. To avoid having multiple formulae with endings -py2 and -py3, we will handle support for different pythons (2.x vs. 3.x) in the same formula. Further brewed vs. external python will be transparently supported. The formula also gets a new object `python`, which is false if no Python is available or the user has disabled it. Otherwise it is defined and provides several support methods: python.site_packages # the site-packages in the formula's Cellar python.global_site_packages python.binary # the full path to the python binary python.prefix python.version python.version.major python.version.minor python.xy # => e.g. "python2.7" python.incdir # includes of python python.libdir # the python dylib library python.pkg_config_path # used internally by brew python.from_osx? python.framework? python.universal? python.pypy? python.standard_caveats # Text to set PYTHONPATH for python.from_osx? python.if3then3 # => "" for 2.x and to "3" for 3.x. Further, to avoid code duplication, `python` takes an optional block that is run twice if the formula defines depends_on :python AND :python3. python do system python, 'setup.py', "--prefix=#{prefix}" end Read more in the Homebrew wiki.
2012-09-05libming 0.4.4nibbles 2bits
- Upgrade libming to version 0.4.4. - Add options for python, perl, and php, completing the TODO. - Add an optional dep on giflib - Add `--disable-silent-rules` so we can see what's linking. - Add a patch to tell the build we are using giflib, not ungif. - Add a `depends_on :freetype` for non XQuartz. Closes #14718. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-03Batch convert MD5 formula to SHA1.Mike McQuaid
Closes #14653.
2012-07-01Update formulae for XQuartz compatibilityJack Nagel
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-09-25New formula for libmingCharlie Sharpsteen
Ming is a library and a set of command line tools for generating and working with SWF files. Signed-off-by: Adam Vandenberg <flangy@gmail.com>