Because the subordinate formula GitFlowCompletion defines 'head', its constructor
requires a 'name' argument when --HEAD is used. The 'name' attribute is required
to create the Git repo for the formula.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Upgrade pyside to version 1.1.1, which supports Qt-4.8.
Add and out of source build to match shiboken, seeing as shiboken
is also from the same developers.
Tested on Lion with clang and llvm from XCode-4.3.3.
Tested with and it needs shiboken >= 1.1.1.
ClosesHomebrew/homebrew#13331.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Upgrade shiboken to version 1.1.1.
Remove the unneeded deps on generatorrunner and apiextractor.
Switch to an out of tree build with `mkdir 'macbuild' do` because
it will not compile otherwise when it tries to overwrite a
directory named `shiboken` with a binary named `shiboken`.
This results in an `error=21` which is defined in
`/usr/include/sys/errno.h` as `EISDIR`, is a directory.
Tested on Lion with clang and llvm from XCode-4.3.3.
Tested by building pyside-1.1.1 with shiboken-1.1.1.
ClosesHomebrew/homebrew#13330.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Cairomm-1.10.0 stopped linking correctly and started missing
includes after the Homebrew-0.9.2, the cairo, and the pixman
changes. Add `depends_on :x11` and fix all the problems.
Tested on Lion using clang and llvm from XCode-4.3.3.
Fixes # 13313
ClosesHomebrew/homebrew#13333.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
MacVim expects Ruby 1.8, but will pick up a Homebrewed ruby and fail to
compile. Force the use of System ruby.
ClosesHomebrew/homebrew#13293.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
The PREFIX needs to be passed to make, since it gets baked into
the share path which is given as as a -D define to the compiler.
Also add caveats about configuration, and install the samples.
FixesHomebrew/homebrew#8915.
Compiling against system Python does not work; a Homebrewed version
is currently required.
Suggest that users of the Python bindings add a `--python` option that
sets the proper configure flags.
ClosesHomebrew/homebrew#13097.
flickcurl is a C library and a set of utility programs for the Flickr API.
ClosesHomebrew/homebrew#10735.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>