Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/gdk-pixbuf.xml

    r8558044 rc5408a2  
    99  <!ENTITY gdk-pixbuf-download-ftp
    1010           "&gnome-download-ftp;/gdk-pixbuf/2.42/gdk-pixbuf-&gdk-pixbuf-version;.tar.xz">
    11   <!ENTITY gdk-pixbuf-md5sum        "7cd2fdaa3c55e2302316fe36968f7425">
    12   <!ENTITY gdk-pixbuf-size          "7.4 MB">
    13   <!ENTITY gdk-pixbuf-buildsize     "71 MB (with tests)">
    14   <!ENTITY gdk-pixbuf-time          "0.2 SBU (Using parallelism=4; with tests)">
     11  <!ENTITY gdk-pixbuf-md5sum        "4a62f339cb1424693fba9bb7ffef8150">
     12  <!ENTITY gdk-pixbuf-size          "6.2 MB">
     13  <!ENTITY gdk-pixbuf-buildsize     "36 MB (with tests)">
     14  <!ENTITY gdk-pixbuf-time          "0.2 SBU (With tests; both using parallelism=4)">
    1515]>
    1616
     
    1818  <?dbhtml filename="gdk-pixbuf.html"?>
    1919
    20   <sect1info>
    21     <date>$Date$</date>
    22   </sect1info>
    2320
    2421  <title>gdk-pixbuf-&gdk-pixbuf-version;</title>
     
    4037    </para>
    4138
    42     &lfs110a_checked;
     39    &lfs112_checked;
    4340
    4441    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8885    <bridgehead renderas="sect4">Recommended</bridgehead>
    8986    <para role="recommended">
     87      <xref linkend="docutils"/>,
    9088      <xref role="runtime" linkend="librsvg"/> (runtime dependency, needed for
    9189         loading symbolic icons) and
     
    102100       <!--<xref linkend="jasper"/> and-->
    103101  <!--<xref linkend="gtk-doc"/> and-->
    104       <ulink url="https://gitlab.gnome.org/ebassi/gi-docgen">gi-docgen</ulink>
     102      <ulink url="&gi-docgen-url;">gi-docgen</ulink>
    105103      (to generate documentation)
    106104    </para>
     
    120118
    121119<screen><userinput>mkdir build &amp;&amp;
    122 cd build &amp;&amp;
     120cd    build &amp;&amp;
    123121
    124122meson --prefix=/usr --buildtype=release --wrap-mode=nofallback .. &amp;&amp;
     
    158156      href="../../xincludes/meson-wrap-nofallback.xml"/>
    159157
    160     <!-- gtk_doc replaced by gi-docgen
    161     <para>
    162       <option>-Dgtk_doc=true</option>: Use this parameter if
    163       <application>GTK-Doc</application> is installed and you wish to rebuild
    164       and install the API documentation.
    165       <!\-\- -Dgtk_doc is set to "yield=true" in meson_options.txt \-\->
    166     </para>-->
    167 <!-- Removed in 2.42.0
    168     <para>
    169       <option>-Djasper=true</option>: If you've installed
    170       <xref linkend="jasper"/> and you want
    171       <application>Gdk Pixbuf</application> to use it to compile a
    172       JPEG2000 image loader, pass this switch to meson.
    173     </para>
    174 -->
     158    <!-- with 2.42.9, docutils must be installed to generate man pages.
     159    Without this, you'll get the following output:
     160    Program rst2man found: ../docs/meson.build:70:2: ERROR: Problem encountered:
     161    No rst2man found, but man pages were explicitly enabled -->
     162    <para>
     163      <option>-Dman=false</option>: Use this option if you do not want to
     164      generate manual pages, or if you do not want to install
     165      <xref linkend="docutils" role="nodep"/>.
     166    </para>
     167
    175168  </sect2>
    176169
Note: See TracChangeset for help on using the changeset viewer.