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>
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>
-gmtl's svn (HEAD) has an updated SConstruct which doen't need to be patched.
-The patch is still applied when doing "regular install" (gmtl 0.6.1).
ClosesHomebrew/homebrew#8002.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
"Armadillo is an open-source C++ linear algebra library (matrix maths)
aiming towards a good balance between speed and ease of use. Integer,
floating point and complex numbers are supported, as well as a subset of
trigonometric and statistics functions. Various matrix decompositions
are provided through optional integration with LAPACK, or one of its
high performance drop-in replacements (such as MKL or ACML)."
[http://arma.sourceforge.net/]
ClosesHomebrew/homebrew#8008.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This is a version update for color-code, a Qt based board game,
akin to Mastermind, where you place colored tiles. This was
compiled against Qt-4.7.4 and works very well on a 10.6.8
system running in 64bit. Sometimes you come across an app that
builds so cleanly and has such a polished interface that it
makes you chuckle. It could be the devs own a Mac. Anyway,
here it is.
ClosesHomebrew/homebrew#7997.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit upgrades d-bus to 1.4.16 with no other changes.
It compiles without error using clang, llvm, and gcc-4.2.1 from
XCode-4.0.2 on OSX 10.6.8, x64 kernel.
ClosesHomebrew/homebrew#7995.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit updates libmms to version 0.6.2. Their project is
back at sf.net for hosting, and that's why the change in both url
and homepage. This compiles with llvm-2335, gcc-4.2.1, and clang2.0
on OSX 10.6.8 with XCode 4.0.2. It builds native static and shared
libraries that are used for streaming mmst amd mmsh protocol as in
mms://i.canhaz.ct:1755
ClosesHomebrew/homebrew#7991.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This will update libcue to version 1.4.0. No other changes here.
It compiles with llvm-2335.9, gcc-4.2.1, and clang-2.0 from
XCode 4.0.2 on x86_64 10.6.8 Snow Leopard. It builds native
static and shared libraries.
ClosesHomebrew/homebrew#7990.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Bugfix: nginx could not be built --with-http_mp4_module and without --with-debug option.
ClosesHomebrew/homebrew#7965.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
-Changed the url of vrpn to download a zip file from unc's ftp instead of pulling from unc's git repo.
-Unc's git repo is now on the formula's head
-Changed version number
-Added libusb (change from rpavlik to support HID)
-Added --docs argument (change from rpavlik to build documentation)
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
Kind of pointless for something so simple, but I was using the sl
formula to test something and noticed it so here it is.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
The "--host" flag to configure defaults to "--build", and explicitly
passing it is normally reserved for cross-compiling.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
It was a system duplicate that slipped through accidentally, so it is
now available in Homebrew-alt.
cf. Homebrew/homebrew#7903.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
jbig2enc's pdf.py demo program did not properly retain an image's DPI
when creating a PDF; it was hardcoded to 600, regardless of the actual
resolution of the input image. This patch corrects that by intelligently
extracting the DPI from the file being converted.
ClosesHomebrew/homebrew#7913.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>