Mercurial > repos > devteam > package_fontconfig_2_11_1
changeset 1:a7fab80df24c draft
Added a dependency on libxml2 and the configure flag to use it.
author | devteam |
---|---|
date | Mon, 19 May 2014 14:25:30 -0400 |
parents | 36d9971ad7bd |
children | 60dbff94df32 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 10 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Mon May 19 10:59:24 2014 -0400 +++ b/tool_dependencies.xml Mon May 19 14:25:30 2014 -0400 @@ -1,21 +1,24 @@ <?xml version="1.0"?> <tool_dependency> - <package name="freetype" version="2.5.2"> + <package name="freetype" version="2.5.2"> <repository changeset_revision="34ebf47e4941" name="package_freetype_2_5_2" owner="devteam" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" /> </package> - <package name="fontconfig" version="2.11.1"> - <install version="1.0"> + <package name="libxml2" version="2.9.1"> + <repository changeset_revision="926b471a2e43" name="package_libxml2_2_9_1" owner="devteam" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" /> + </package> + <package name="fontconfig" version="2.11.1"> + <install version="1.0"> <actions> <action type="download_by_url">http://www.freedesktop.org/software/fontconfig/release/fontconfig-2.11.1.tar.gz</action> <action type="set_environment_for_install"> <repository changeset_revision="34ebf47e4941" name="package_freetype_2_5_2" owner="devteam" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu"> - <package name="freetype" version="2.5.2" /> - </repository> + <package name="freetype" version="2.5.2" /> + </repository> </action> - <action type="shell_command">export LDFLAGS="-Wl,-rpath,$FREETYPE_LIB_PATH -L$FREETYPE_LIB_PATH" && ./configure --prefix=$INSTALL_DIR</action> + <action type="shell_command">export LDFLAGS="-Wl,-rpath,$FREETYPE_LIB_PATH -L$FREETYPE_LIB_PATH" && ./configure --prefix=$INSTALL_DIR --enable-libxml2</action> <action type="make_install" /> <action type="set_environment"> - <environment_variable action="set_to" name="FONTCONFIG_ROOT_PATH">$INSTALL_DIR/lib</environment_variable> + <environment_variable action="set_to" name="FONTCONFIG_ROOT_PATH">$INSTALL_DIR/lib</environment_variable> <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> <environment_variable action="set_to" name="FONTCONFIG_FILE">$INSTALL_DIR/etc/fonts/fonts.conf</environment_variable> </action>