Mercurial > repos > iuc > package_libgd_2_1
annotate tool_dependencies.xml @ 3:9ff7903354f2 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libgd_2_1 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
| author | iuc |
|---|---|
| date | Fri, 17 Jul 2015 10:35:29 -0400 |
| parents | 3ec0c9e073da |
| children |
| rev | line source |
|---|---|
| 0 | 1 <?xml version="1.0"?> |
| 2 <tool_dependency> | |
| 1 | 3 <!-- TODO: Add more dependencies to support other image formats --> |
| 0 | 4 <package name="libpng" version="1.6.7"> |
|
3
9ff7903354f2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libgd_2_1 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
2
diff
changeset
|
5 <repository changeset_revision="f48b920cae1f" name="package_libpng_1_6_7" owner="devteam" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> |
| 0 | 6 </package> |
| 7 <package name="libgd" version="2.1.0"> | |
| 1 | 8 <install version="1.0"> |
| 9 <actions> | |
| 10 <action type="download_by_url">https://bitbucket.org/libgd/gd-libgd/downloads/libgd-2.1.0.tar.gz</action> | |
| 11 | |
| 0 | 12 <action type="set_environment_for_install"> |
|
3
9ff7903354f2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libgd_2_1 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
2
diff
changeset
|
13 <repository changeset_revision="f48b920cae1f" name="package_libpng_1_6_7" owner="devteam" toolshed="https://toolshed.g2.bx.psu.edu"> |
| 1 | 14 <package name="libpng" version="1.6.7" /> |
| 0 | 15 </repository> |
| 16 </action> | |
| 1 | 17 |
| 0 | 18 <action type="autoconf">--with-png=$LIBPNG_ROOT_DIR</action> |
| 1 | 19 |
| 0 | 20 <action type="set_environment"> |
| 1 | 21 <environment_variable action="prepend_to" name="LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> |
| 0 | 22 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> |
| 23 <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> | |
| 1 | 24 <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> |
| 0 | 25 <environment_variable action="set_to" name="LIBGD_ROOT_PATH">$INSTALL_DIR</environment_variable> |
| 2 | 26 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> |
|
3
9ff7903354f2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libgd_2_1 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
2
diff
changeset
|
27 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> |
| 0 | 28 </action> |
| 29 </actions> | |
| 30 </install> | |
| 31 <readme> | |
| 32 Installs and complils libdg. | |
|
3
9ff7903354f2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libgd_2_1 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
2
diff
changeset
|
33 GD is an open source code library for the dynamic creation of images by programmers. |
|
9ff7903354f2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libgd_2_1 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
2
diff
changeset
|
34 GD is written in C, and "wrappers" are available for Perl, PHP and other languages. |
|
9ff7903354f2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libgd_2_1 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
2
diff
changeset
|
35 GD creates PNG, JPEG, GIF, WebP, XPM, BMP images, among other formats. |
|
9ff7903354f2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libgd_2_1 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
2
diff
changeset
|
36 GD is commonly used to generate charts, graphics, thumbnails, and most anything else, on the fly. |
| 0 | 37 While not restricted to use on the web, the most common applications of GD involve website development. |
|
3
9ff7903354f2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libgd_2_1 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
2
diff
changeset
|
38 |
| 0 | 39 http://libgd.bitbucket.org/ |
|
3
9ff7903354f2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libgd_2_1 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
2
diff
changeset
|
40 |
| 0 | 41 LIBRARY_PATH, LD_LIBRARY_PATH and CPLUS_INCLUDE_PATH will be set. |
| 42 LIBGD_ROOT_PATH will point to the root path of the installation. | |
| 43 </readme> | |
| 44 </package> | |
| 45 </tool_dependency> |
