Commit graph

19074 commits

Author SHA1 Message Date
Jack Nagel
5ff9e735c2 open-ocd: style 2013-09-04 16:20:41 -05:00
Jack Nagel
0fe08c104d open-ocd: depend on libftdi0
Fixes Homebrew/homebrew#22313.
2013-09-04 16:20:29 -05:00
Jack Nagel
1ef041610f lcdproc: depend on libftdi0 2013-09-04 16:15:21 -05:00
Jack Nagel
6d40b9f124 avrdude: depend on libftdi0 2013-09-04 16:15:21 -05:00
Jack Nagel
f4902e7560 Add libftdi0
As it turns out, *nothing* in Homebrew that depends on libftdi is
compatible with libftdi 1.0.

avrdude doesn't even have a configure option for it, but will attempt to
link with it if libusb is also present.

lcdproc has a configure option, but instead of erroring out if it's not
found, it just silently compiles without it.

Rather than revert and wait (possibly forever) for these things to be
updated to the new library, I'm just adding the older version. It
installs alongside libftdi 1.0 without any conflicts.
2013-09-04 16:15:20 -05:00
Jack Nagel
6b31b399c8 glew: remove glu requirement from pc file
glew adds "Requires: glu" to glew.pc, even though on fresh OS X installs
there will not be a glu.pc anywhere on the system (but the library
itself is in the system's OpenGL framework).

The requirement will actually be satisfied if XQuartz is installed, but
it's only a coincidence. So I'm removing this, which should allow gource
to build on systems without XQuartz. *shrug*

Fixes Homebrew/homebrew#22025.
2013-09-04 11:09:13 -05:00
Samuel John
64ab040f0d inkscape: depends_on hicolor-icon-theme
As in the discussion [1] that theme is recommended to avoid
a warning if incskape.

[1]: https://github.com/mxcl/homebrew/pull/12989#issuecomment-23731355
2013-09-04 11:31:07 +02:00
Samuel John
644e52d613 pyqt: Generate PyQt4.pyqtconfig
This is no longer generated by the new (recommended) configure-ng.py but
some older projects (like PyQWT) still need that file, so we first
run configure.py and copy over the generated pyqtconfig.py manually.
Then, we normally run and build with configure-ng.py.

Fixes Homebrew/homebrew#21984
2013-09-04 10:48:55 +02:00
Cliff Rowley
13c717e17c chromedriver 2.3
Closes Homebrew/homebrew#22301.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-09-04 08:41:24 +01:00
Daisuke Maki
8e0068d54d perl-build 1.05
Closes Homebrew/homebrew#22300.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-09-04 08:40:18 +01:00
Daisuke Maki
d85e0a9085 plenv 2.1.0
Closes Homebrew/homebrew#22299.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-09-04 08:39:50 +01:00
Jack Nagel
2c5e511516 gource: remove unrecognized configure flags 2013-09-03 11:25:25 -05:00
Samuel John
f0456b6926 enchant: Don't download of distribute on-the-fly 2013-09-03 16:05:32 +02:00
Samuel John
c0b3a4b666 ansible: 1.2.2 some fixes
-   Install the Python module `ansible` into the usual prefix, but use
    `python.private_site_packages` (in `libexec`) for the deps.
-   In oder for the `ansible` module to be useful, the deps are needed
    and we insert the `python.private_site_packages` in the
    `ansible/__init__.py` as a `sitedir`, to the `egg`s are working.
-   Rewrote the `bin_wrapper` to be ready to be moved into
    `python_helper` or something.
-   With the brand new changes in the PythonInstalled dependency,
    it is not necessary to set the `PYTHONPATH` if you want to use
    the `python.private_site_packages` inside of the `libexec`.
    However, you have to put the calls to `system python` inside of
    a `python do … end` block (technical limitation of supporting
    Python 2.x and 3.x in general).
2013-09-03 14:26:16 +02:00
Mike McQuaid
cd2e419601 ansible: 1.2.2 (new formula)
Closes Homebrew/homebrew#22236.

Signed-off-by: Samuel John <github@SamuelJohn.de>
2013-09-03 14:26:15 +02:00
Xiyue Deng
937ee7882e gfortran formula improvement.
* Disable isl and cloog version check to avoid break when they upgrade.
* Enable link-time-optimization (LTO).
2013-09-02 22:38:23 -07:00
Xiyue Deng
811f24981c isl 0.12.1 with more formula cleanups.
* Fix URLs to use new upstream repo and use tag to track stable
  releases.
  - Fix homepage to use freecode site.
  - Fix head URL.
* Now that isl needs to bootstrap before compile.
  - Add :autoconf, :automake, :libtool as build dependencies, and run
    ./autogen.sh before configure.
* Enable verbose build output to help future debugging.
2013-09-02 22:33:46 -07:00
Max Howell
44cb96e012 Sorry, I meant to use ENV.compiler 2013-09-02 22:28:06 -05:00
Max Howell
bc1cf65cde Go builds with clang, without cgo module 2013-09-02 22:20:38 -05:00
Jack Nagel
c6cbd7f97e libftdi: depends on libusb, not libusb-compat
Closes Homebrew/homebrew#22258.
2013-09-02 18:45:03 -05:00
Markus Cisler
d41ffbee3d fb-client 1.3.0
Closes Homebrew/homebrew#22272.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-09-02 18:32:09 -05:00
Jack Nagel
42a1babffc rbenv-gemset 0.4.0
Closes Homebrew/homebrew#22254.
2013-09-02 17:58:10 -05:00
Jack Nagel
b56df279c8 juise: remove redundant comment 2013-09-02 17:53:10 -05:00
Brandon Bennett
1e2b2c41f5 libslax 0.16.18
Closes Homebrew/homebrew#22252.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-09-02 17:52:21 -05:00
Brandon Bennett
42c75966d8 juise 0.5.8
Closes Homebrew/homebrew#22251.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-09-02 17:52:11 -05:00
wkruse
0c6833da31 play devel 2.2.0-RC1
Closes Homebrew/homebrew#22270.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-09-02 17:47:41 -05:00
Bartosz Burclaf
9a4bb71e1c dart 26639
Closes Homebrew/homebrew#22261.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-09-02 17:45:37 -05:00
Mike McQuaid
211ea2e7ef Fix various Python import tests. 2013-09-02 22:32:02 +01:00
Rob Hoelz
622b6d6859 ack 2.08
Closes Homebrew/homebrew#22214.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-09-02 22:27:40 +01:00
Justin Clift
1f76760c53 libvirt 1.1.2
Closes Homebrew/homebrew#22262.
Closes Homebrew/homebrew#22269.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-09-02 21:55:36 +01:00
Erik Michaels-Ober
fc089b2e55 ruby-build 20130901
Closes Homebrew/homebrew#22246.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-09-01 15:40:28 -05:00
Jack Nagel
01e07e0596 freetype 2.5.0.1 2013-09-01 15:29:02 -05:00
Xiyue Deng
bfdd67aa79 Fix option description that only Clang library is built.
* Also fix an annoyance in caveats (llvm3* -> llvm*).

Closes Homebrew/homebrew#22247.
2013-09-01 12:57:42 -07:00
Jack Nagel
1436ed5bf3 harfbuzz: ensure icu is enabled 2013-09-01 14:24:34 -05:00
Jack Nagel
893b7e5860 harfbuzz 0.9.20 2013-09-01 14:24:33 -05:00
Jack Nagel
d054ec5f3c harfbuzz: depends on freetype 2013-09-01 14:24:32 -05:00
Jack Nagel
40b5efb09b harfbuzz: does *not* depend on fontconfig 2013-09-01 14:13:50 -05:00
Jack Nagel
62a77550f1 pango: update deps
- Always depend on newer fontconfig
 - Remove outdated comment about cairo; we always use our cairo these
   days anyway
2013-09-01 14:12:37 -05:00
Jack Nagel
6213c8184b fontconfig 2.10.95 2013-09-01 13:49:56 -05:00
Jack Nagel
1cae467507 fontconfig: remove patch that was upstreamed ages ago 2013-09-01 13:49:46 -05:00
Hermiod
f5102ed51b libcppa: 0.7.1 - Actor Model implementation for C++11
Closes Homebrew/homebrew#21952.

Signed-off-by: Xiyue Deng <manphiz@gmail.com>
2013-09-01 03:02:27 -07:00
Steven Peters
ab97da3e59 tinyxml: 2.6.2 with debian patches and CMakeLists.txt
This formula will build a patched version of tinyxml 2.6.2
using the patches from debian. I've summarized the debian
patches in comments in the formula. Here's a link to the
debian patch management page:
http://patch-tracker.debian.org/package/tinyxml/2.6.2-2

I've also added a patch with a CMakeLists.txt that builds
a shared library and provides an install target.

Closes Homebrew/homebrew#22100.

Signed-off-by: Xiyue Deng <manphiz@gmail.com>
2013-09-01 02:55:44 -07:00
Mike McQuaid
88f8df2ced android-ndk 9
Closes Homebrew/homebrew#22240.
2013-08-31 22:29:50 +01:00
Mike McQuaid
a576bc37c6 android-sdk 22.0.5 2013-08-31 22:29:50 +01:00
Francois Cocquemas
a9300b0bb1 Added --with-openblas option to link to OpenBLAS
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-31 08:32:48 -07:00
Michael Ford
824500b240 leveldb 1.13.0
Closes Homebrew/homebrew#22234.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-31 08:18:03 -07:00
Michael Ford
d0b8719b04 MYSQL++ 3.2.0
Closes Homebrew/homebrew#22235.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-31 08:18:02 -07:00
Dennis Krupenik
88a58e9c9c sphinx 2.0.9
Closes Homebrew/homebrew#22237.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-31 08:18:02 -07:00
Marc Simpson
654ecd0eed sqlite 3.8.0.1
Closes Homebrew/homebrew#22213.

Signed-off-by: Xiyue Deng <manphiz@gmail.com>
2013-08-31 00:52:11 -07:00
Nicholas Robison
26e0e1c50b wxmac: add arch flags
When using as a dependency for SAGA GIS, the missing architecture flags causes
it to fail. These extra flags help it compile correctly.

Closes Homebrew/homebrew#21179.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-30 22:33:38 -07:00