DF is in a bit of a flux it'd appear, the sh script that is the main entry point on OSX is a tiny bit batty, so... if what I ended up doing is nonideal please let me know how to change it.
With Lion fix.
ClosesHomebrew/homebrew#7096.
Signed-off-by: Max Howell <max@methylblue.com>
Removed SDL directory too.
Deprecated use_clang? etc. since the logic was such that multiple states could be set, when in reality only one compiler can be set.
Changed fails_with_llvm handling so if HOMEBREW_USE_LLVM is set then it tries to build even if the formula has fails_with_llvm set. Rationale: mostly they will no longer fail and we need to catch these cases.
PySide is a set of LGPL-licensed Python bindings for the Qt libraries that is
mostly compatible with PyQt.
This formula builds the Python run-time modules. For development tools such as
Qt UI and Resource compilers, see the PySideTools formula.
GeneratorRunner is a library and set of tools for building binding generators
for C++ libraries. GeneratorRunner is used by Shiboken to build the PySide
Python bindings for Qt.
APIExtractor is a library for recovering Qt API information by parsing header
files. APIExtractor is used by Shiboken, the generator that produces the PySide
Python bindings for Qt.
This reverts commit 32dfc2dfd7a2dcf1c2c1552cfe383af655592682.
Formula installs files outside of the Homebrew prefix, specifically to
`~/.emacs.d/auctex`.
Apparently Lion ships with libpng 1.5, which breaks compilation of libharu 2.2.1. Applied patch to fix it before next release.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
- Compilation hangs with LLVM.
- Homebrew/homebrew#4693 claims it was due to SSE2 but even w/o it still hangs.
- add 'fails_with_llvm'
- bring back '--enable-sse2'
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Add ENV.deparallelize because this build no longer seems to build in
parallel. Also add an alias for the alternate spelling 'mediainfo'
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Rationale: There's two things that make my Macbook Air fan spin up. Flash videos and building CMake. God I hate this bloated pile of crap. And I always `brew rm cmake` after installing something that misguidedly decided to use a CMake build system. So bottling it is an easier life for everyone.
There's an annoying hardcoded key combination (Ctrl+Shift) that starts ISO 14755
mode for i18n support. Given the ubiquity of UTF-8, this mode is largely useless
and can only be disabled with a command-line option. A simple search on google
shows how many people find this annoying:
http://www.google.com/search?q=disable+iso14755&oq=disable+iso14755
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Clean XCode 4.x installs (i.e., not on top of an existing XCode 3.2.x
installation) do not include Perl MakeMaker.
Tentatively fixesHomebrew/homebrew#7091.
GRASS 6.4.1 is currently not compatible with FFmpeg 0.8. Removing the
dependency until GRASS is updated.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>