This updates libsigc++ to version 2.2.10. Also there is now an
option to test the build. It creates native static and shared
libraries, and it compiles without error using clang, llvm, and gcc
from XCode-4.0.2 on OSX 10.6.8, x86_64. This library is a typesafe
callback framework for C++.
ClosesHomebrew/homebrew#8107.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
This updates libvpx to 0.9.7-p1, which is their patched release.
The formula now sets --enable-pic, which seems justified.
The formula now sets --enable-vp8 to include all their vp8 code.
The formula now exposes four options to the user for setting
code coverage, memory tracking, post processing and visiualization.
Their software creates a native static library. Their shared lib
will only build on elf32 atm. This compiles and tests with all
three clang, llvm, and gcc from XCode-4.0.2 on x86_64. This is a
library for handling video in the VPX codec format, related to
webm and Google.
ClosesHomebrew/homebrew#8110.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
This updates atk to version 2.2.0 and fixes two configure args
so that the build is similar to other libraries like gdk-pixbuf,
that are interrelated. --enable-introspection was set to no,
and the glib test is allowed to be run by configure to find
the environment of glib, seeing as glib is listed as a dep.
This was tested on clang-2.0, llvm-2335.9, and gcc-4.2.1 on
x86_64 10.6.8.
ClosesHomebrew/homebrew#8111.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
This updates gdk-pixbuf to version 2.24.0 and fixes some flags to
configure that were not correct for OSX or were not set correctly
due to strange defaults settings on this build.
--disable-maintainer-mode gets set because it defaults on.
--enable-debug=no gets set because its [no,min,max,auto]
--enable-instrospection=no gets set because it's desired.
--disable-Bsymbolic gets set because it's only for elf32.
--without-gdiplus gets set because it's for Windows.
This compiles with gcc-4.2.1, llvm-2335.9, and clang-2.0 from
XCode-4.0.2 on x86_64 10.6.8.
ClosesHomebrew/homebrew#8112.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
Rationale: It's a crypto library so we should make sure it works. It
doesn't take _that_ long even on my old, slow MBP.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Bonnie++ is a benchmark suite that is aimed at performing a number of
simple tests of hard drive and file system performance. Then you can
decide which test is important and decide how to compare different
systems after running it.
Bonnie++ was based on the code for Bonnie by Tim Bray. A summary of the
differences between Bonnie 1.0 and Bonnie++ 1.0 can be found at:
http://www.coker.com.au/bonnie++/diff.htmlClosesHomebrew/homebrew#8050.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
This updates mkclean to 0.8.6 and modifies the one install command
so that all three binaries it builds get installed, namely:
mkclean, mkcleanreg, and mkWDclean. It compiles and tests
using llvm-2335, gcc-4.2.1, and clang-2.0.
ClosesHomebrew/homebrew#8031.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
This updates mkvalidator to version 0.3.7. It build and tests
with the XCode-4.0.2 tools on x86_64 10.6.8.
ClosesHomebrew/homebrew#8032.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>