comparison tool_dependencies.xml @ 5:2a074c7b442e draft

Uploaded
author iuc
date Mon, 24 Feb 2014 04:05:20 -0500
parents 55e3d764c6c2
children c90f69dd8ad9
comparison
equal deleted inserted replaced
4:55e3d764c6c2 5:2a074c7b442e
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.2.5"> 4 <package name="libpng" version="1.6.7">
5 <repository changeset_revision="a80a3062f066" name="package_libpng_1_2" owner="iuc" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" /> 5 <repository changeset_revision="a0b0e0281cc4" name="package_libpng_1_6_7" owner="devteam" prior_installation_required="True" toolshed="http://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="a80a3062f066" name="package_libpng_1_2" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu"> 13 <repository changeset_revision="a0b0e0281cc4" name="package_libpng_1_6_7" owner="devteam" toolshed="http://testtoolshed.g2.bx.psu.edu">
14 <package name="libpng" version="1.2.5" /> 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: 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> 19 <action type="shell_command">./configure /-prefix=$INSTALL_DIR /-with-png=$LIBPNG_ROOT_DIR; make ; make install </action>