gtest was removed because it is not meant to be installed on its own,
but rather included as a part of software build systems. flann was the
only formula which expected a preinstalled copy of gtest; this disables
its tests which depend on gtest.
FixesHomebrew/homebrew#14126.
libxmlsec1 already has an option thrown on the command line to
`disable-apps-crypte-dl` which stops the build from looking for
`libltdl`. But that option only applies to the command line app
and another option needs to be thrown otherwise configure will
error on ML when it can't find `libltdl`.
Add a configure flag to `--disable-crypto-dl`
FixesHomebrew/homebrew#13845ClosesHomebrew/homebrew#14129.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Icarus-verilog-0.9.5 crashes clang or llvm into an assertion
error when either of those two binaries is used as the linker.
Add a command to set `ENV['LD']`. It also works for XCode-only.
Remove both the fails_with because it works now.
Add a separate line to `make installdirs` that fixes a build error
where a directory does not exist.
Tested on ML with XCode-4.4.1 using clang and llvm.
FixesHomebrew/homebrew#13650ClosesHomebrew/homebrew#14138.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
vorbis-tools needs libao to create ogg123, a command line binary.
Add a `depends_on 'libao'` and one for `flac` also, because flac
is often found in an ogg container like webm. Ogg123 will also
be used in solfege. Tested by playing some files.
ClosesHomebrew/homebrew#14134.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Upgrade x264 to version 2197.4 which makes libx264.125.dylib,
where the previous formula created `libx264.124.dylib`.
Tested on ML with clang and llvm from XCode-4.4.1.
ClosesHomebrew/homebrew#14155.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
sdhash is a tool for generating and comparing similarity digest hashes.
When comparing these hashes, it gives a confidence level as to how
similar two objects are to each other.
ClosesHomebrew/homebrew#13753.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
Run make in order to properly detect which version of XCode is
installed
Run make install instead of bin.install
Update to latest version which resolves the multiple symlink
layers issue.
Fixed head to use svn. Previous head didn't work (just downloaded
a single html file).
ClosesHomebrew/homebrew#14143.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
gettext is now bottled on three of the platforms we support, so remove
the hackery and just depend on it.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>