Commit Graph

9869 Commits (ad7c1005c42f892d82d5a076124eb15e64f3c40a)

Author SHA1 Message Date
nibbles 2bits ad7c1005c4 ffmpeg 0.10.3
Upgrade ffmpeg to version 0.10.3 which includes many security
fixes and bugfixes.  The changelog can be seen in their git repo
under the 0.10.3 tag, tree view, raw link to Changelog.

This still fails with llvm on Lion with undefined symbols.  Using
clang all the the tools and ffplay compile and display an mkv
with sound using sdl.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-07 06:37:59 -07:00
nibbles 2bits a9a2d47fc5 ghostscript fix compile error with libtiff-4.0.1
The gs formula stopped working after libtiff was upgraded to 4.0.1.
It gives an error `no rule to make target obj/libtiff_.dev`.
Add the `--with-system-libtiff` flag so it compiles against 4.0.1.
Remove the `--disable-debug` flag, which is not a valid option.

Add deps on little-cms2 and jbig2dec and
Add `lcms2` and `jbig2dec` to the `renames` variable so that gs
will properly link against those two libraries that many people
already have installed who deal with images frequently.  Without
those additions on systems with `lcms2` and `jbig2dec` installed,
`configure` will find them but not link correctly against them.

`autogen.sh` automatically calls configure and warns the user
that it is running configure with no args, explaining how to put
the args after `autogen.sh` if args are desired.  Do that for
head builds. It is proper and saves configure from being run twice
when brewing head.

Fixes Homebrew/homebrew#12098

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-07 06:37:30 -07:00
nibbles 2bits ffc7ea8763 kyoto-cabinet 1.2.75
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-07 06:36:37 -07:00
nibbles 2bits a75e351d7b cfengine 3.3.1
Upgrade cfengine to version 3.3.1.  Tested on Lion with XCode-4.3.2
using clang and llvm-gcc, where it passes its def test.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-07 06:36:07 -07:00
Ivan Porto Carrero cbc6f6c6ad sbt 0.11.3
Closes Homebrew/homebrew#12117.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-07 06:35:20 -07:00
Adam Vandenberg 0c2341120d Erlang: enable dtrace 2012-05-07 06:33:23 -07:00
nibbles 2bits 46bba3b743 dos2unix 6.0
Upgrade dos2unix to version 6.0.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-07 06:32:18 -07:00
Mike McQuaid a4827d3eee Remove imagemagick bottle.
Fixes Homebrew/homebrew#12100.
2012-05-07 20:41:43 +08:00
Jack Nagel b79f6812aa openimageio: pass name to the subformula constructor
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 19:40:38 -05:00
Jack Nagel 92f41eacb3 fftw: remove dir file cruft
`info` related files are now handled internally.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 19:40:04 -05:00
Jack Nagel e5fd35200f dc3dd: remove charset.alias cruft
Removing this file is now handled internally.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 19:39:19 -05:00
Tomas Frostensson db28325cf1 fftw 3.3.2
Closes Homebrew/homebrew#12109.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 19:26:50 -05:00
Noah Jorgenson 278c4ba21e todo-txt 2.9
Closes Homebrew/homebrew#12097.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 19:23:07 -05:00
Jack Nagel 5d637ed1b3 Move go-gui to Homebrew-games
Closes Homebrew/homebrew#12101.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 16:20:32 -05:00
nibbles 2bits 08008cd99e Imagemagick: patch for xml2-config
Imagemagick-6.7.x uses libxml2, but Apple changed the file
`xml2-config` starting in Mt. Lion, removing the `--prefix` flag.
That breaks Imagemagick, which uses it to find the library.
Because all versions of OSX have libxml2 in the same location,
this commit is safe for all users.

* Patch `configure` to not run `xml2-config --prefix` by placing
the value it returns, `/usr`, into the corresonding variable.

Fixes Homebrew/homebrew#11789.
Closes Homebrew/homebrew#11883.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 15:43:57 -05:00
Robert Lenhardt 0d74be4767 ykpers 1.6.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-06 09:11:44 -07:00
Robert Lenhardt 66205ded7c ykclient 2.7
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-06 09:11:27 -07:00
Robert Lenhardt f9fcff976e libyubikey 1.8
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-06 09:11:10 -07:00
Adam Vandenberg 213187a8a5 cherokee: don't install to /Library 2012-05-06 09:04:52 -07:00
Jack Nagel 8324e1ffd5 nss: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 01:07:48 -05:00
Jack Nagel 06ce46546a monit: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 01:07:47 -05:00
Jack Nagel 98889db723 psftools: clean up test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 01:07:47 -05:00
Jack Nagel 2719b461a9 maxima: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 01:07:46 -05:00
Jack Nagel 76d8bb3cb7 newick-utils: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 01:07:46 -05:00
Jack Nagel caa5dbe6ad hilite: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 01:07:46 -05:00
Jack Nagel 555fa573d2 jp2a: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 01:07:45 -05:00
Jack Nagel ba6cdf3d63 valgrind: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 01:07:45 -05:00
Jack Nagel 629108dada python: validate output in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 01:07:45 -05:00
Jack Nagel 620ddfd988 gsoap: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 01:07:44 -05:00
Jack Nagel d7ffd6d35a graphviz: clean up test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 01:07:44 -05:00
Jack Nagel 6ff456cf82 growly: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 01:07:44 -05:00
Jack Nagel 78fe4d3b33 gptfdisk: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 01:07:44 -05:00
Jack Nagel 56a897a281 dwatch: style nits
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 01:07:43 -05:00
Jack Nagel 5c1da0e211 calabash: fix path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 01:07:43 -05:00
Jack Nagel 57d0fc259e bindfs: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 01:07:43 -05:00
Jack Nagel c12a67f639 audiofile: remove oh1 output
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 01:07:42 -05:00
Jack Nagel ae8be21375 audiofile: use full paths in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 01:07:42 -05:00
Jack Nagel c7fc76f23d bbcp: whitespace
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 00:29:23 -05:00
Jack Nagel ea3af5741d libraw: improve test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 00:03:21 -05:00
Jack Nagel d7934d356f colordiff: cleanup and refresh patch
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 22:47:59 -05:00
Birger J. Nordølum 1542c049a0 ATK 2.4.0
Closes Homebrew/homebrew#12087.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 17:36:48 -05:00
Jack Nagel 2156f75b84 mairix: use HTTPS for GitHub head
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 17:24:13 -05:00
Jack Nagel e9c84b8bbf bonnie++: remove pointless test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 17:23:04 -05:00
Jack Nagel 06a6eba41f pixie: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 17:21:18 -05:00
Jack Nagel 3efc4e0b3e ispell: remove pointless test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 17:19:58 -05:00
Jack Nagel 816dbec987 open-cobol: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 17:17:48 -05:00
Jack Nagel 9dafb6ac2b trafficserver: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 17:14:57 -05:00
Jack Nagel 2f404c680f libraw: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 17:14:41 -05:00
Jack Nagel 0079bbcef6 newlisp: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 17:12:31 -05:00
Jack Nagel f01bac77cc appledoc: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 17:10:46 -05:00