Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libgsf.xml

    r6f38008 r23b54336  
    77  <!ENTITY libgsf-download-http "&gnome-download-http;/libgsf/1.14/libgsf-&libgsf-version;.tar.xz">
    88  <!ENTITY libgsf-download-ftp  " ">
    9   <!ENTITY libgsf-md5sum        "c64b4a29dd2e67749313f3917a12a709">
     9  <!ENTITY libgsf-md5sum        "55301f17247932325c6ff572e1d70f35">
    1010  <!ENTITY libgsf-size          "692 KB">
    11   <!ENTITY libgsf-buildsize     "14 MB (with tests)">
    12   <!ENTITY libgsf-time          "0.2 SBU (with tests)">
     11  <!ENTITY libgsf-buildsize     "16 MB (with tests)">
     12  <!ENTITY libgsf-time          "0.3 SBU (with tests)">
    1313]>
    1414
     
    8484    <bridgehead renderas="sect4">Optional</bridgehead>
    8585    <para role="optional">
    86       <xref linkend="gobject-introspection"/>,
    87       <xref linkend="gtk-doc"/>, and
    88       <xref linkend="valgrind"/> (for tests)
     86      <xref linkend="gobject-introspection"/> and
     87      <xref linkend="gtk-doc"/>
    8988    </para>
    9089
     
    9594
    9695    <para>
     96      Fix building <application>libgsf</application> against
     97      <application>libxml-2.12.x</application>:
     98    </para>
     99
     100<screen><userinput>sed -e '/tree\.h/i #include &lt;libxml/parser.h&gt;' \
     101    -i gsf/gsf-libxml.h</userinput></screen>
     102
     103    <para>
    97104      Install <application>libgsf</application> by running the following
    98105      commands:
     
    103110
    104111    <para>
    105       To test the results, issue: <command>make check</command>.
     112      To test the results, issue: <command>make check</command>. Two
     113      tests, t1004-zip-zip64.pl and t1005-zip-nonseekable.pl are
     114      known to fail.
    106115    </para>
    107116
Note: See TracChangeset for help on using the changeset viewer.