Changeset 8763a1da for general/graphlib


Ignore:
Timestamp:
09/01/2015 02:09:51 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
7e39ba39
Parents:
03b05e7
Message:
  • Update to zsh-5.1.
  • Update to graphite2-1.3.1.
  • Update to tiff-4.0.5.
  • Update to links-2.11.
  • Update to midori_0.5.11.
  • xine-lib, mplayer, links, cairo: s|www.directfb.org|pkgs.fedoraproject.org/repo/pkgs/directfb|.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16365 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
general/graphlib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/graphite2.xml

    r03b05e7 r8763a1da  
    1111           "&sourceforge-repo;/silgraphite/graphite2-&graphite2-version;.tgz">
    1212  <!ENTITY graphite2-download-ftp  " ">
    13   <!ENTITY graphite2-md5sum        "ca6da3ba3ff914e4974c167a7a63a3ae">
     13  <!ENTITY graphite2-md5sum        "0c4b5b0ebd59ff36837029bb60efc5b1">
    1414  <!ENTITY graphite2-size          "8.2 MB">
    15   <!ENTITY graphite2-buildsize     "63 MB (with tests)">
    16   <!ENTITY graphite2-time          "0.2 SBU (with tests)">
     15  <!ENTITY graphite2-buildsize     "69 MB (with docs and tests)">
     16  <!ENTITY graphite2-time          "0.3 SBU (with docs and tests)">
    1717]>
    1818
     
    101101      <application>harfbuzz</application>).
    102102    </para>
    103     <para>To build the documentation, which is reported to be broken, would
    104       require all of
     103
     104    <para>To build the documentation:
    105105      <ulink url="http://www.methods.co.nz/asciidoc/">AsciiDoc</ulink>,
    106106      <xref linkend="doxygen"/> and
    107107      <xref linkend="texlive"/> (or <xref linkend="tl-installer"/>)
     108    </para>
     109
     110    <para>To execute the test suite you will need
     111      <ulink url="https://pypi.python.org/pypi/FontTools">FontTools</ulink>
     112      (Python 2 module), otherwise, some tests fail.
    108113    </para>
    109114
     
    131136cd    build &amp;&amp;
    132137
    133 cmake -DCMAKE_INSTALL_PREFIX=/usr \
     138cmake -G "Unix Makefiles"         \
     139      -DCMAKE_INSTALL_PREFIX=/usr \
    134140      -DCMAKE_BUILD_TYPE=Release  \
    135141      -Wno-dev .. &amp;&amp;
     
    138144
    139145    <para>
    140       To test the results, issue: <command>make -k test</command>.
    141       Some tests fail for unknown reasons.
     146      If you wish to build the documentation, issue:
     147    </para>
     148
     149<screen><userinput>make docs</userinput></screen>
     150
     151    <para>
     152      To test the results, issue: <command>make test</command>. Some tests fail
     153      if <ulink url="https://pypi.python.org/pypi/FontTools">FontTools</ulink>
     154      (Python 2 module) is not installed.
    142155    </para>
    143156
     
    147160
    148161<screen role="root"><userinput>make install</userinput></screen>
     162
     163    <para>
     164      If you built the documentation, install, as the
     165      <systemitem class="username">root</systemitem> user:
     166    </para>
     167
     168<screen role="root"><userinput>install -v -d -m755 /usr/share/doc/graphite2-&graphite2-version;/api &amp;&amp;
     169cp      -v -r -f    doc/doxygen/{html,latex/refman.pdf} \
     170                    /usr/share/doc/graphite2-&graphite2-version;/api &amp;&amp;
     171cp      -v -r -f    doc/{GTF,manual}.html \
     172                    /usr/share/doc/graphite2-&graphite2-version;</userinput></screen>
     173
     174  </sect2>
     175
     176  <sect2 role="commands">
     177    <title>Command Explanations</title>
     178
     179    <para><option>-DCMAKE_VERBOSE_MAKEFILE=ON</option>: This switch turns on
     180    build verbose mode.</para>
     181
    149182  </sect2>
    150183
     
    165198        </seg>
    166199        <seg>
    167           /usr/include/graphite2 and
    168           /usr/share/graphite2
     200          /usr/{include,share}/graphite2 and
     201          /usr/share/doc/graphite2-&graphite2-version;
    169202        </seg>
    170203      </seglistitem>
  • general/graphlib/libtiff.xml

    r03b05e7 r8763a1da  
    99  <!ENTITY libtiff-download-ftp
    1010           "ftp://ftp.remotesensing.org/libtiff/tiff-&libtiff-version;.tar.gz">
    11   <!ENTITY libtiff-md5sum        "9aee7107408a128c0c7b24286c0db900">
     11  <!ENTITY libtiff-md5sum        "523a76b4a3b24a0287dcfae82580ed2c">
    1212  <!ENTITY libtiff-size          "2.1 MB">
    1313  <!ENTITY libtiff-buildsize     "32 MB (with tests)">
Note: See TracChangeset for help on using the changeset viewer.