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