comparison tool_dependencies.xml @ 2:ee2eb3c816f9 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_cairo_1_12_14 commit dea7b185eeb3d94f02527d82d1e4e635daf338aa
author iuc
date Thu, 08 Oct 2015 10:22:01 -0400
parents 26d5e389e524
children 8181dc284f85
comparison
equal deleted inserted replaced
1:26d5e389e524 2:ee2eb3c816f9
22 </repository> 22 </repository>
23 <repository changeset_revision="55f81025bcb0" name="package_freetype_2_5_2" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu"> 23 <repository changeset_revision="55f81025bcb0" name="package_freetype_2_5_2" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.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 <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 &amp;&amp; \
28 export LDFLAGS="-Wl,-rpath,$PIXMAN_LIB_PATH -Wl,-rpath,$LIBPNG_ROOT/lib -Wl,-rpath,$FREETYPE_LIB_PATH" &amp;&amp; \ 30 export LDFLAGS="-Wl,-rpath,$PIXMAN_LIB_PATH -Wl,-rpath,$LIBPNG_ROOT/lib -Wl,-rpath,$FREETYPE_LIB_PATH" &amp;&amp; \
29 ./configure --prefix=$INSTALL_DIR \ 31 ./configure --prefix=$INSTALL_DIR \
30 --with-x=no \ 32 --with-x=no \
31 --enable-xcb-shm=no \ 33 --enable-xcb-shm=no \
32 --enable-xlib-xcb=no \ 34 --enable-xlib-xcb=no \
33 --enable-xcb=no \ 35 --enable-xcb=no \
34 --enable-xlib-xrender=no 36 --enable-xlib-xrender=no \
37 --enable-gtk-doc-html=no
35 </action> 38 </action>
36 <action type="make_install" /> 39 <action type="make_install" />
37 <!-- Create an empty cairo-xlib.h file, because R's configure script explicitly includes it even if X is disabled. --> 40 <!-- 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> 41 <action type="shell_command">touch $INSTALL_DIR/include/cairo/cairo-xlib.h</action>
39 <action type="set_environment"> 42 <action type="set_environment">