Mercurial > repos > boris > package_cairo_1_12_14
comparison tool_dependencies.xml @ 2:4e91b26c4fef draft default tip
Uploaded
| author | devteam |
|---|---|
| date | Tue, 04 Feb 2014 15:33:04 -0500 |
| parents | b2c181b76e74 |
| children |
comparison
equal
deleted
inserted
replaced
| 1:b2c181b76e74 | 2:4e91b26c4fef |
|---|---|
| 1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
| 2 <tool_dependency> | 2 <tool_dependency> |
| 3 <package name="pixman" version="0.32.4"> | 3 <package name="pixman" version="0.32.4"> |
| 4 <repository changeset_revision="32b797e460d8" name="package_pixman_0_32_4" owner="boris" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" /> | 4 <repository changeset_revision="7c1b724614eb" name="package_pixman_0_32_4" owner="boris" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" /> |
| 5 </package> | 5 </package> |
| 6 <package name="libpng" version="1.6.7"> | 6 <package name="libpng" version="1.6.7"> |
| 7 <repository changeset_revision="7de5acbf6c85" name="package_libpng_1_6_7" owner="boris" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" /> | 7 <repository changeset_revision="7de5acbf6c85" name="package_libpng_1_6_7" owner="boris" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" /> |
| 8 </package> | 8 </package> |
| 9 <package name="freetype" version="2.5.2"> | 9 <package name="freetype" version="2.5.2"> |
| 10 <repository changeset_revision="261854cf7ae9" name="package_freetype_2_5_2" owner="boris" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" /> | 10 <repository changeset_revision="f349e776ca59" name="package_freetype_2_5_2" owner="boris" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" /> |
| 11 </package> | 11 </package> |
| 12 <package name="cairo" version="1.12.14"> | 12 <package name="cairo" version="1.12.14"> |
| 13 <install version="1.0"> | 13 <install version="1.0"> |
| 14 <actions> | 14 <actions> |
| 15 <action type="download_by_url">http://depot.galaxyproject.org/package/source/cairo/cairo-1.12.14.tar.bz2</action> | 15 <action type="download_by_url">http://depot.galaxyproject.org/package/source/cairo/cairo-1.12.14.tar.bz2</action> |
| 16 <action type="set_environment_for_install"> | 16 <action type="set_environment_for_install"> |
| 17 <repository changeset_revision="32b797e460d8" name="package_pixman_0_32_4" owner="boris" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu"> | 17 <repository changeset_revision="7c1b724614eb" name="package_pixman_0_32_4" owner="boris" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu"> |
| 18 <package name="pixman" version="0.32.4" /> | 18 <package name="pixman" version="0.32.4" /> |
| 19 </repository> | 19 </repository> |
| 20 <repository changeset_revision="7de5acbf6c85" name="package_libpng_1_6_7" owner="boris" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu"> | 20 <repository changeset_revision="7de5acbf6c85" name="package_libpng_1_6_7" owner="boris" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu"> |
| 21 <package name="libpng" version="1.6.7" /> | 21 <package name="libpng" version="1.6.7" /> |
| 22 </repository> | 22 </repository> |
| 23 <repository changeset_revision="261854cf7ae9" name="package_freetype_2_5_2" owner="boris" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu"> | 23 <repository changeset_revision="f349e776ca59" name="package_freetype_2_5_2" owner="boris" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu"> |
| 24 <package name="freetype" version="2.5.2" /> | 24 <package name="freetype" version="2.5.2" /> |
| 25 </repository> | 25 </repository> |
| 26 </action> | 26 </action> |
| 27 <action type="shell_command"> | 27 <action type="shell_command"> |
| 28 export LDFLAGS="-Wl,-rpath,$PIXMAN_LIB_PATH -Wl,-rpath,$PNG_LIB_PATH -Wl,-rpath,$FREETYPE_LIB_PATH" && \ | |
| 28 ./configure --prefix=$INSTALL_DIR \ | 29 ./configure --prefix=$INSTALL_DIR \ |
| 29 --with-x=no \ | 30 --with-x=no \ |
| 30 --enable-xcb-shm=no \ | 31 --enable-xcb-shm=no \ |
| 31 --enable-xlib-xcb=no \ | 32 --enable-xlib-xcb=no \ |
| 32 --enable-xcb=no \ | 33 --enable-xcb=no \ |
| 35 <action type="make_install" /> | 36 <action type="make_install" /> |
| 36 <!-- Create an empty cairo-xlib.h file, because R's configure script explicitly includes it even if X is disabled. --> | 37 <!-- Create an empty cairo-xlib.h file, because R's configure script explicitly includes it even if X is disabled. --> |
| 37 <action type="shell_command">touch $INSTALL_DIR/include/cairo/cairo-xlib.h</action> | 38 <action type="shell_command">touch $INSTALL_DIR/include/cairo/cairo-xlib.h</action> |
| 38 <action type="set_environment"> | 39 <action type="set_environment"> |
| 39 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | 40 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> |
| 41 <environment_variable action="prepend_to" name="CAIRO_LIB_PATH">$INSTALL_DIR/lib</environment_variable> | |
| 40 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> | 42 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> |
| 41 </action> | 43 </action> |
| 42 </actions> | 44 </actions> |
| 43 </install> | 45 </install> |
| 44 <readme> | 46 <readme> |
