comparison tool_dependencies.xml @ 6:c90f69dd8ad9 draft

Uploaded
author iuc
date Wed, 29 Oct 2014 10:35:32 -0400
parents 2a074c7b442e
children 72916c3412bb
comparison
equal deleted inserted replaced
5:2a074c7b442e 6:c90f69dd8ad9
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool_dependency> 2 <tool_dependency>
3 <!-- TODO: Add more dependencies to support other image formats --> 3 <!-- TODO: Add more dependencies to support other image formats -->
4 <package name="libpng" version="1.6.7"> 4 <package name="libpng" version="1.6.7">
5 <repository changeset_revision="a0b0e0281cc4" name="package_libpng_1_6_7" owner="devteam" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" /> 5 <repository changeset_revision="833849e0ddfc" name="package_libpng_1_6_7" owner="devteam" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
6 </package> 6 </package>
7 <package name="libgd" version="2.1.0"> 7 <package name="libgd" version="2.1.0">
8 <install version="1.0"> 8 <install version="1.0">
9 <actions> 9 <actions>
10 <action type="download_by_url">https://bitbucket.org/libgd/gd-libgd/downloads/libgd-2.1.0.tar.gz</action> 10 <action type="download_by_url">https://bitbucket.org/libgd/gd-libgd/downloads/libgd-2.1.0.tar.gz</action>
11 11
12 <action type="set_environment_for_install"> 12 <action type="set_environment_for_install">
13 <repository changeset_revision="a0b0e0281cc4" name="package_libpng_1_6_7" owner="devteam" toolshed="http://testtoolshed.g2.bx.psu.edu"> 13 <repository changeset_revision="833849e0ddfc" name="package_libpng_1_6_7" owner="devteam" toolshed="https://testtoolshed.g2.bx.psu.edu">
14 <package name="libpng" version="1.6.7" /> 14 <package name="libpng" version="1.6.7" />
15 </repository> 15 </repository>
16 </action> 16 </action>
17 17
18 <!-- action type="autoconf" can replace the following:
19 <action type="shell_command">./configure /-prefix=$INSTALL_DIR /-with-png=$LIBPNG_ROOT_DIR; make ; make install </action>
20 -->
21 <action type="autoconf">--with-png=$LIBPNG_ROOT_DIR</action> 18 <action type="autoconf">--with-png=$LIBPNG_ROOT_DIR</action>
22 19
23 <action type="set_environment"> 20 <action type="set_environment">
24 <environment_variable action="prepend_to" name="LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> 21 <environment_variable action="prepend_to" name="LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
25 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> 22 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
26 <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> 23 <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>
24 <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>
27 <environment_variable action="set_to" name="LIBGD_ROOT_PATH">$INSTALL_DIR</environment_variable> 25 <environment_variable action="set_to" name="LIBGD_ROOT_PATH">$INSTALL_DIR</environment_variable>
28 </action> 26 </action>
29 </actions> 27 </actions>
30 </install> 28 </install>
31 <readme> 29 <readme>