Commit Graph

9825 Commits (3efc4e0b3e476a0ac9aa53d0e19cb07adacef497)

Author SHA1 Message Date
Jack Nagel d300df3db6 ccrypt: clarify which clang build was tested
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-01 13:34:21 -05:00
Misty De Meo 1802591877 dia: add patch for glib 2.31+
Fixes Homebrew/homebrew#11987
2012-05-01 12:29:55 -05:00
Ryan Davis ae0c6c0e77 New Formula: dwatch
Closes Homebrew/homebrew#11975.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-04-30 19:17:06 -05:00
Jack Nagel 60d187836a ccrypt: fix build with clang
Fixes Homebrew/homebrew#11934.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-30 17:33:39 -05:00
Zack Kitzmiller 5f1b5cfda4 ElasticSearch 0.19.3
Closes Homebrew/homebrew#11969.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-30 17:25:27 -05:00
nibbles 2bits 79245634ed avidemux: adjust merged patch, use fails_with
Avidemux-2.5.6 had its one patch merged upstream the day this
formula was accepted.  That was hoped for but unexpected.  This
commit adjusts the conditional for def patches so that it only
gets applied to stable.  Fixes a patch failure for 32bit + HEAD.

Also in this commit, remove the hardcoded `ENV.llvm` and switch
to using `fails_with :clang`, surrounded by a conditional so it
can still be built with clang if `--with-debug`.

Closes Homebrew/homebrew#11959.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-30 17:23:48 -05:00
Peter Jaros 1b09685315 moreutils 0.46
Closes Homebrew/homebrew#11974.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-30 17:16:27 -05:00
Brandon Bennett b1e7d70838 repo 1.15
Closes Homebrew/homebrew#11970.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-30 17:15:11 -05:00
Misty De Meo 20b21ee9bf exiftool 8.90 2012-04-30 16:40:32 -05:00
Jack Nagel 4d9352867d libglade: help the linker find libgmodule
Fixes Homebrew/homebrew#11961.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-30 15:42:31 -05:00
Ealden Esto E. Escanan 9eb6d363fc Gradle 1.0-RC-3
Signed-off-by: Ealden Esto E. Escanan <ealden@gmail.com>
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-30 07:17:17 -07:00
Mark A. Matienzo 2767012cf4 bulk_extractor 1.2.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-30 07:17:04 -07:00
Adam Vandenberg 437f97888d Jython --devel 2.5.3b1 2012-04-29 20:03:23 -07:00
Konstantin Tennhard 027fdbf752 swig 2.0.6
Closes Homebrew/homebrew#11953.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-29 19:32:44 -05:00
Jack Nagel 01069855ea jstalk: fix audit warning
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-29 18:51:14 -05:00
Jack Nagel 7dc155a9cd darwinbuild: fix audit warning
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-29 18:51:03 -05:00
Robert Bousquet 4c47bbde80 pdf2image 0.53
Closes Homebrew/homebrew#9842.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-29 14:13:00 -07:00
David Gageot b69925d7b0 Sonar: Upgrade to 3.0 and provide LaunchAgent
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-29 11:07:53 -07:00
Adam Vandenberg dba1864a3c qemu 1.0.1 2012-04-29 11:04:40 -07:00
Chris Brinker 9fbbcc9798 pianobar: Update to 2012.04.24
Also includes a patch to work around PromyLOPh/pianobar#236.

Closes Homebrew/homebrew#11900.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-04-29 11:01:19 -07:00
nibbles 2bits 63b21eb96f fping: Update to 3.1
New website, and new maintainer.

fping has been mothballed since 2002.  A new maintainer has taken
over this project, set up a new website, fping.org, and committed
the project on GitHub.

Change homepage.
Upgrade to version 3.1
Add head url on GitHub
Remove `--man` because it uses a modern configure that works.
Add caveat about this software needing to be owned by root
and run as root or with the setuid bit set.  An issue is open
with the developer to see if there is a workaround for that.

Closes Homebrew/homebrew#11931.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-04-29 10:54:59 -07:00
nibbles 2bits a652cd4c7d wkhtmltopdf 0.11.0_rc1 + fix 64bit compile error
* Upgrade wkhtmltopdf to version 0.11.0_rc1
* Adjust existing inreplace because the file has a different name.
* Fix compile error when 64bit Qt4 doesn't have i386 symbols by
using inreplace to set the qmake build as 64bit, not universal.
* Use `qmake -spec macx-g++` to configure it, from Sharpie.
* Temporarily set DYLD_LIBRARY_PATH to help the binaries find
libwkhtmltopdf.0.dylib for generating the man pages.
* Adjust command to generate man page, as wkhtmltopdf is in bin.
* Add command to generate man page for wkhtmltoimage.
* Add command to install wkhtmltoimage.
* Add command to install wkhtmltoimage.1 into man1.
* Add command to install all libraries.

Built and tested by converting a url to pdf on Lion and 64bit SL
using all five compilers from XCode-4.3.2 and 4.0.2.

Fixes Homebrew/homebrew#9265

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-29 09:34:27 -07:00
Alexey Palazhchenko 7d376d5fdf PyPy: also install distribute
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-29 09:21:25 -07:00
Jonathan Ragan-Kelley ee3e680427 ispc 1.2.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-29 09:01:25 -07:00
Sebastian Sdorra 5dd46942c5 scm-manager 1.13
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-29 08:57:09 -07:00
Luke Ledet 888119013a Camellia 2.7.0
Camellia is an image processing and computer vision library

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-29 08:33:28 -07:00
Mike McQuaid 6f8268a682 Update CMake bottle with pkg-config patch. 2012-04-29 15:56:30 +10:00
Mike McQuaid 5766b9186c Update Qt bottle to fix warnings. 2012-04-29 15:56:30 +10:00
patrick 181c617372 gpsbabel 1.4.3
Closes Homebrew/homebrew#11549.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-28 21:13:34 -05:00
Yoji SHIDARA 65578c8d06 groonga 2.0.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-28 18:58:54 -07:00
nibbles 2bits 555e078450 x264: use stable, fix version, rm -O1
* Specify the stable branch for the head url.
* Use http rather than git for the head url.
* Correct the version number, is 2189 for stable (2197 was master)
* Note in comments how to use version.sh to get the version number.
* Remove the -O1 for clang.  Issue is fixed in this version.

The previous commit added -O1 to fix a segfault when x264 was
compiled with clang.  The author was testing this against the
previous tarball, not 2189.  The devs emailed back explaining
that this was fixed since then, and this is confirmed to work
using their -O3 or Homebrew's -Os.  Users should remove x264
and ffmpeg and `brew install x264 ffmpeg` to get a working pair.
Apologies for all this, but it's better to get it right.

Closes Homebrew/homebrew#11908.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-28 20:29:55 -05:00
Jerome Bernard 0723fe44c1 ser2net 2.7
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-28 17:50:34 -07:00
Jack Nagel 370905d436 pure: fix docs install
Fixes Homebrew/homebrew#11889.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-28 18:14:53 -05:00
Jack Nagel f283ed80a1 ice: move patch inline
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-28 17:28:14 -05:00
Jack Nagel b1a91d042c gmtl: move patch inline
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-28 17:28:05 -05:00
Jack Nagel c9016c2b92 mcpp: move patch inline
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-28 17:27:49 -05:00
Jack Nagel c440d8e900 wine: move patch inline
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-28 17:20:53 -05:00
Jack Nagel 2da183df82 dc3dd: move patch inline
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-28 17:16:35 -05:00
Jack Nagel d4e69f81ce net6: fix audit warning
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-28 17:05:14 -05:00
Jack Nagel dcce414935 gobby: fix audit warning
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-28 17:05:05 -05:00
nibbles 2bits 794cc013a4 getxbook 0.9
Upgrade getxbook to version 0.9.
Remove the patch for clang.  The issue is fixed in 0.9.
Tested with llvm and clang.

Closes Homebrew/homebrew#11929.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-28 16:57:46 -05:00
nibbles 2bits da808a2ff9 c-ares 1.8.0
Upgrade c-ares to version 1.8.0.
Add `--disable-dependency-tracking` and `--disable-debug`

Closes Homebrew/homebrew#11930.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-28 16:55:14 -05:00
Jack Nagel 7984c5fb56 google-js-test: use a requirement for Snow Leopard
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-28 16:48:34 -05:00
Jack Nagel af63923400 signing-party: fix typo
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-28 16:34:00 -05:00
Jack Nagel 6cc3fc2f65 cvs2svn: use a requirement for python with gdbm
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-28 16:33:55 -05:00
Silvio Henrique Ferreira 0212c4d943 treecc 0.3.10
Closes Homebrew/homebrew#10238.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-28 14:13:56 -07:00
John Paul Ashenfelter 7bd6769f70 storm 0.7.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-28 14:00:50 -07:00
Adam Vandenberg c1adc36374 mlton: use a requirement to check install location 2012-04-28 11:59:28 -07:00
Adam Vandenberg fd1e30b966 Boost: use requirement for universal python 2012-04-28 11:57:34 -07:00
Nibbles 2bits 5dc91132e1 avidemux 2.5.6
Avidemux is a popular video editor, actively developed since 2001.
Working with their lead engineer, the OSX code has been corrected,
and now the formula will build avidemux2_cli, the command line
version, with every video filter, encoder, and decoder available.

In addition, if the user has Qt installed, this will automatically
build the Qt gui, avidemux2.  Several weeks of work also gets us a
new CoreAudio output device for Qt, a feature missing since 2008.

Macports has a portfile for 2.5.3, a very buggy version.
The latest stable is 2.5.6. This formula will build stable or
2.5svn, which today is 2.5.6 r7750.

The 2.5 branch, called avidemux2, is being finalized.
The 2.6 branch, called avidemux3, is being very actively developed.

EDIT: removed patches merged upstream
EDIT: now compiles against r7668 on Lion.
EDIT: fixes indentation, removes some debug commands
EDIT: put two patches inline not on fileden
EDIT: remove patches merged upstream, inline variable 'a'
EDIT: add patch for ffmpeg compiling on 32bit OSX,
      switch url to 2.5.6 stable, add head (tested at r7724)
EDIT: remove dep on libvpx that fails with XCode-4.3.
EDIT: add back in the libvpx, it's fixed. Fix svn revision patch.
EDIT: Make svn rev patch apply only to head. Use cached_download
EDIT: Change head url to use http not svn.  Berlios svn offline.
EDIT: Install app to prefix not bin by Homebrew convention.
EDIT: Build verbose if brewed --with-debug.
EDIT: Fix optimization: O3 for regular, -g -O0 for clang debug,
      and -ggdb3 -O2 for llvm or gcc debug.
EDIT: shorten inreplaces, use buildpath, make test work w/head.
EDIT: remove cd, use mkdir do. use interpolated array style.
EDIT: Revert to allowing HB to use -Os.
EDIT: Add a patch for Jack's 32bit Snow Lep.

Closes Homebrew/homebrew#8429.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-28 11:42:13 -07:00