Commit Graph

7630 Commits (2d5354f558552edef92a0bbabfe2b07c4e3601fb)

Author SHA1 Message Date
Wulfshade a8a74455db phash: Fix compilation with ffmpeg <= 0.7
Patched formula to compile phash against ffmpeg <= 0.7.
Credits go to Andreas Moog who first submitted the patch to
https://launchpad.net/ubuntu/+source/libphash/0.9.4-1.2

Fixes Homebrew/homebrew#7221.
Closes Homebrew/homebrew#9343.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2011-12-30 19:17:11 -06:00
Alex Van Damme 54fcbc8dac New formula: CLAM 1.40
CLAM (C++ Library for Audio and Music) is a library for analysis,
synthesis, and transformation of audio signals. Project is located at
http://clam-project.org

Closes Homebrew/homebrew#9330.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2011-12-30 17:24:23 -06:00
Ryan Kee 7e56859a4a growly: remove growl-notify dependency
Due to the removal of growl-notify from Homebrew I'm removing the
dependency from the growly formula.

Closes Homebrew/homebrew#9339.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-30 17:08:02 -06:00
Mike McQuaid c074273018 Update CMake to 2.8.7. 2011-12-30 22:43:36 +00:00
Grégory Karékinian a4cb9ec391 ruby-build 20111230
Closes Homebrew/homebrew#9338.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-30 16:04:34 -06:00
Sorin Ionescu 30e38ddb74 zsh 4.3.15
Closes Homebrew/homebrew#9325.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-30 16:01:18 -06:00
Jack Nagel db14253ccf autogen 5.14
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-30 14:30:25 -06:00
Derek Prior 165b452cfb perforce: update build revision
Perforce seems to have provided a new build revision at the same URL,
thus causing the md5 check to fail. Fixed the md5 and updated the
version.

Closes Homebrew/homebrew#9336.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-30 14:30:16 -06:00
Joe Fiorini 21f8434086 rbenv-gemset: remove outdated caveats
Closes Homebrew/homebrew#9334.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-30 14:28:58 -06:00
Martin Szarski fa8a121a5b opencv: fix 32-bit build
Removed extra space at the start of -DOPENCV_EXTRA_C_FLAGS parameter that was
killing the 32bit build on Mac OS X Lion.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-12-29 20:43:01 -08:00
Adam Vandenberg fe494191a2 cufflinks: fix md5 2011-12-29 20:13:38 -08:00
Dave Rice d71baf6eb9 media-info 0.7.52
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-12-29 18:31:05 -08:00
Gregg Lind b2073a8d2f gfortran: fix typo fix in caveats
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-12-29 18:27:16 -08:00
Courtney Palit 72086f2bfb ddclient: update config and caveats
[jn: caveat cleanup, fixups]

Closes Homebrew/homebrew#5272.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-29 14:53:01 -06:00
Jack Nagel a0ac1db738 ddclient 3.8.1
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-29 14:39:26 -06:00
Jack Nagel c1668694c0 gnutls: fix detection of libtasn1
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-29 11:32:58 -06:00
Jack Nagel a1db535977 giter8: undent caveats
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-29 11:01:16 -06:00
Risto Yrjänä 64de4a2891 Giter8 0.3.2
Closes Homebrew/homebrew#9201.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-29 11:01:02 -06:00
Yoji SHIDARA b70c3bd2d8 groonga 1.2.9
Closes Homebrew/homebrew#9317.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-29 10:44:31 -06:00
Jack Nagel 22bc6f7e27 curl 7.23.1
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-28 19:55:02 -06:00
Jack Nagel ef7ea88f47 git 1.7.8.2
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-28 17:24:41 -06:00
Jack Nagel 5171083128 git: define NO_R_TO_GCC_LINKER
Inadvertently failing to pass the correct library paths to the linker
can cause a build to link against an incorrect version of a library.
Some compilers don't pass the runtime path defined with '-Rpath' to the
linker. With this defined, paths will be passed to the linker with
-Wl,rpath, rather than -R.

Apple's gcc-4.0, gcc-4.2, and llvm-gcc do not complain about -R, but it
is not documented as far as I can tell, and clang complains vocally
about it. As long as they all support the -Wl format, we may as well be
safe.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-28 17:16:57 -06:00
Jack Nagel 234a6beb3e git: remove hardlink cruft
I'm not sure if this was every really necessary, but at least in current
git, these things are already hardlinks to the main git binary. From a
non-Homebrew build:

    $ ls -i1
    53142021 git
    53142026 git-cvsserver
    53142021 git-receive-pack
    53142025 git-shell
    53142021 git-upload-archive
    53142022 git-upload-pack
    53142116 gitk

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-28 15:25:03 -06:00
Misty De Meo 14106cd0b6 tiff2png: fix download location, libpng1.5
Fixes Homebrew/homebrew#9313.
2011-12-28 13:33:50 -06:00
Misty De Meo d71ecc46d4 gpac: fix compilation on case-sensitive systems
Fixes: Homebrew/homebrew#9311.
2011-12-28 12:18:06 -06:00
Misty De Meo bb325de9e7 ffmpeg: fix compilation on 32-bit Leopard 2011-12-28 12:08:20 -06:00
Aku Kotkavuo 7981b5c4bb DMD v2.057
Closes Homebrew/homebrew#9302.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-27 18:49:53 -06:00
Toni Menzel 7f593a42aa pax-runner 1.7.6
Closes Homebrew/homebrew#9296.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-27 18:36:28 -06:00
James Aitken 252bc1f102 Nginx: Update HEAD to 1.1.12
Closes Homebrew/homebrew#9297.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-27 18:27:23 -06:00
Domingo Suarez Torres 60b9ed844f elasticsearch 0.18.6
Closes Homebrew/homebrew#9288.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-27 18:25:02 -06:00
Jack Nagel 44a8558c25 teapot: new homepage and download URL
Closes Homebrew/homebrew#9293.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-27 18:16:50 -06:00
Charlie Sharpsteen 8c738f11b8 fuse4x-kext: Add upgrade instructions to caveats 2011-12-26 12:14:12 -08:00
Mario Uher 0d30375a7f rbenv 0.3.0
Closes Homebrew/homebrew#9282.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-26 12:13:29 -06:00
Fred Calsen 985e3ecd7f git-extras 0.8.0
Closes Homebrew/homebrew#9278.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-25 21:42:17 -06:00
Yoji SHIDARA efb81c8ce6 mecab 0.99
Closes Homebrew/homebrew#9267.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-25 21:40:28 -06:00
Charlie Sharpsteen 57657959c7 Cairo: Bump fails_with_llvm version
Still failing on Xcode 4.2.1.
2011-12-25 15:49:45 -08:00
Charlie Sharpsteen 2c8ad9eaa0 Clean up some Cairo dependencies
Add a comment to Pango explaining why Cairo is required on Lion. Remove Cairo
dependencies from Graphviz as the Pango dependency will include it if needed.

Closes Homebrew/homebrew#8821.
Closes Homebrew/homebrew#9238.
2011-12-24 21:55:31 -08:00
Misty De Meo e93b9687f0 libgdiplus 2.10
Also adds a patch from NetBSD to correct compilation against libpng 1.5.
See: https://bugs.gentoo.org/355113

Fixes Homebrew/homebrew#9253.
2011-12-24 20:38:58 -06:00
Peter Aronoff 5b4e5c4afc Add option for advanced readline support in Lua
Lua can be patched to provide better readline support.[1] On OSX the patch
will use libedit.

I am new to Lua, so I can't say how popular this patch is, but it builds
cleanly and easily with Homebrew, and I'm already finding that it makes
Lua's REPL much more friendly.

[1] See http://lua-users.org/wiki/LuaPowerPatches, under 'Advanced readline
support'.

Closes Homebrew/homebrew#9255.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2011-12-24 18:00:55 -06:00
Pete Deffendol 88b76c325f Sphinx: update to 2.0.3
Closes Homebrew/homebrew#9263.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-12-24 12:36:28 -08:00
Anatol Pomozov ed97dcb54a fuse4x: update to 0.8.14
Closes Homebrew/homebrew#9262.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-12-24 12:35:51 -08:00
Camillo Lugaresi dc80846e4f Revamped GraphViz formula
- enable Quartz backend
- Cairo/Pango are now optional; if not enabled, PDF output is done with Quartz
- enable language bindings by default (option to disable)
- build GraphViz.app

Closes Homebrew/homebrew#9100.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2011-12-23 23:50:28 -06:00
sliver 367882bdb0 Gearmand 0.26
Closes Homebrew/homebrew#9196.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-12-23 12:56:08 -08:00
Jussi Sarkkinen b5fab69772 PyQt: Update to 4.9
Restores compatibility with Qt 4.8.x. Also upgrades SIP to 4.13.1.

Fixes Homebrew/homebrew#9225.
Closes Homebrew/homebrew#9249.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-12-23 12:55:54 -08:00
Ealden Esto E. Escanan 4e18ba0a81 Groovy 1.8.5
Closes Homebrew/homebrew#9256.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-12-23 10:26:51 -08:00
Pedro Melo fd013a909b Redis: Update to 2.4.5
Closes Homebrew/homebrew#9257.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-12-23 10:26:47 -08:00
Martin Balfanz 968054e4fa Bitlbee 3.0.4
Closes Homebrew/homebrew#9240.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-23 10:40:44 -06:00
Alexis Hildebrandt 8ae90f0645 dmenu 4.4.1
Closes Homebrew/homebrew#9247.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-23 10:38:33 -06:00
Alexis Hildebrandt 82b061d7c2 dwm 6.0
Closes Homebrew/homebrew#9248.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-23 10:37:38 -06:00
Nigel Metheringham a26ea7226e freeradius-server 2.1.12
Closes Homebrew/homebrew#9227.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-12-22 17:25:23 -08:00