Mercurial > repos > iuc > package_cairo_1_12_14
comparison tool_dependencies.xml @ 3:8294add5c76e draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_cairo_1_12_14 commit b2bcd58af12d07f49a70215fd331eaa0a135d0c8
author | iuc |
---|---|
date | Wed, 04 Nov 2015 09:51:38 -0500 |
parents | c41942395d25 |
children | 63d45dc9fd01 |
comparison
equal
deleted
inserted
replaced
2:c41942395d25 | 3:8294add5c76e |
---|---|
5 </package> | 5 </package> |
6 <package name="libpng" version="1.6.7"> | 6 <package name="libpng" version="1.6.7"> |
7 <repository changeset_revision="05df724aefbb" name="package_libpng_1_6_7" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> | 7 <repository changeset_revision="05df724aefbb" name="package_libpng_1_6_7" owner="iuc" 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="289d7796a1f1" name="package_freetype_2_5_2" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> | 10 <repository changeset_revision="ee307f3ce5dc" name="package_freetype_2_5_2" owner="iuc" 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> |
18 <package name="pixman" version="0.32.4" /> | 18 <package name="pixman" version="0.32.4" /> |
19 </repository> | 19 </repository> |
20 <repository changeset_revision="05df724aefbb" name="package_libpng_1_6_7" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu"> | 20 <repository changeset_revision="05df724aefbb" name="package_libpng_1_6_7" owner="iuc" 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="289d7796a1f1" name="package_freetype_2_5_2" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu"> | 23 <repository changeset_revision="ee307f3ce5dc" name="package_freetype_2_5_2" owner="iuc" 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 <action type="shell_command"> | 28 <action type="shell_command"> |
28 export LDFLAGS="-Wl,-rpath,$PIXMAN_LIB_PATH -Wl,-rpath,$LIBPNG_ROOT/lib -Wl,-rpath,$FREETYPE_LIB_PATH" && \ | 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 export LDFLAGS="-Wl,-rpath,$PIXMAN_LIB_PATH -Wl,-rpath,$LIBPNG_ROOT/lib -Wl,-rpath,$FREETYPE_LIB_PATH" && | |
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-gtk-doc=no \ |
37 --enable-gtk-doc-html=no \ | |
38 --enable-xlib-xrender=no \ | |
35 </action> | 39 </action> |
36 <action type="make_install" /> | 40 <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. --> | 41 <!-- 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> | 42 <action type="shell_command">touch $INSTALL_DIR/include/cairo/cairo-xlib.h</action> |
39 <action type="set_environment"> | 43 <action type="set_environment"> |
43 <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> | 47 <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> |
44 <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> | 48 <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> |
45 <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include/cairo</environment_variable> | 49 <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include/cairo</environment_variable> |
46 <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include/cairo</environment_variable> | 50 <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include/cairo</environment_variable> |
47 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> | 51 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> |
52 <environment_variable action="set_to" name="CAIRO_CFLAGS">-I$INSTALL_DIR/include/cairo</environment_variable> | |
53 <environment_variable action="set_to" name="CAIRO_LIBS">"-L$INSTALL_DIR/lib -lcairo"</environment_variable> | |
48 </action> | 54 </action> |
49 </actions> | 55 </actions> |
50 </install> | 56 </install> |
51 <readme> | 57 <readme> |
52 </readme> | 58 </readme> |