comparison tool_dependencies.xml @ 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
comparison
equal deleted inserted replaced
0:36d9971ad7bd 1:a7fab80df24c
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool_dependency> 2 <tool_dependency>
3 <package name="freetype" version="2.5.2"> 3 <package name="freetype" version="2.5.2">
4 <repository changeset_revision="34ebf47e4941" name="package_freetype_2_5_2" owner="devteam" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" /> 4 <repository changeset_revision="34ebf47e4941" name="package_freetype_2_5_2" owner="devteam" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" />
5 </package> 5 </package>
6 <package name="fontconfig" version="2.11.1"> 6 <package name="libxml2" version="2.9.1">
7 <install version="1.0"> 7 <repository changeset_revision="926b471a2e43" name="package_libxml2_2_9_1" owner="devteam" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" />
8 </package>
9 <package name="fontconfig" version="2.11.1">
10 <install version="1.0">
8 <actions> 11 <actions>
9 <action type="download_by_url">http://www.freedesktop.org/software/fontconfig/release/fontconfig-2.11.1.tar.gz</action> 12 <action type="download_by_url">http://www.freedesktop.org/software/fontconfig/release/fontconfig-2.11.1.tar.gz</action>
10 <action type="set_environment_for_install"> 13 <action type="set_environment_for_install">
11 <repository changeset_revision="34ebf47e4941" name="package_freetype_2_5_2" owner="devteam" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu"> 14 <repository changeset_revision="34ebf47e4941" name="package_freetype_2_5_2" owner="devteam" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu">
12 <package name="freetype" version="2.5.2" /> 15 <package name="freetype" version="2.5.2" />
13 </repository> 16 </repository>
14 </action> 17 </action>
15 <action type="shell_command">export LDFLAGS="-Wl,-rpath,$FREETYPE_LIB_PATH -L$FREETYPE_LIB_PATH" &amp;&amp; ./configure --prefix=$INSTALL_DIR</action> 18 <action type="shell_command">export LDFLAGS="-Wl,-rpath,$FREETYPE_LIB_PATH -L$FREETYPE_LIB_PATH" &amp;&amp; ./configure --prefix=$INSTALL_DIR --enable-libxml2</action>
16 <action type="make_install" /> 19 <action type="make_install" />
17 <action type="set_environment"> 20 <action type="set_environment">
18 <environment_variable action="set_to" name="FONTCONFIG_ROOT_PATH">$INSTALL_DIR/lib</environment_variable> 21 <environment_variable action="set_to" name="FONTCONFIG_ROOT_PATH">$INSTALL_DIR/lib</environment_variable>
19 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> 22 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
20 <environment_variable action="set_to" name="FONTCONFIG_FILE">$INSTALL_DIR/etc/fonts/fonts.conf</environment_variable> 23 <environment_variable action="set_to" name="FONTCONFIG_FILE">$INSTALL_DIR/etc/fonts/fonts.conf</environment_variable>
21 </action> 24 </action>
22 </actions> 25 </actions>
23 </install> 26 </install>