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>
pidof can be replaced with pgrep from proctools on Mountain Lion
and readline uses the system version which, if too old, will use
the bundled version anyway (doesn't on Mountain Lion).
ClosesHomebrew/homebrew#13942.
Upgrade gnome-common to version 3.4.0.1.
Add a dep on `xz`.
Add a patch to help `gnome-autogen.sh` to accept automake-1.12
as being greater than 1.09.
Tested on Lion with clang and llvm from XCode-4.3.3.
ClosesHomebrew/homebrew#13420.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Shiboken uses CMake and needs the same help as OpenCV and VTK in
finding the Python Libraries and Headers.
Add code to find them. Tested on Lion with clang and llvm from
XCode-4.3.3 using System Python, Homebrew Framework and loose
Python.
FixesHomebrew/homebrew#13563
Signed-off-by: Adam Vandenberg <flangy@gmail.com>