Mercurial > repos > devteam > package_cairo_1_12_14
comparison tool_dependencies.xml @ 3:9d4be6036975 draft
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/legacy/package_cairo_1_12_14 commit 8bac50ca5572ea388181835e417b2db09fa27c1a
author | devteam |
---|---|
date | Tue, 01 Dec 2015 16:57:13 -0500 |
parents | f5ab0fdf3716 |
children | cd2ed5717e38 |
comparison
equal
deleted
inserted
replaced
2:f5ab0fdf3716 | 3:9d4be6036975 |
---|---|
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="3d44a209a6b9" name="package_pixman_0_32_4" owner="devteam" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> | 4 <repository changeset_revision="93cd8e03820c" name="package_pixman_0_32_4" owner="devteam" prior_installation_required="True" toolshed="https://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="f48b920cae1f" name="package_libpng_1_6_7" owner="devteam" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> | 7 <repository changeset_revision="3de32cd300a9" name="package_libpng_1_6_7" owner="devteam" prior_installation_required="True" toolshed="https://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="58782940c411" name="package_freetype_2_5_2" owner="devteam" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> | 10 <repository changeset_revision="a65217367e4a" name="package_freetype_2_5_2" owner="devteam" prior_installation_required="True" toolshed="https://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="3d44a209a6b9" name="package_pixman_0_32_4" owner="devteam" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu"> | 17 <repository changeset_revision="93cd8e03820c" name="package_pixman_0_32_4" owner="devteam" prior_installation_required="True" toolshed="https://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="f48b920cae1f" name="package_libpng_1_6_7" owner="devteam" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu"> | 20 <repository changeset_revision="3de32cd300a9" name="package_libpng_1_6_7" owner="devteam" prior_installation_required="True" toolshed="https://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="58782940c411" name="package_freetype_2_5_2" owner="devteam" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu"> | 23 <repository changeset_revision="a65217367e4a" name="package_freetype_2_5_2" owner="devteam" prior_installation_required="True" toolshed="https://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 <!-- edit configure and build/configure.ac.warnings to allow compiling cairo on gcc-4.9. Fixed in more recent versions of cairo --> | 27 <!-- edit configure and build/configure.ac.warnings to allow compiling cairo on gcc-4.9. Fixed in more recent versions of cairo --> |
28 <action type="shell_command"> | 28 <action type="shell_command"> |
29 sed -i.bak 's|MAYBE_WARN="$MAYBE_WARN -flto"|MAYBE_WARN="$MAYBE_WARN -flto -ffat-lto-objects -fuse-linker-plugin" |' configure build/configure.ac.warnings && | 29 sed -i.bak 's|MAYBE_WARN="$MAYBE_WARN -flto"|MAYBE_WARN="$MAYBE_WARN -flto -ffat-lto-objects -fuse-linker-plugin" |' configure build/configure.ac.warnings |
30 </action> | 30 </action> |
31 <action type="autoconf">--with-x=no --enable-xcb-shm=no --enable-xlib-xcb=no --enable-xcb=no --enable-gtk-doc=no --enable-gtk-doc-html=no --enable-xlib-xrender=no</action> | 31 <action type="autoconf">--with-x=no --enable-xcb-shm=no --enable-xlib-xcb=no --enable-xcb=no --enable-gtk-doc=no --enable-gtk-doc-html=no --enable-xlib-xrender=no</action> |
32 <!-- Create an empty cairo-xlib.h file, because R's configure script explicitly includes it even if X is disabled. --> | 32 <!-- Create an empty cairo-xlib.h file, because R's configure script explicitly includes it even if X is disabled. --> |
33 <action type="shell_command">touch $INSTALL_DIR/include/cairo/cairo-xlib.h</action> | 33 <action type="shell_command">touch $INSTALL_DIR/include/cairo/cairo-xlib.h</action> |
34 <action type="set_environment"> | 34 <action type="set_environment"> |