Commit graph

6671 commits

Author SHA1 Message Date
Johan Liesén
7532d6b2c4 New Formula: apktool
Apktool is a tool for reengineering 3rd party, closed, binary Android apps.

Closes Homebrew/homebrew#7662.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-23 19:27:26 -07:00
Nibbles McGurk
c8909048fc audiofile: Update to 0.3.1
This is an update for audiofile including a new option to enable Code Coverage
support using lcov. There will be a depends_on lcov => :build if the user enables
the new option. I also added a new option to check the build with make check and a
def test function.  There was a compile time option to --enable-valgrind support,
a memory leak testing suite, but homebrewed valgrind fails it's own make check atm.
This update was tested on 10.6.8 x86_64 using 2335, gcc-4.2.1, and clang. It builds
both static and shared libs for your native architecture.

Closes Homebrew/homebrew#7635.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-23 19:17:26 -07:00
Nibbles McGurk
8485926d28 New Formula: jbigkit
Jbigkit includes libjbig, a C Library for JBIG1 images, and two CLI
programs called pbmtojbg and jbgtopbm.  Jbigkit builds without a
'configure' using only a Makefile that gets patched by the formula
with good CCFLAGS.  The makefile comes set with CC = gcc, and it
overrides all relevant compiler variables except MAKEFLAGS with
very good results.  The jbigkit formula builds a universal library,
but the makefile is only written to create a static one.  There is
no make install function to date. The library has no dependencies,
but it can be used by libtiff, which will automatically find it
during libtiff's configure.  Jbigkit was tested on Mac OSX 10.6.8,
with a 64bit kernel, and gcc-4.2.1.

Closes Homebrew/homebrew#7699.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-23 19:09:58 -07:00
Charlie Sharpsteen
4d4eb10f50 FFmpeg: Update to 0.8.4
Also, flag as `fails_with_llvm`.

Closes Homebrew/homebrew#7715.
2011-09-23 18:56:44 -07:00
Andrew Kane
6af39e9df4 New Formula: graylog2-server
Closes Homebrew/homebrew#7734.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-23 18:21:27 -07:00
Jacob Kjeldahl
cddd33d00c New Formula: HexEdit
Closes Homebrew/homebrew#7708.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-23 18:18:26 -07:00
Philippe Mongeau
299aea0c44 updated sleepwatcher to v2.2
Closes Homebrew/homebrew#7792.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-23 18:13:59 -07:00
Alan Schmitt
6047f245c7 Transcode: Patch to enable build with FFmpeg 0.8.x
In addition to pull request Homebrew/homebrew#6842, These patches to transcode allow it to
compile with current ffmpeg. The patches were inspired by:

  http://repository.slacky.eu/slackware64-13.37/multimedia/transcode/1.1.5/src/transcode-1.1.5-ffmpeg.patch
and

  http://www.funix.org/fr/linux/main-linux.php?ref=conversion&page=full

the later for the decode_lavc part.

Closes Homebrew/homebrew#7758.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-23 17:55:27 -07:00
Philippe GONCALVES
fcaefdf3e1 LibQuicktime: Update to 1.2.3
Updates build to be compatible with FFmpeg 0.8.x.

Closes Homebrew/homebrew#6842.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-23 17:47:50 -07:00
Ed Marshall
227adc8dce New Formula: TinyFugue
TinyFugue is a screen-based MUD client.

Closes Homebrew/homebrew#7791.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-23 17:25:11 -07:00
Nibbles 2bits
8815dff050 New Formula: solid
This is a new formula for a C++ library called Solid that is used
for collision detection between objects in 3D space.  This formula
exposes two options to the user, for issues of precision and
rounding error.  This also fixes Homebrew/homebrew#5282 and compiles well, using
llvm 2335, gcc-4.2.1, and clang from XCode 4.0.2 on 64bit 10.6.8.
This builds shared and static native libraries.  This is the final
opensource release of this software.

Closes Homebrew/homebrew#7776.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-23 17:18:57 -07:00
Nibbles 2bits
43928f72e7 libiconv: Add option to build universal
libiconv is listed inside the glib formula as a dep, and glib has
a universal option.  This does not.  Therefore, glib --universal
will fail to link.  This commit gives the user the option to build
libiconv as a universal library.  It compiled successfully on 64bit
OSX 10.6.8 using all three XCode 4.0.2 compilers.

Closes Homebrew/homebrew#7748.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-23 16:58:41 -07:00
Michael T. Conigliaro
639c4f4829 NSS: Remove unnecessary prefix on binaries
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-23 16:28:16 -07:00
Ryan Schlesinger
623cbdfe41 Fuse4x-kext: Add setuid and setgid bits to caveats
This makes sure that the load_fuse4x binary can run as root.

Closes Homebrew/homebrew#7766.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-23 16:22:08 -07:00
Ryan Schlesinger
365191ffb2 Revert "Fuse4x: Add caveats concerning fuse4x admin group"
This reverts commit a50e377519f77f47fe723cbb67ecd230bf627766.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-23 16:22:08 -07:00
JuanPablo
a906dffbb5 dvtm: Update to 0.7
Closes Homebrew/homebrew#7783.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-23 16:20:38 -07:00
Benson Kalahar
f134c46c16 Frink: Update MD5 sum
Closes Homebrew/homebrew#7787.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-23 16:17:12 -07:00
James Aitken
b55c5c0f4c Nginx: Update HEAD to 1.1.4
Closes Homebrew/homebrew#7786.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-23 16:11:43 -07:00
George Bashi
7bcb07aab6 tomcat: Update to 7.0.21
Closes Homebrew/homebrew#7777.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-23 16:09:53 -07:00
Alexis Hildebrandt
b21b8bd98f aqbanking 5.0.16
Closes Homebrew/homebrew#7779.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-23 16:06:38 -07:00
Alexis Hildebrandt
9a6c8bafae gwenhywfar 4.3.0
Closes Homebrew/homebrew#7778.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-23 16:06:38 -07:00
Nibbles 2bits
7238921bdd gflags 1.6
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-22 22:59:25 -07:00
Adam Vandenberg
b2ada86477 gpsbabel: head is now svn on google code 2011-09-22 21:12:26 -07:00
Nibbles 2bits
9c6a31ba1a pixman 0.22.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-22 20:41:26 -07:00
Jack Nagel
ab40cb58e7 New formula: p11-kit
p11-kit is a PKCS#11 module loader for crypto libraries. It is an
optional dependency of the GnuTLS 3.x series.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-22 21:57:08 -05:00
Nibbles 2bits
af90a317c6 android-ndk: link binaries to keg bin
android-ndk has three binaries that are meant to live at the top
of it's keg tree, not in its bin. This commit creates the bin path
and symlinks those three binaries into its bin so that they will
be available to the user after install.

Fixes Homebrew/homebrew#7514.
Closes Homebrew/homebrew#7752.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-22 20:40:22 -05:00
Ramiro Jr. Franco
0ee6cef7cf python3: update distribute md5
The package was re-uploaded, requiring a new checksum.

Closes Homebrew/homebrew#7773.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-22 19:24:47 -05:00
Richard West
1cba8b0d55 python: update distribute md5
http://pypi.python.org/packages/source/d/distribute/

Closes Homebrew/homebrew#7765.
Closes Homebrew/homebrew#7768.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-22 19:23:21 -05:00
Justin Clift
831dff86e1 libvirt 0.9.6
Closes Homebrew/homebrew#7755.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-22 19:19:42 -05:00
Gavin Brock
709f7fae41 csshX 0.74
This also moves the HEAD version to a git checkout.

Closes Homebrew/homebrew#7757.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-22 19:07:23 -05:00
Karel Minarik
7d9cfeda63 ElasticSearch 0.17.7
Closes Homebrew/homebrew#7767.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-22 19:05:18 -05:00
Nicholas Hutchinson
aa4a2cd46a class-dump 3.3.4
Closes Homebrew/homebrew#7770.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-22 19:01:03 -05:00
Chris Schneider
95d04f7ad6 xml-security-c 1.6.1
Closes Homebrew/homebrew#7762.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-22 18:58:58 -05:00
George Bashi
26a8b42f7a cassandra 0.8.6
Closes Homebrew/homebrew#7754.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-22 18:52:24 -05:00
Charlie Sharpsteen
928199a07f Pianobar: Builds with LLVM >= 2335
At least, using XCode 2.3.6 on 10.6.x and 4.1 on 10.7. 4.0 may still be
hosed for some odd reason... we'll see.

Closes Homebrew/homebrew#7668.
2011-09-22 09:11:01 -07:00
SnowLprd
fa37cd3414 Pianobar: Update to 2011.09.22
Supports latest Pandora protocol change (v32).

Closes Homebrew/homebrew#7759.
Closes Homebrew/homebrew#7760.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-22 09:04:07 -07:00
Charlie Sharpsteen
3dc3ae111b PySide: Update to 1.0.7
Also updates apiextractor, generatorrunner and shiboken.
2011-09-22 00:27:41 -07:00
Charlie Sharpsteen
ae723674ed Valgrind: Disable Lion build
Unless the user passes `--force`, in which case patch and attempt a
compilation for kicks and grins.

Closes Homebrew/homebrew#6767.
Closes Homebrew/homebrew#6811.
2011-09-21 23:53:33 -07:00
CharlieRoot
38049288ad Fix valgrind 3.6.1 on Mac OS X 10.7 Patch configure.in template to allow builds on Darwin 11 Make empty standard suppressions for Darwin 11
Closes Homebrew/homebrew#6811.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-21 23:08:13 -07:00
Jonas Pfenniger
d77c63f2d0 Direnv: Update to 0.1.72
Closes Homebrew/homebrew#7741.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-21 23:03:11 -07:00
Ryan Schlesinger
929ceffb4e Fuse4x: Add caveats concerning fuse4x admin group
This is needed by any filesystem that uses the `allow_other` mount option.

Closes Homebrew/homebrew#7742.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-21 23:00:42 -07:00
Nibbles 2bits
827edf60fd libmpd: Update to 11.8.17 plus universal opt
libmpd changed their versioning scheme from the previous 0.20.0
to this 11.8.17 which is apparently like going to 0.20.95, except
that they wanted to match the version numbering on their main
project gmpc.  This version compiles with llvm, gcc-4.2.1, and
clang from XCode 4.0.2 on x64 10.6.8. See their sourceforge files:

  * http://sourceforge.net/projects/musicpd/files/

Closes Homebrew/homebrew#7750.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-21 22:59:15 -07:00
Charlie Sharpsteen
db85c5055c DJmount: Remove unneeded CFLAG
See comment in 524d9789e2d68c159bbdffd292802befdf97651f.
2011-09-21 22:54:33 -07:00
Charlie Sharpsteen
cf1a6a1385 Tup: Fix tiny typo 2011-09-21 22:27:34 -07:00
Anatol Pomozov
4fba3fd8a4 New Formula: Tup
Tup is a build tool that fills a role similar to make---except much more
efficient for large source trees.

Closes Homebrew/homebrew#7636.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-21 22:17:43 -07:00
Lars
0cd1020759 Sqlite: Add option for contributed functions
Closes Homebrew/homebrew#6939.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-21 22:11:15 -07:00
Jack Nagel
584e0f6717 Add gdbm patches to python and python3 formulae
This takes care of the issue described here (recognizing gdbm 1.9.x
databases): http://www.gossamer-threads.com/lists/python/bugs/942749

The patches are already in their respective upstream repositories, so
they will presumably be included in the next Python 2.7.x and 3.2.x
releases.

Closes Homebrew/homebrew#7738.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-21 20:12:44 -05:00
Adam Lickel
c30ec40028 uncrustify 0.58
Closes Homebrew/homebrew#7743.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-21 18:53:08 -05:00
Charlie Sharpsteen
80562282da OpenCV: Remove debugging statement
Oops, left something in that last commit.

Also, fixes the module installation path to where the caveats say it will be.
2011-09-21 16:08:53 -07:00
Charlie Sharpsteen
9724da1f77 OpenCV: Fix Python support
OpenCV relies on the CMake FindPythonLibs module which get pwned pretty hard if
more than one Python installation is available. Copied some code from the VTK
formula that straightens things out manually.

Also added a numpy dependency.

Fixes Homebrew/homebrew#7740.
2011-09-21 16:03:26 -07:00