Mercurial > repos > devteam > package_fontconfig_2_11_1
comparison tool_dependencies.xml @ 1:87cfd0fbf172 draft
Added libxml2 dependency and configure flags.
| author | devteam |
|---|---|
| date | Mon, 19 May 2014 14:32:44 -0400 |
| parents | 608c22ecd24f |
| children | c6279cf49b7b |
comparison
equal
deleted
inserted
replaced
| 0:608c22ecd24f | 1:87cfd0fbf172 |
|---|---|
| 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="58782940c411" name="package_freetype_2_5_2" owner="devteam" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" /> | 4 <repository changeset_revision="58782940c411" name="package_freetype_2_5_2" owner="devteam" prior_installation_required="True" toolshed="http://toolshed.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="3af7ad13a6fb" name="package_libxml2_2_9_1" owner="devteam" prior_installation_required="True" toolshed="http://toolshed.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="58782940c411" name="package_freetype_2_5_2" owner="devteam" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu"> | 14 <repository changeset_revision="58782940c411" name="package_freetype_2_5_2" owner="devteam" prior_installation_required="True" toolshed="http://toolshed.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" && ./configure --prefix=$INSTALL_DIR</action> | 18 <action type="shell_command">export LDFLAGS="-Wl,-rpath,$FREETYPE_LIB_PATH -L$FREETYPE_LIB_PATH" && ./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> |
