Mercurial > repos > devteam > package_cairo_1_12_14
annotate tool_dependencies.xml @ 1:b39299b4b6e1 draft
Uploaded tool dependency definition that uses the correct environment variable to specify the PNG library path.
author | devteam |
---|---|
date | Tue, 01 Apr 2014 13:12:09 -0400 |
parents | 7f467a4010e0 |
children | f5ab0fdf3716 |
rev | line source |
---|---|
0 | 1 <?xml version="1.0"?> |
2 <tool_dependency> | |
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="http://toolshed.g2.bx.psu.edu" /> | |
5 </package> | |
6 <package name="libpng" version="1.6.7"> | |
1
b39299b4b6e1
Uploaded tool dependency definition that uses the correct environment variable to specify the PNG library path.
devteam
parents:
0
diff
changeset
|
7 <repository changeset_revision="db14a391648d" name="package_libpng_1_6_7" owner="devteam" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" /> |
0 | 8 </package> |
9 <package name="freetype" version="2.5.2"> | |
1
b39299b4b6e1
Uploaded tool dependency definition that uses the correct environment variable to specify the PNG library path.
devteam
parents:
0
diff
changeset
|
10 <repository changeset_revision="58782940c411" name="package_freetype_2_5_2" owner="devteam" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" /> |
0 | 11 </package> |
12 <package name="cairo" version="1.12.14"> | |
13 <install version="1.0"> | |
14 <actions> | |
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"> | |
17 <repository changeset_revision="3d44a209a6b9" name="package_pixman_0_32_4" owner="devteam" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu"> | |
18 <package name="pixman" version="0.32.4" /> | |
19 </repository> | |
1
b39299b4b6e1
Uploaded tool dependency definition that uses the correct environment variable to specify the PNG library path.
devteam
parents:
0
diff
changeset
|
20 <repository changeset_revision="db14a391648d" name="package_libpng_1_6_7" owner="devteam" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu"> |
0 | 21 <package name="libpng" version="1.6.7" /> |
22 </repository> | |
1
b39299b4b6e1
Uploaded tool dependency definition that uses the correct environment variable to specify the PNG library path.
devteam
parents:
0
diff
changeset
|
23 <repository changeset_revision="58782940c411" name="package_freetype_2_5_2" owner="devteam" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu"> |
0 | 24 <package name="freetype" version="2.5.2" /> |
25 </repository> | |
26 </action> | |
27 <action type="shell_command"> | |
1
b39299b4b6e1
Uploaded tool dependency definition that uses the correct environment variable to specify the PNG library path.
devteam
parents:
0
diff
changeset
|
28 export LDFLAGS="-Wl,-rpath,$PIXMAN_LIB_PATH -Wl,-rpath,$LIBPNG_ROOT/lib -Wl,-rpath,$FREETYPE_LIB_PATH" && \ |
0 | 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 type="make_install" /> | |
37 <!-- 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="set_environment"> | |
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> | |
42 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> | |
43 </action> | |
44 </actions> | |
45 </install> | |
46 <readme> | |
47 </readme> | |
48 </package> | |
49 </tool_dependency> |