Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/cairo.xml

    r193af65e r34a6571  
    55  %general-entities;
    66
    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">
     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">-->
    119  <!ENTITY cairo-download-ftp  " ">
    12   <!ENTITY cairo-md5sum        "23a9420780f74ad0ca1e9885e53ee022">
     10  <!ENTITY cairo-md5sum        "bf9d0d324ecbd350d0e9308125fa4ce0">
    1311  <!ENTITY cairo-size          "40 MB">
    14   <!ENTITY cairo-buildsize     "148 MB">
    15   <!ENTITY cairo-time          "0.9 SBU">
     12  <!ENTITY cairo-buildsize     "154 MB">
     13  <!ENTITY cairo-time          "0.8 SBU">
    1614]>
    1715
     
    2018
    2119  <sect1info>
    22     <othername>$LastChangedBy$</othername>
    2320    <date>$Date$</date>
    2421  </sect1info>
     
    5148    </para>
    5249
    53     &lfs10_checked;
     50    &lfs110a_checked;
    5451
    5552    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9895    <para role="recommended">
    9996      <xref linkend="fontconfig"/>,
    100       <xref linkend="glib2"/> (required for most GUIs) and
     97      <xref linkend="glib2"/> (required for most GUIs), and
    10198      <xref linkend="xorg7-lib"/>
    10299    </para>
     
    144141    </para>
    145142
    146 <screen><userinput>autoreconf -fiv             &amp;&amp;
    147 ./configure --prefix=/usr    \
     143<screen><userinput>./configure --prefix=/usr    \
    148144            --disable-static \
    149145            --enable-tee &amp;&amp;
     
    152148    <para>
    153149      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     <para>
    167       <parameter>autoreconf -fiv</parameter>: This prevents
     166<!-- Not needed with 1.17.4
     167    <para>
     168      <parameter>autoreconf -fv</parameter>: This prevents
    168169      <command>configure</command> ending in error with the current version
    169170      of <application>automake</application> because the AM_INIT_AUTOMAKE
    170171      definitions came from a previous version.
    171172    </para>
     173-->
    172174
    173175    <para>
     
    182184    <para>
    183185      <option>--enable-xlib-xcb</option>: This switch enables several
    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"/>.
     186      experimental Xlib/XCB functions used by some window managers.
    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>
    200206
    201207  </sect2>
     
    211217      <seglistitem>
    212218        <seg>
    213           cairo-sphinx and cairo-trace
     219          cairo-trace
    214220        </seg>
    215221        <seg>
     
    228234      <?dbhtml list-presentation="table"?>
    229235
     236<!--
    230237     <varlistentry id="cairo-sphinx">
    231238        <term><command>cairo-sphinx</command></term>
    232239        <listitem>
    233240          <para>
    234             is an internal utility for regression analysis.
     241            is an internal utility for regression analysis
    235242          </para>
    236243          <indexterm zone="cairo cairo-sphinx">
     
    239246        </listitem>
    240247      </varlistentry>
     248-->
    241249
    242250      <varlistentry id="cairo-trace">
     
    245253          <para>
    246254            generates a log of all calls made by an application to
    247             <application>Cairo</application>.
     255            <application>Cairo</application>
    248256          </para>
    249257          <indexterm zone="cairo cairo-trace">
     
    258266          <para>
    259267            contains the 2D graphics functions required for rendering to the
    260             various output targets.
     268            various output targets
    261269          </para>
    262270          <indexterm zone="cairo libcairo">
     
    272280            contains functions that integrate
    273281            <application>Cairo</application> with
    274             <application>Glib</application>'s GObject type system.
     282            <application>Glib</application>'s GObject type system
    275283          </para>
    276284          <indexterm zone="cairo libcairo-gobject">
     
    285293          <para>
    286294            contains the script interpreter functions for executing and
    287             manipulating <application>Cairo</application> execution traces.
     295            manipulating <application>Cairo</application> execution traces
    288296          </para>
    289297          <indexterm zone="cairo libcairo-script-interpreter">
Note: See TracChangeset for help on using the changeset viewer.