Commit graph

18533 commits

Author SHA1 Message Date
Adam Vandenberg
5efc678153 libraw: build packs out of separate folders
Downloading the two paths to the build root works, but clobbers libraw's
own meta files.

Build the packs out of separate folders to keep original meta files.
2013-08-09 14:38:24 -07:00
Adam Vandenberg
15138455db libraw: fix deps
Jasper is picked up as an undeclared dependency if present, so add it.
lcms2 isn't found without pkg-config, so add it.
2013-08-09 14:36:14 -07:00
Adam Vandenberg
313919ef87 libraw: style nit 2013-08-09 13:59:57 -07:00
Adam Vandenberg
f487e8086b grads: style nit 2013-08-09 13:52:51 -07:00
Amos Wenger
22b6119a03 rock: fix SHA1
The rock maintainers (guilty..) released a late fix to the 0.9.6 release, and the SHA1 hash has changed. Without this fix, rock fails to install.

Closes Homebrew/homebrew#21785.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-09 13:33:34 -07:00
Nat Welch
a8ada4c403 gcutil to 1.8.3
Closes Homebrew/homebrew#21784.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-09 11:01:02 -07:00
Adam Vandenberg
c33bc5e1cb grok: add missing pcre dep
Closes Homebrew/homebrew#21781.
2013-08-09 10:39:58 -07:00
Adam Vandenberg
68d293e545 mlkit: remove requirement
mlton has an install location requirement, and this does not strictly
need to be duplicated in mlkit
2013-08-09 09:40:24 -07:00
Samuel John
c1bab919b9 python: Use patch (from upstream) instead of inreplace
This patch is different than my earlier ad-hoc solution, but it took
some time until upstream devs came up with the proper fix. However, we
can't directly link to the patch (from the mercurial web repo), as it
also changes the NEWS text and the patch fails to apply. Further, the
mercurial repo is only http (no "s").
2013-08-09 18:37:03 +02:00
Samuel John
558fa32f59 qt5: bottles 2013-08-09 18:37:03 +02:00
Samuel John
2c6541aa41 qt5: Fix link for non in-place builds
Qt5 5.1.0 links two Webkit related libs into the temporary build dir.

Upstream:
https://bugreports.qt-project.org/browse/QTBUG-32417

Fixes Homebrew/homebrew#20020
2013-08-09 18:37:02 +02:00
Adam Vandenberg
a945717dc2 ispell: don't hard-code yacc path
Closes Homebrew/homebrew#21779.
2013-08-09 09:25:27 -07:00
Adam Vandenberg
6aff4260a8 luarucks: unconditionally apply patch
Unconditionally apply patch to skip +w testing, and try to
document it better.
2013-08-09 09:04:41 -07:00
Adam Vandenberg
2bf2ded6f9 grads: point to documentation in caveats 2013-08-09 08:53:57 -07:00
Matti Schneider
778db0eaac selenium-server-standalone 2.34
Closes Homebrew/homebrew#21776.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-09 08:44:07 -07:00
Matthias Hoelzl
a07b378e8a ecl 13.5.1
Closes Homebrew/homebrew#21775.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-09 07:22:55 -07:00
Adam Vandenberg
c0bd00ad31 cmus: remove CFLAGS code 2013-08-09 07:16:35 -07:00
Mike McQuaid
009bd7509f jenkins 1.526 2013-08-09 11:54:05 +01:00
Denis Denisov
3e6a529489 optipng: --HEAD
Closes Homebrew/homebrew#21753.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-08 21:56:19 -07:00
Christian Moritz
1c2366fac9 node devel 0.11.5
Closes Homebrew/homebrew#21767.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-08-08 18:47:14 -05:00
Mike McQuaid
c233e18e6c gpac: fix X11 typo. 2013-08-08 22:16:55 +01:00
Mike McQuaid
490c659f2f Revert "qt: Default to build in-place and preserve the src"
This reverts commit 9b5f26f358d0f21323ca2eeb5399b73651c347aa.
2013-08-08 21:59:07 +01:00
Mike McQuaid
8ed2fd2f30 gpac: make X11 support optional. 2013-08-08 21:58:47 +01:00
Brett Koonce
5575ea48c8 go_appengine_sdk (amd64) 1.8.3
Closes Homebrew/homebrew#21766.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-08 13:54:50 -07:00
Brett Koonce
e64adc0961 go_appengine_sdk (386) 1.8.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-08 13:54:50 -07:00
Brett Koonce
5382b6f738 appengine-java (sdk) 1.8.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-08 13:54:50 -07:00
Yehor Lvivski
4cff37d4e3 dart 25822
Closes Homebrew/homebrew#21765.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-08 13:54:36 -07:00
Ingmar Hupp
0b2de1aacd mergelog 4.5
Closes Homebrew/homebrew#21754.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-08 13:22:28 -07:00
Sebastian Sdorra
9713173e3f scm-manager 1.33
Closes Homebrew/homebrew#21764.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-08 13:17:17 -07:00
Adam Vandenberg
bce8bc2ef8 pypy: setuptools 0.9.8 2013-08-08 13:17:13 -07:00
Adam Vandenberg
8e07bddad3 python + python3: fix typo 2013-08-08 13:01:25 -07:00
Swayam Narain
8a2b513ec6 heroku-toolbelt 2.39.5
Closes Homebrew/homebrew#21761.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-08 13:00:15 -07:00
Adam Vandenberg
622048729a monotone: tighten up comment 2013-08-08 11:15:33 -07:00
Adam Vandenberg
07d326a174 scala: add comment about IntelliJ 2013-08-08 11:14:42 -07:00
Alex K
04ed99e766 mkvtomp4 1.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-08 09:55:36 -07:00
Anders F Bjorklund
af3756cf5c rpm: make sure to not include var in the Cellar
Closes Homebrew/homebrew#21751.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-08 09:23:12 -07:00
Alex Kantchelian
1691655987 re2 20130802
Closes Homebrew/homebrew#20597.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-08 09:18:36 -07:00
Jeroen
f55d19b0ed ninja-ide: 2.3 - Python IDE
NINJA-IDE (from: "Ninja Is Not Just Another IDE"),
is a cross-platform integrated development
environment specially designed to build Python
Applications. NINJA-IDE provides tools to simplify
the Python-software development and handles all
kinds of situations thanks to its rich extensibility.

Closes Homebrew/homebrew#21487

Signed-off-by: Samuel John <github@SamuelJohn.de>

Just added a test and fixed the python fsenvents dep.
2013-08-08 18:15:33 +02:00
Samuel John
6b03957f61 rebar: --HEAD added 2013-08-08 17:25:47 +02:00
Samuel John
148a86de23 sip: Caveats tell about sip-dir for Python 2.x and 3.x 2013-08-08 17:25:35 +02:00
Samuel John
ff3187ddd6 zpython: Comments, version number & minor stuff 2013-08-08 16:01:07 +02:00
Samuel John
7ec4aee761 Revert "python: Remove outdated fix"
This reverts commit 59ebdf67cfa5cd8fcc6661e180e3bab2ab2ed6fb.
2013-08-08 15:21:58 +02:00
Felix Bünemann
525babe543 New formula zpython: Zsh Python Module
This formula provides a zsh python module that allows executing python
as a zsh builtin. Its current main purpose is speeding up heavy
prompts like powerline.

It requires at least zsh 5.x.

More info: http://www.zsh.org/mla/workers/2013/msg00089.html

Closes Homebrew/homebrew#20182.

Signed-off-by: Samuel John <github@SamuelJohn.de>
2013-08-08 15:13:47 +02:00
Samuel John
87b88c23d3 python3: --with-brewed-tk needs :x11 if --with-x11
When tcl-tk was installed `--with-x11`, python needs
to `depends_on :x11`, otherwise tcl-tk ships an
included versions of X11.
2013-08-08 14:47:39 +02:00
Samuel John
8ab92e0e2f python: Use PythonInstalled#binary
This simplyfies the formula a bit.
Also rearrange the line to be more logically grouped. Hopefully.
2013-08-08 13:40:03 +02:00
Samuel John
e828e3da75 python: Remove outdated fix
Since 2.7.5 the `python-config --ldflags` is not fixed but Python does
not use the Makefile any longer for this. We fix this now in our
`sitecustomize.py`.
2013-08-08 13:38:52 +02:00
Samuel John
f93587da19 python: Fix --with-brewed-tk if that was installed --with-x11
Closes Homebrew/homebrew#19099
2013-08-08 13:37:32 +02:00
Samuel John
a0fae2f51b pyside-tools: --HEAD
Also use `python.site_packages`.
2013-08-08 12:22:50 +02:00
Samuel John
679593cc27 pyside: 1.2.0, --HEAD
Needed a patch fix moc_qpytextobject.cxx not found
(https://codereview.qt-project.org/62479).

use `include` for `ALTERNATE_QT_INCLUDE_DIR`.

Point to Qt src dir.
2013-08-08 12:22:50 +02:00
Samuel John
0a4c062fe3 pyqt5: Improve test 2013-08-08 12:22:50 +02:00