Older versions of XQuartz, including the one distributed by Apple with
OS X, contain an insufficient version of pixman for recent cairo.
Potentially the :pixman dep could be taught to only delegate to XQuartz
if it is up to date enough, but until then, always depend on our pixman.
FixesHomebrew/homebrew#14072.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Upgrade to 5.0.3. Add a dep on xz for the tarball.
Tested on ML with XCode-4.4.1.
ClosesHomebrew/homebrew#14056.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Upgrade to version 0.2.2.
Add an `inreplace` to remove `-06` that `configure` tries to add
to the `CFLAGS`. Tested on ML with XCode-4.4.1.
ClosesHomebrew/homebrew#14054.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
- Framework style build to support wxmac and other GUIs
(Note PySide (and pyqt?) seem to work even with non-framework builds).
- Fixed automatic installation of `*.app`s into `/Applications`.
- The caveats tell us now about `brew link apps`.
- Cleanup of the caveats.
- Resolve the issue of duplicate `2to3` can make the symlink phase
to break because both python and python3 provide it. (ClosesHomebrew/homebrew#12581)
- Enable warnings, because python's configure needs it. (ClosesHomebrew/homebrew#12194)
- Add suppression of recommended warnings
- Add work-a-round for python bug: http://bugs.python.org/issue11445
- Add explicit test if sqlite3 built successful.
- Removed `--universal` option, since it does no longer work on 10.8.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
- Framework style build in order to support wxmac and other GUIs
(Note: PySide (and pyqt?) seem to work even with non-framework builds).
- Fixed automatic installation of `*.app`s into `/Applications`.
- The caveats tell us now about `brew link apps`.
- Cleanup of the caveats.
- Resolve the issue of duplicate `2to3` can make the symlink phase
to break because both python and python3 provide it. (ClosesHomebrew/homebrew#12581)
- Enable warnings, because python's configure needs it. (ClosesHomebrew/homebrew#12194)
- Add suppression of recommended warnings from the python docs.
- Add work-a-round for python bug: http://bugs.python.org/issue11445
- Add explicit test if sqlite3 built successful.
- Check against possible issue like Homebrew/homebrew#12667.
- Add needed "depends_on :x11" because tk.h includes x11.
- Install the Demo into HOMEBREW_PREFIX/share/python2.7/Extras
- Ensure sqlite from homebrew is used and not the one from OS X.
- Removed unnecessary flags from configure
- Added --without-gcc to the configure flags (all clang now)
- Ensure that "man python2.7" works by setting --datadir and --datarootdir to share.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>