Commit graph

17932 commits

Author SHA1 Message Date
Adam Vandenberg
1d8648ea2b ghostscript: fix typo
Also use std env when djvu is requested.

Closes Homebrew/homebrew#20787.
2013-06-27 20:45:26 -07:00
Adam Vandenberg
19573c25e0 ruby-build: fix sha1 2013-06-27 20:41:38 -07:00
Adam Vandenberg
22469870b4 aubio: fix more audit warnings 2013-06-27 20:40:39 -07:00
Adam Vandenberg
723d638c33 aubio: fix audit 2013-06-27 20:38:12 -07:00
Mitsutaka Mimura
0ec12f5b0a ruby-build 20130628
Closes Homebrew/homebrew#20867.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-27 20:32:59 -07:00
Jack Nagel
6909f66add libstfl: swig is a build-time dep 2013-06-27 21:31:23 -05:00
Oldrich Smehlik
0de9ab85dd Ipv6calc 0.94.1
Closes Homebrew/homebrew#20862.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-27 18:13:09 -07:00
Misty De Meo
7f7270e000 python: clean up LINKFORSHARED inreplace
Fixes Homebrew/homebrew#20860.
2013-06-27 16:50:01 -05:00
Andy Piper
31d84d4b43 RabbitMQ 3.1.3
Also, move to standalone bundle tarball.

Closes Homebrew/homebrew#20848.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-27 09:30:29 -07:00
Adam Vandenberg
0b7a56dcd5 mp4v2: fix audit 2013-06-27 09:08:32 -07:00
Yohann Bianchi
198ea41ae5 mediatomb: add deps, fix build
Fixes Homebrew/homebrew#17999.
Closes Homebrew/homebrew#18451.
Closes Homebrew/homebrew#19445.
Closes Homebrew/homebrew#20759.
Closes Homebrew/homebrew#20838.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-27 08:31:23 -07:00
Adam Vandenberg
d66e117566 mp4v2: revert to 1.9.1
mediatomb (and possibly other software) does not build against mp4v2 2.0.0
2013-06-27 08:08:30 -07:00
Bruce Mitchener
edacb69929 GLFW 2.7.9
Closes Homebrew/homebrew#20847.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-27 08:06:54 -07:00
Jaime Marquínez Ferrándiz
e97fda5d6f youtube-dl 2013.06.34
Closes Homebrew/homebrew#20850.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-27 08:05:20 -07:00
Christian Moritz
84f61aadb7 node devel 0.11.3
Closes Homebrew/homebrew#20853.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-27 08:04:56 -07:00
Mike McQuaid
09511fc635 watch: fix version.
References Homebrew/homebrew#20845.
2013-06-27 11:57:48 +01:00
Misty De Meo
cfd34f7bc7 isl: revert to 0.11.2
0.12 breaks GCC 4.8 and 4.9 at the moment.

Fixes Homebrew/homebrew#20835.

This reverts commit e2b10438666f41366f596fe762b2455f5761bcd8.
2013-06-26 22:45:57 -05:00
Adam Vandenberg
82963dc37a freeglut: fix build on Snow Leopard
Make the examples optional; they don't build on Snow Leopard.

Closes Homebrew/homebrew#19864.
2013-06-26 20:43:49 -07:00
Jack Nagel
843786471e Add syntax sugar for MPIDependency
Closes Homebrew/homebrew#20797.
2013-06-26 22:18:13 -05:00
adriancole
eca27ffaee denominator 2.0.0
Closes Homebrew/homebrew#20836.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-26 20:11:08 -07:00
Anthony Scotti
9643a4c47a Sonar Runner 2.2.2
Closes Homebrew/homebrew#20834.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-26 19:54:05 -07:00
Anthony Scotti
8076844111 Sonar 3.6
Closes Homebrew/homebrew#20833.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-26 19:53:21 -07:00
Jack Nagel
4c680b005e wine: optimistically add freetype workaround for 1.6.x 2013-06-26 19:46:31 -05:00
Jack Nagel
aff49434b7 graphviz: use optional dep for gts 2013-06-26 19:08:49 -05:00
Jack Nagel
ace7e1625f poppler: use optional dep for glib 2013-06-26 19:06:02 -05:00
Jack Nagel
f2fdb5b85b qt5: use optional dep for mysql 2013-06-26 19:04:23 -05:00
Jack Nagel
2f157da3ff libmikmod: style 2013-06-26 19:02:52 -05:00
Jack Nagel
f19d283f8d avidemux: style 2013-06-26 19:02:49 -05:00
Jonathan Sailor
feaab91727 mpd: 0.17.4 and massive cleanup.
Add sqlite3 and libsamplerate as depends; they're small, and there's
really no reason not to want them.  Remove an unnecessary dep on mad
(ffmpeg can do everything it can).

Add :optional support for WavPack, JACK, and two-lame.

Make the deps for streaming output (libshout, lame, flac) optional.

Rename "--enable-soundcloud" to "--with-yajl" which, while less
informative, correctly controls the dependency on yajl.

Rename "--libwrap" to "--with-libwrap". Change its description to
reflect how it behaves differently on OSX <10.7, 10.7; remove on 10.8,
where it's useless.

Rename "--lastfm" to "--enable-lastfm" to follow the
options-start-with-verb conveition.

Document all of the options changes/quirks in caveats.

mpd moved from http://mpd.wikia.com/ to http://www.musicpd.org/ in April
2013.

Closes Homebrew/homebrew#19368.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-06-27 00:03:39 +01:00
Fredrik Wallner
e741373b6c open-babel: 2.3.2 patch to fix pybel's Molecule.draw + fix for Cairo
Added a patch that fixes Molecule.draw() in pybel.py (similar to upstream commit df59c4a630cf753723d1318c40479d48b7507e1c)
Also fixed the inclusion of the Cairo library and includes. Earlier the CMake directives were poiting to locations within the
open-babel installation. There also seemed to be a confusion between strings and arguments, giving cmake problems to understand
the directive.

Closes Homebrew/homebrew#20800.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-26 15:26:46 -07:00
Adam Vandenberg
a8c48b9a9e Redact igraph
This is already available in homebrew/science
2013-06-26 15:22:02 -07:00
Mike McQuaid
313b400298 couchdb 1.3.1
Closes Homebrew/homebrew#20801.
2013-06-26 19:46:39 +01:00
Mike McQuaid
a88ffde4e8 couchdb: generate our own plist. 2013-06-26 19:46:39 +01:00
Adam Vandenberg
6a8e500a0b pil: fix download
Closes Homebrew/homebrew#20818.
2013-06-26 10:39:24 -07:00
Gvozden Neskovic
3dc02623d9 isl 0.12
Closes Homebrew/homebrew#20767.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-26 10:11:46 -07:00
Loren Siebert
14151f5f6a elasticsearch 0.90.2
Closes Homebrew/homebrew#20815.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-26 09:58:45 -07:00
YuK_Ota
f4211572b2 freeglut 2.8.1
add patch for build failure in examples

Closes Homebrew/homebrew#20817

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-26 09:57:33 -07:00
Ian Lancaster
9265e93333 byobu 5.43
Closes Homebrew/homebrew#20802.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-26 09:04:53 -07:00
Ian Lancaster
824f8c3796 dovecot 2.2.4
Closes Homebrew/homebrew#20804.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-26 09:04:16 -07:00
Adam Vandenberg
e3c951a9f7 tcptraceroute: source from github
Closes Homebrew/homebrew#20803.
2013-06-26 09:02:53 -07:00
Ian Lancaster
2a4e1e3362 geoip 1.5.1
Closes Homebrew/homebrew#20799.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-06-26 11:56:14 +01:00
Misty De Meo
6c4eff7cd5 Python: fix LINKFORSHARED value
LINKFORSHARED incorrectly returns a truncated value by default, which
breaks builds which depend on it returning a valid path.
e.g., it returns:

Python.framework/Versions/2.7/Python

Instead of:

$(brew --prefix)/Python.framework/Versions/2.7/Python

This breaks zpython, and possibly other things. See Homebrew/homebrew#20182.

Reported to Python.org in http://bugs.python.org/issue3588 and
http://bugs.python.org/issue16848, fixed for python-config but not
other usecases.
2013-06-26 01:22:39 -05:00
Chongyu Zhu
3e095dd81e New formula beansdb 0.5.9
Closes Homebrew/homebrew#20170.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-06-25 22:30:20 -05:00
Jack Nagel
5a7895d315 inkscape: use optional dep for poppler 2013-06-25 21:24:36 -05:00
Jack Nagel
221d9d6717 soci: use optional dep for boost 2013-06-25 21:21:15 -05:00
Jack Nagel
e87d8e44a1 gearman: use optional dep for mysql 2013-06-25 21:19:59 -05:00
Jack Nagel
0968c01d32 R: use optional dep for valgrind 2013-06-25 21:17:59 -05:00
Jack Nagel
63064df14c libgetdata: style 2013-06-25 21:15:17 -05:00
Jack Nagel
cd1420dcb6 libgetdata: use optional dep for fortran 2013-06-25 21:15:10 -05:00
Jack Nagel
23bae0a2b2 fftw: use optional dep for fortran 2013-06-25 21:14:36 -05:00