"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/ClosesHomebrew/homebrew#16381.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
- Patch to fix Wrapping/Python/setup_install_paths.py of vtk.
- Now using --single-version-externally-managed instead of
manually moving around the Python egg.
- Simplified and reordered the Python-related args because
Apple and Homebrew both only build frameworked Pythons.
FixesHomebrew/homebrew#16254.
ClosesHomebrew/homebrew#16397.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Software is broken and upstream project is inactive. Recommended replacement is
youtube-dl which can also download video hosted on Vimeo.
ClosesHomebrew/homebrew#16336.
chordii is a tool used to create "nice-looking" song sheets in
PostScript format out of ASCII input. chordii is the succesor of the
tool "chord" created in the early 90ies of the last century. ITworld
mentions Chordii as one of the 10 best (unknown) open source projects.
ClosesHomebrew/homebrew#15851.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
- This is a temporary fix which removes the
"Headers", "Python" and "Resources" symlinks
from the `Python.framework`, such that both,
python and python3 can be linked at the same
time.
ClosesHomebrew/homebrew#16367.
FixesHomebrew/homebrew#16320.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit updates the formula to install the ROOT data analysis
framework developed by CERN. ROOT is widely used in the
particle physics community, both inside and outside of CERN.
ClosesHomebrew/homebrew#16324.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
MPICH2 fails to build with clang because of a clang (and/or ld) bug with
Xcode 4.5.1. Issue originally reported to homebrew in Homebrew/homebrew#15533, "fixed"
by disabling shared libraries altogether in bcb64c7.
- Add an `--enable-shared` option
- Add a `fails_with :clang` when building shared libs
- Upstream is aware of the issue, but has no workaround besides using
`llvm-gcc` when building shared libs
- MacPorts is using a similar workaround at this time.
- Tested on 10.7.5 with Xcode 4.5.2 with and without `--enable-shared`
ClosesHomebrew/homebrew#16299.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>