This commit updates lzo to version 2.06 and removes a configure
flag that was forcing --disable-asm. The asm passes make check.
The asm will automatically detect correctly if you are building
for only 32bit (by forcing -arch i386). That option was not
coded in, forcing 32bit, because 64bit is generally faster.
The make check was left in because this is a compression lib,
and we don't want data corruption. This compiles with llvm,
gcc-4.2.1, and clang-2.0 on 32bit and 64bit OSX 10.6.8, and
it passes all checks, which take less than a half-second.
ClosesHomebrew/homebrew#8128.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
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>