annotate tool_dependencies.xml @ 4:55e3d764c6c2 draft

Uploaded
author bgruening
date Wed, 06 Nov 2013 03:48:02 -0500
parents 016ad1de8f18
children 2a074c7b442e
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
4
55e3d764c6c2 Uploaded
bgruening
parents: 3
diff changeset
18 <!-- action type="autoconf" can replace the following:
55e3d764c6c2 Uploaded
bgruening
parents: 3
diff changeset
19 <action type="shell_command">./configure /-prefix=$INSTALL_DIR /-with-png=$LIBPNG_ROOT_DIR; make ; make install </action>
55e3d764c6c2 Uploaded
bgruening
parents: 3
diff changeset
20 -->
55e3d764c6c2 Uploaded
bgruening
parents: 3
diff changeset
21 <action type="autoconf">--with-png=$LIBPNG_ROOT_DIR</action>
55e3d764c6c2 Uploaded
bgruening
parents: 3
diff changeset
22
0
1efb934d4600 Uploaded
iuc
parents:
diff changeset
23 <action type="set_environment">
3
016ad1de8f18 Uploaded
iuc
parents: 2
diff changeset
24 <environment_variable action="prepend_to" name="LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
016ad1de8f18 Uploaded
iuc
parents: 2
diff changeset
25 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
016ad1de8f18 Uploaded
iuc
parents: 2
diff changeset
26 <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>
016ad1de8f18 Uploaded
iuc
parents: 2
diff changeset
27 <environment_variable action="set_to" name="LIBGD_ROOT_PATH">$INSTALL_DIR</environment_variable>
0
1efb934d4600 Uploaded
iuc
parents:
diff changeset
28 </action>
1efb934d4600 Uploaded
iuc
parents:
diff changeset
29 </actions>
1efb934d4600 Uploaded
iuc
parents:
diff changeset
30 </install>
1efb934d4600 Uploaded
iuc
parents:
diff changeset
31 <readme>
1efb934d4600 Uploaded
iuc
parents:
diff changeset
32 Installs and complils libdg.
1efb934d4600 Uploaded
iuc
parents:
diff changeset
33 GD is an open source code library for the dynamic creation of images by programmers.
1efb934d4600 Uploaded
iuc
parents:
diff changeset
34 GD is written in C, and "wrappers" are available for Perl, PHP and other languages.
1efb934d4600 Uploaded
iuc
parents:
diff changeset
35 GD creates PNG, JPEG, GIF, WebP, XPM, BMP images, among other formats.
1efb934d4600 Uploaded
iuc
parents:
diff changeset
36 GD is commonly used to generate charts, graphics, thumbnails, and most anything else, on the fly.
1efb934d4600 Uploaded
iuc
parents:
diff changeset
37 While not restricted to use on the web, the most common applications of GD involve website development.
1efb934d4600 Uploaded
iuc
parents:
diff changeset
38
1efb934d4600 Uploaded
iuc
parents:
diff changeset
39 http://libgd.bitbucket.org/
1efb934d4600 Uploaded
iuc
parents:
diff changeset
40
1efb934d4600 Uploaded
iuc
parents:
diff changeset
41 LIBRARY_PATH, LD_LIBRARY_PATH and CPLUS_INCLUDE_PATH will be set.
1efb934d4600 Uploaded
iuc
parents:
diff changeset
42 LIBGD_ROOT_PATH will point to the root path of the installation.
1efb934d4600 Uploaded
iuc
parents:
diff changeset
43 </readme>
1efb934d4600 Uploaded
iuc
parents:
diff changeset
44 </package>
1efb934d4600 Uploaded
iuc
parents:
diff changeset
45 </tool_dependency>