Changeset ae629f3
- Timestamp:
- 10/14/2014 04:28:28 PM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/inkscape-core-mods, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 45444025
- Parents:
- f3a11c46
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
rf3a11c46 rae629f3 49 49 <itemizedlist> 50 50 <listitem> 51 <para>[fernando] - Update to cairo-1.14.0. Fixes 52 <ulink url="&blfs-ticket-root;5658">#5658</ulink>.</para> 53 </listitem> 54 <listitem> 51 55 <para>[fernando] - Update to at-spi2-atk-2.14.1. Fixes 52 56 <ulink url="&blfs-ticket-root;5657">#5657</ulink>.</para> -
packages.ent
rf3a11c46 rae629f3 452 452 <!ENTITY at-spi2-core-version "2.14.0"> 453 453 <!ENTITY at-spi2-atk-version "2.14.1"> 454 <!ENTITY cairo-version "1.1 2.16">454 <!ENTITY cairo-version "1.14.0"> 455 455 <!ENTITY cairomm-version "1.10.0"> 456 456 <!ENTITY cogl-version "1.18.2"> -
x/lib/cairo.xml
rf3a11c46 rae629f3 7 7 <!ENTITY cairo-download-http "http://cairographics.org/releases/cairo-&cairo-version;.tar.xz"> 8 8 <!ENTITY cairo-download-ftp " "> 9 <!ENTITY cairo-md5sum " a1304edcdc99282f478b995ee5f8f854">9 <!ENTITY cairo-md5sum "fc3a5edeba703f906f2241b394f0cced"> 10 10 <!ENTITY cairo-size "35 MB"> 11 <!ENTITY cairo-buildsize "1 58MB">12 <!ENTITY cairo-time " 1.0SBU">11 <!ENTITY cairo-buildsize "125 MB"> 12 <!ENTITY cairo-time "0.9 SBU"> 13 13 ]> 14 14 … … 102 102 <para role="optional"> 103 103 <xref linkend="cogl"/>, 104 <ulink url="http://www.directfb.org/">DirectFB</ulink>,105 104 <xref linkend="gtk-doc"/>, 106 105 <xref linkend="libdrm"/>, … … 108 107 <xref linkend="mesalib"/>, 109 108 <xref linkend="qt4"/>, 110 <ulink url="http://code.google.com/p/skia/">Skia</ulink>, and 111 <xref linkend="valgrind"/> 109 <xref linkend="valgrind"/>, 110 <ulink url="http://www.directfb.org/">DirectFB</ulink>, 111 <ulink url="https://github.com/rillian/jbig2dec/">jbig2dec</ulink>, and 112 <ulink url="http://code.google.com/p/skia/">Skia</ulink> 112 113 </para> 113 114 … … 125 126 </para> 126 127 127 <screen><userinput>CFLAGS="$CFLAGS -ffat-lto-objects" \ 128 ./configure --prefix=/usr \ 128 <screen><userinput>./configure --prefix=/usr \ 129 129 --disable-static \ 130 130 --enable-tee && … … 144 144 <sect2 role="commands"> 145 145 <title>Command Explanations</title> 146 147 <para>148 <command>CFLAGS="$CFLAGS -ffat-lto-objects"</command>: Fixes building149 with GCC 4.9.150 </para>151 146 152 147 <para>
Note:
See TracChangeset
for help on using the changeset viewer.