annotate tool_dependencies.xml @ 0:99a41bc40067 draft

Imported from capsule None
author iuc
date Sat, 01 Mar 2014 14:27:03 -0500
parents
children e7d72500ef2b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
99a41bc40067 Imported from capsule None
iuc
parents:
diff changeset
1 <?xml version="1.0"?>
99a41bc40067 Imported from capsule None
iuc
parents:
diff changeset
2 <tool_dependency>
99a41bc40067 Imported from capsule None
iuc
parents:
diff changeset
3 <!-- TODO: Add more dependencies to support other image formats -->
99a41bc40067 Imported from capsule None
iuc
parents:
diff changeset
4 <package name="libpng" version="1.6.7">
99a41bc40067 Imported from capsule None
iuc
parents:
diff changeset
5 <repository changeset_revision="7c4a9189b712" name="package_libpng_1_6_7" owner="devteam" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" />
99a41bc40067 Imported from capsule None
iuc
parents:
diff changeset
6 </package>
99a41bc40067 Imported from capsule None
iuc
parents:
diff changeset
7 <package name="libgd" version="2.1.0">
99a41bc40067 Imported from capsule None
iuc
parents:
diff changeset
8 <install version="1.0">
99a41bc40067 Imported from capsule None
iuc
parents:
diff changeset
9 <actions>
99a41bc40067 Imported from capsule None
iuc
parents:
diff changeset
10 <action type="download_by_url">https://bitbucket.org/libgd/gd-libgd/downloads/libgd-2.1.0.tar.gz</action>
99a41bc40067 Imported from capsule None
iuc
parents:
diff changeset
11 <action type="set_environment_for_install">
99a41bc40067 Imported from capsule None
iuc
parents:
diff changeset
12 <repository changeset_revision="7c4a9189b712" name="package_libpng_1_6_7" owner="devteam" prior_installation_required="False" toolshed="http://toolshed.g2.bx.psu.edu">
99a41bc40067 Imported from capsule None
iuc
parents:
diff changeset
13 <package name="libpng" version="1.6.7" />
99a41bc40067 Imported from capsule None
iuc
parents:
diff changeset
14 </repository>
99a41bc40067 Imported from capsule None
iuc
parents:
diff changeset
15 </action>
99a41bc40067 Imported from capsule None
iuc
parents:
diff changeset
16 <!-- action type="autoconf" can replace the following:
99a41bc40067 Imported from capsule None
iuc
parents:
diff changeset
17 <action type="shell_command">./configure /-prefix=$INSTALL_DIR /-with-png=$LIBPNG_ROOT_DIR; make ; make install </action>
99a41bc40067 Imported from capsule None
iuc
parents:
diff changeset
18 -->
99a41bc40067 Imported from capsule None
iuc
parents:
diff changeset
19 <action type="autoconf">--with-png=$LIBPNG_ROOT_DIR</action>
99a41bc40067 Imported from capsule None
iuc
parents:
diff changeset
20 <action type="set_environment">
99a41bc40067 Imported from capsule None
iuc
parents:
diff changeset
21 <environment_variable action="prepend_to" name="LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
99a41bc40067 Imported from capsule None
iuc
parents:
diff changeset
22 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
99a41bc40067 Imported from capsule None
iuc
parents:
diff changeset
23 <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>
99a41bc40067 Imported from capsule None
iuc
parents:
diff changeset
24 <environment_variable action="set_to" name="LIBGD_ROOT_PATH">$INSTALL_DIR</environment_variable>
99a41bc40067 Imported from capsule None
iuc
parents:
diff changeset
25 </action>
99a41bc40067 Imported from capsule None
iuc
parents:
diff changeset
26 </actions>
99a41bc40067 Imported from capsule None
iuc
parents:
diff changeset
27 </install>
99a41bc40067 Imported from capsule None
iuc
parents:
diff changeset
28 <readme>
99a41bc40067 Imported from capsule None
iuc
parents:
diff changeset
29 Installs and complils libdg.
99a41bc40067 Imported from capsule None
iuc
parents:
diff changeset
30 GD is an open source code library for the dynamic creation of images by programmers.
99a41bc40067 Imported from capsule None
iuc
parents:
diff changeset
31 GD is written in C, and "wrappers" are available for Perl, PHP and other languages.
99a41bc40067 Imported from capsule None
iuc
parents:
diff changeset
32 GD creates PNG, JPEG, GIF, WebP, XPM, BMP images, among other formats.
99a41bc40067 Imported from capsule None
iuc
parents:
diff changeset
33 GD is commonly used to generate charts, graphics, thumbnails, and most anything else, on the fly.
99a41bc40067 Imported from capsule None
iuc
parents:
diff changeset
34 While not restricted to use on the web, the most common applications of GD involve website development.
99a41bc40067 Imported from capsule None
iuc
parents:
diff changeset
35
99a41bc40067 Imported from capsule None
iuc
parents:
diff changeset
36 http://libgd.bitbucket.org/
99a41bc40067 Imported from capsule None
iuc
parents:
diff changeset
37
99a41bc40067 Imported from capsule None
iuc
parents:
diff changeset
38 LIBRARY_PATH, LD_LIBRARY_PATH and CPLUS_INCLUDE_PATH will be set.
99a41bc40067 Imported from capsule None
iuc
parents:
diff changeset
39 LIBGD_ROOT_PATH will point to the root path of the installation.
99a41bc40067 Imported from capsule None
iuc
parents:
diff changeset
40 </readme>
99a41bc40067 Imported from capsule None
iuc
parents:
diff changeset
41 </package>
99a41bc40067 Imported from capsule None
iuc
parents:
diff changeset
42 </tool_dependency>