annotate tool_dependencies.xml @ 3:016ad1de8f18 draft

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