Build Graphviz with pango and freetype support

Otherwise it can't output PDFs.
Also update Boost to 1.52.0



svn: r21108
This commit is contained in:
John Ralls 2013-01-13 20:38:27 +00:00
parent c133edec8e
commit adb8a084a4

View File

@ -155,9 +155,12 @@ gtk-mac-bundler gtk-osx-build/projects/gramps/gramps.bundle
</after>
</distutils>
<autotools id="graphviz" autogenargs="--disable-sharp --disable-guile --disable-java --disable-lua --disable-ocaml --disable-perl --disable-php --disable-r --disable-ruby --disable-tcl --with-pangocairo --with-included-ltdl=yes">
<autotools id="graphviz" autogen-sh="configure"
autogenargs="--disable-sharp --disable-guile --disable-java --disable-lua --disable-ocaml --disable-perl --disable-php --disable-r --disable-ruby --disable-tcl --with-pangocairo --with-included-ltdl=yes">
<branch module="graphviz-2.28.0.tar.gz" version="2.28.0" repo="graphviz"/>
<dependencies>
<dep package="pango"/>
<dep package="meta-gtk-osx-freetype"/>
<dep package="zlib"/>
</dependencies>
</autotools>
@ -167,8 +170,8 @@ gtk-mac-bundler gtk-osx-build/projects/gramps/gramps.bundle
</autotools>
<autotools id="boost">
<branch module="boost/boost_1_46_1.tar.bz2" repo="sourceforge"
version="1.46.1"/>
<branch module="boost/boost_1_52_0.tar.bz2" repo="sourceforge"
version="1.52.1"/>
</autotools>
<distutils id="scons">