annotate tool_dependencies.xml @ 1:e7d72500ef2b draft

Uploaded
author iuc
date Wed, 29 Oct 2014 10:36:57 -0400
parents 99a41bc40067
children 3ec0c9e073da
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>
1
e7d72500ef2b Uploaded
iuc
parents: 0
diff changeset
3 <!-- TODO: Add more dependencies to support other image formats -->
0
99a41bc40067 Imported from capsule None
iuc
parents:
diff changeset
4 <package name="libpng" version="1.6.7">
1
e7d72500ef2b Uploaded
iuc
parents: 0
diff changeset
5 <repository changeset_revision="db14a391648d" name="package_libpng_1_6_7" owner="devteam" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
0
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">
1
e7d72500ef2b Uploaded
iuc
parents: 0
diff changeset
8 <install version="1.0">
e7d72500ef2b Uploaded
iuc
parents: 0
diff changeset
9 <actions>
e7d72500ef2b Uploaded
iuc
parents: 0
diff changeset
10 <action type="download_by_url">https://bitbucket.org/libgd/gd-libgd/downloads/libgd-2.1.0.tar.gz</action>
e7d72500ef2b Uploaded
iuc
parents: 0
diff changeset
11
0
99a41bc40067 Imported from capsule None
iuc
parents:
diff changeset
12 <action type="set_environment_for_install">
1
e7d72500ef2b Uploaded
iuc
parents: 0
diff changeset
13 <repository changeset_revision="db14a391648d" name="package_libpng_1_6_7" owner="devteam" toolshed="https://toolshed.g2.bx.psu.edu">
e7d72500ef2b Uploaded
iuc
parents: 0
diff changeset
14 <package name="libpng" version="1.6.7" />
0
99a41bc40067 Imported from capsule None
iuc
parents:
diff changeset
15 </repository>
99a41bc40067 Imported from capsule None
iuc
parents:
diff changeset
16 </action>
1
e7d72500ef2b Uploaded
iuc
parents: 0
diff changeset
17
0
99a41bc40067 Imported from capsule None
iuc
parents:
diff changeset
18 <action type="autoconf">--with-png=$LIBPNG_ROOT_DIR</action>
1
e7d72500ef2b Uploaded
iuc
parents: 0
diff changeset
19
0
99a41bc40067 Imported from capsule None
iuc
parents:
diff changeset
20 <action type="set_environment">
1
e7d72500ef2b Uploaded
iuc
parents: 0
diff changeset
21 <environment_variable action="prepend_to" name="LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
0
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>
1
e7d72500ef2b Uploaded
iuc
parents: 0
diff changeset
24 <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>
0
99a41bc40067 Imported from capsule None
iuc
parents:
diff changeset
25 <environment_variable action="set_to" name="LIBGD_ROOT_PATH">$INSTALL_DIR</environment_variable>
99a41bc40067 Imported from capsule None
iuc
parents:
diff changeset
26 </action>
99a41bc40067 Imported from capsule None
iuc
parents:
diff changeset
27 </actions>
99a41bc40067 Imported from capsule None
iuc
parents:
diff changeset
28 </install>
99a41bc40067 Imported from capsule None
iuc
parents:
diff changeset
29 <readme>
99a41bc40067 Imported from capsule None
iuc
parents:
diff changeset
30 Installs and complils libdg.
99a41bc40067 Imported from capsule None
iuc
parents:
diff changeset
31 GD is an open source code library for the dynamic creation of images by programmers.
99a41bc40067 Imported from capsule None
iuc
parents:
diff changeset
32 GD is written in C, and "wrappers" are available for Perl, PHP and other languages.
99a41bc40067 Imported from capsule None
iuc
parents:
diff changeset
33 GD creates PNG, JPEG, GIF, WebP, XPM, BMP images, among other formats.
99a41bc40067 Imported from capsule None
iuc
parents:
diff changeset
34 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
35 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
36
99a41bc40067 Imported from capsule None
iuc
parents:
diff changeset
37 http://libgd.bitbucket.org/
99a41bc40067 Imported from capsule None
iuc
parents:
diff changeset
38
99a41bc40067 Imported from capsule None
iuc
parents:
diff changeset
39 LIBRARY_PATH, LD_LIBRARY_PATH and CPLUS_INCLUDE_PATH will be set.
99a41bc40067 Imported from capsule None
iuc
parents:
diff changeset
40 LIBGD_ROOT_PATH will point to the root path of the installation.
99a41bc40067 Imported from capsule None
iuc
parents:
diff changeset
41 </readme>
99a41bc40067 Imported from capsule None
iuc
parents:
diff changeset
42 </package>
99a41bc40067 Imported from capsule None
iuc
parents:
diff changeset
43 </tool_dependency>