The 'install-doc-html' Makefile target invokes asciidoc even though
the html docs are prebuilt; manually install them to avoid a useless
dependency on asciidoc.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Upgrade dia to version 0.97.2.
Add standard disable-debug and dependency-tracking options.
Tested on Lion 10.7.3. Passes make check.
ClosesHomebrew/homebrew#10003.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
If gobject-introspection is installed, these formulae will attempt to
generate introspection data. For this to "just work", it needs to be
available across all related formulae, which is a project for another
day; until then it just causes build failures.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This dependency was introduced fairly recently, but this is a HEAD-only
formula so we were unaware of it.
FixesHomebrew/homebrew#10052.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This used to be pulled in by glib, but our glib doesn't depend on
pkg-config anymore, so...
FixesHomebrew/homebrew#10040.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
msgpack fails to compile with even the latest LLVM, at least on Lion. I
can build with LLVM on Snow Leopard.
For reference, MacPorts forces clang on this one.
ClosesHomebrew/homebrew#10006.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Other formula that use pango with glib 2.30.x have issues when they see
the deprecated G_CONST_RETURN; this fix should already be present in
1.29.x.
Also take the opportunity to reorder the formula a bit.
FixesHomebrew/homebrew#10032.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Previous version was no longer hosted on upstream website.
Additionally, this version of libmp3splt requires autoconf 2.62, but only 2.61 is available -- however autoconf is not needed to compile.
Finally, the patch that was once used in the previous version of this formula was deleted off of gist.github.com.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>