Mercurial > repos > devteam > package_cairo_1_12_14
comparison tool_dependencies.xml @ 2:f1cf1dd60867 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/legacy/package_cairo_1_12_14 commit 00214cfe7548eb1e6ac3192f14ef9c270bef7fb3
author | devteam |
---|---|
date | Wed, 06 Jan 2016 15:00:40 -0500 |
parents | 8f011e7388e1 |
children |
comparison
equal
deleted
inserted
replaced
1:8f011e7388e1 | 2:f1cf1dd60867 |
---|---|
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="bcf53d429118" name="package_pixman_0_32_4" owner="devteam" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" /> | 4 <repository changeset_revision="7056a708062b" name="package_pixman_0_32_4" owner="devteam" prior_installation_required="True" toolshed="https://testtoolshed.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="833849e0ddfc" name="package_libpng_1_6_7" owner="devteam" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" /> | 7 <repository changeset_revision="833849e0ddfc" name="package_libpng_1_6_7" owner="devteam" prior_installation_required="True" toolshed="https://testtoolshed.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="34ebf47e4941" name="package_freetype_2_5_2" owner="devteam" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" /> | 10 <repository changeset_revision="34ebf47e4941" name="package_freetype_2_5_2" owner="devteam" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> |
11 </package> | |
12 <package name="fontconfig" version="2.11.1"> | |
13 <repository changeset_revision="4b8a90926882" name="package_fontconfig_2_11_1" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> | |
11 </package> | 14 </package> |
12 <package name="cairo" version="1.12.14"> | 15 <package name="cairo" version="1.12.14"> |
13 <install version="1.0"> | 16 <install version="1.0"> |
14 <actions> | 17 <actions> |
15 <action type="download_by_url">http://depot.galaxyproject.org/package/source/cairo/cairo-1.12.14.tar.bz2</action> | 18 <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"> | 19 <action type="set_environment_for_install"> |
17 <repository changeset_revision="bcf53d429118" name="package_pixman_0_32_4" owner="devteam" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu"> | 20 <repository changeset_revision="7056a708062b" name="package_pixman_0_32_4" owner="devteam" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu"> |
18 <package name="pixman" version="0.32.4" /> | 21 <package name="pixman" version="0.32.4" /> |
19 </repository> | 22 </repository> |
20 <repository changeset_revision="833849e0ddfc" name="package_libpng_1_6_7" owner="devteam" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu"> | 23 <repository changeset_revision="833849e0ddfc" name="package_libpng_1_6_7" owner="devteam" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu"> |
21 <package name="libpng" version="1.6.7" /> | 24 <package name="libpng" version="1.6.7" /> |
22 </repository> | 25 </repository> |
23 <repository changeset_revision="34ebf47e4941" name="package_freetype_2_5_2" owner="devteam" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu"> | 26 <repository changeset_revision="34ebf47e4941" name="package_freetype_2_5_2" owner="devteam" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu"> |
24 <package name="freetype" version="2.5.2" /> | 27 <package name="freetype" version="2.5.2" /> |
28 </repository> | |
29 <repository changeset_revision="4b8a90926882" name="package_fontconfig_2_11_1" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu"> | |
30 <package name="fontconfig" version="2.11.1" /> | |
25 </repository> | 31 </repository> |
26 </action> | 32 </action> |
33 <!-- edit configure and build/configure.ac.warnings to allow compiling cairo on gcc-4.9. Fixed in more recent versions of cairo --> | |
27 <action type="shell_command"> | 34 <action type="shell_command"> |
28 export LDFLAGS="-Wl,-rpath,$PIXMAN_LIB_PATH -Wl,-rpath,$LIBPNG_ROOT/lib -Wl,-rpath,$FREETYPE_LIB_PATH" && \ | 35 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 ./configure --prefix=$INSTALL_DIR \ | |
30 --with-x=no \ | |
31 --enable-xcb-shm=no \ | |
32 --enable-xlib-xcb=no \ | |
33 --enable-xcb=no \ | |
34 --enable-xlib-xrender=no | |
35 </action> | 36 </action> |
36 <action type="make_install" /> | 37 <action type="autoconf">--enable-quartz=no --enable-quartz-font=no --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> |
37 <!-- Create an empty cairo-xlib.h file, because R's configure script explicitly includes it even if X is disabled. --> | 38 <!-- Create an empty cairo-xlib.h file, because R's configure script explicitly includes it even if X is disabled. --> |
38 <action type="shell_command">touch $INSTALL_DIR/include/cairo/cairo-xlib.h</action> | 39 <action type="shell_command">touch $INSTALL_DIR/include/cairo/cairo-xlib.h</action> |
39 <action type="set_environment"> | 40 <action type="set_environment"> |
40 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | 41 <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> | 42 <environment_variable action="prepend_to" name="CAIRO_LIB_PATH">$INSTALL_DIR/lib</environment_variable> |
43 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> | |
44 <environment_variable action="prepend_to" name="CAIRO_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> | |
45 <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> | |
46 <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> | |
47 <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include/cairo</environment_variable> | |
48 <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include/cairo</environment_variable> | |
42 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> | 49 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> |
50 <environment_variable action="set_to" name="CAIRO_CFLAGS">-I$INSTALL_DIR/include/cairo</environment_variable> | |
51 <environment_variable action="set_to" name="CAIRO_LIBS">"-L$INSTALL_DIR/lib -lcairo"</environment_variable> | |
43 </action> | 52 </action> |
44 </actions> | 53 </actions> |
45 </install> | 54 </install> |
46 <readme> | 55 <readme> |
47 </readme> | 56 </readme> |