Two flags are necessary for Xcode-only systems: `--host-cflags` and
`--host-ldflags` are set to `ENV.cflags` and `ENV.ldflags`,
respectively.
ClosesHomebrew/homebrew#13344.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
libopenjpeg 1.5.0 defines int main() for some reason. When linked into mplayer,
it hides mplayer's main() function and renders mplayer useless. This issue has
been reported upstream, but the unfriendly libopenjpeg is already in Homebrew.
If and when it is fixed, this restriction can be removed.
ClosesHomebrew/homebrew#13362.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
Version 0.9.5 includes changes to support building with automake 1.12.2+,
which should closeHomebrew/homebrew#13034.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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>