Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/cairo.xml

    r34a6571 r193af65e  
    55  %general-entities;
    66
    7   <!ENTITY cairo-download-http "https://www.cairographics.org/snapshots/cairo-&cairo-version;.tar.xz"> 
    8   <!--<!ENTITY cairo-download-http "&sources-anduin-http;/cairo/cairo-&cairo-version;.tar.xz">-->
     7  <!--
     8  <!ENTITY cairo-download-http "https://www.cairographics.org/releases/cairo-&cairo-version;.tar.xz">
     9  -->
     10  <!ENTITY cairo-download-http "&sources-anduin-http;/cairo/cairo-&cairo-version;.tar.xz">
    911  <!ENTITY cairo-download-ftp  " ">
    10   <!ENTITY cairo-md5sum        "bf9d0d324ecbd350d0e9308125fa4ce0">
     12  <!ENTITY cairo-md5sum        "23a9420780f74ad0ca1e9885e53ee022">
    1113  <!ENTITY cairo-size          "40 MB">
    12   <!ENTITY cairo-buildsize     "154 MB">
    13   <!ENTITY cairo-time          "0.8 SBU">
     14  <!ENTITY cairo-buildsize     "148 MB">
     15  <!ENTITY cairo-time          "0.9 SBU">
    1416]>
    1517
     
    1820
    1921  <sect1info>
     22    <othername>$LastChangedBy$</othername>
    2023    <date>$Date$</date>
    2124  </sect1info>
     
    4851    </para>
    4952
    50     &lfs110a_checked;
     53    &lfs10_checked;
    5154
    5255    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9598    <para role="recommended">
    9699      <xref linkend="fontconfig"/>,
    97       <xref linkend="glib2"/> (required for most GUIs), and
     100      <xref linkend="glib2"/> (required for most GUIs) and
    98101      <xref linkend="xorg7-lib"/>
    99102    </para>
     
    141144    </para>
    142145
    143 <screen><userinput>./configure --prefix=/usr    \
     146<screen><userinput>autoreconf -fiv             &amp;&amp;
     147./configure --prefix=/usr    \
    144148            --disable-static \
    145149            --enable-tee &amp;&amp;
     
    148152    <para>
    149153      This package does not have a working testsuite.
    150       <!-- The test suite can be run with 'make check', but 488 tests fail and
    151       59 tests pass. This seems to be due to minute changes in the expected
    152       output, similar to librsvg's tests. Since it's a huge chunk of the tests,
    153       let's keep it as "broken" for now.-->
    154154    </para>
    155155
     
    164164    <title>Command Explanations</title>
    165165
    166 <!-- Not needed with 1.17.4
    167     <para>
    168       <parameter>autoreconf -fv</parameter>: This prevents
     166    <para>
     167      <parameter>autoreconf -fiv</parameter>: This prevents
    169168      <command>configure</command> ending in error with the current version
    170169      of <application>automake</application> because the AM_INIT_AUTOMAKE
    171170      definitions came from a previous version.
    172171    </para>
    173 -->
    174172
    175173    <para>
     
    184182    <para>
    185183      <option>--enable-xlib-xcb</option>: This switch enables several
    186       experimental Xlib/XCB functions used by some window managers.
     184      experimental Xlib/XCB functions used by some window managers. Note that
     185      using this option will break some applications such as
     186      <xref role="nodep" linkend="epiphany"/>.
    187187    </para>
    188188
     
    196196    </para>
    197197
    198 <!--<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     198    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    199199      href="../../xincludes/gtk-doc-rebuild.xml"/>
    200       NOTE: For this version, no docs are installed by default -->
    201 
    202     <para>
    203       <option>--enable-gtk-doc</option>: Use this parameter if GTK-Doc is
    204       installed and you wish to create and install the documentation.
    205     </para>
    206200
    207201  </sect2>
     
    217211      <seglistitem>
    218212        <seg>
    219           cairo-trace
     213          cairo-sphinx and cairo-trace
    220214        </seg>
    221215        <seg>
     
    234228      <?dbhtml list-presentation="table"?>
    235229
    236 <!--
    237230     <varlistentry id="cairo-sphinx">
    238231        <term><command>cairo-sphinx</command></term>
    239232        <listitem>
    240233          <para>
    241             is an internal utility for regression analysis
     234            is an internal utility for regression analysis.
    242235          </para>
    243236          <indexterm zone="cairo cairo-sphinx">
     
    246239        </listitem>
    247240      </varlistentry>
    248 -->
    249241
    250242      <varlistentry id="cairo-trace">
     
    253245          <para>
    254246            generates a log of all calls made by an application to
    255             <application>Cairo</application>
     247            <application>Cairo</application>.
    256248          </para>
    257249          <indexterm zone="cairo cairo-trace">
     
    266258          <para>
    267259            contains the 2D graphics functions required for rendering to the
    268             various output targets
     260            various output targets.
    269261          </para>
    270262          <indexterm zone="cairo libcairo">
     
    280272            contains functions that integrate
    281273            <application>Cairo</application> with
    282             <application>Glib</application>'s GObject type system
     274            <application>Glib</application>'s GObject type system.
    283275          </para>
    284276          <indexterm zone="cairo libcairo-gobject">
     
    293285          <para>
    294286            contains the script interpreter functions for executing and
    295             manipulating <application>Cairo</application> execution traces
     287            manipulating <application>Cairo</application> execution traces.
    296288          </para>
    297289          <indexterm zone="cairo libcairo-script-interpreter">
Note: See TracChangeset for help on using the changeset viewer.