Changeset 9b8c04ed


Ignore:
Timestamp:
12/31/2020 08:57:08 AM (3 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
7be78b9a
Parents:
ae88b12
Message:

Harfbuzz-2.7.4

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rae88b12 r9b8c04ed  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "30">                   <!-- Always 2 digits -->
     3<!ENTITY day          "31">                   <!-- Always 2 digits -->
    44<!ENTITY month        "12">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2020">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "December 30th, &year;">
     9<!ENTITY releasedate  "December 31st, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/graphlib/harfbuzz.xml

    rae88b12 r9b8c04ed  
    88           "https://github.com/harfbuzz/harfbuzz/releases/download/&harfbuzz-version;/harfbuzz-&harfbuzz-version;.tar.xz">
    99  <!ENTITY harfbuzz-download-ftp  " ">
    10   <!ENTITY harfbuzz-md5sum        "eebccef549722947fda536270057936f">
    11   <!ENTITY harfbuzz-size          "8.3 MB">
    12   <!ENTITY harfbuzz-buildsize     "201 MB (add 20 MB for tests)">
    13   <!ENTITY harfbuzz-time          "0.4 SBU (Using parallelism=4; add 0.4 SBU for tests)">
     10  <!ENTITY harfbuzz-md5sum        "6d8393e6fb84edfb15997d1c5ba35b1b">
     11  <!ENTITY harfbuzz-size          "9.1 MB">
     12  <!ENTITY harfbuzz-buildsize     "240 MB (add 6 MB for tests)">
     13  <!ENTITY harfbuzz-time          "0.4 SBU (Using parallelism=4; add 0.2 SBU for tests)">
    1414]>
    1515
     
    120120    </para>
    121121
    122 <screen><userinput>./configure --prefix=/usr --with-gobject --with-graphite2 &amp;&amp;
    123 make</userinput></screen>
    124 
    125     <para>
    126       To test the results, issue: <command>make check</command>.
     122<screen><userinput>mkdir build &amp;&amp;
     123cd    build &amp;&amp;
     124
     125meson --prefix=/usr -Dgraphite=enabled &amp;&amp;
     126ninja</userinput></screen>
     127
     128    <para>
     129      To test the results, issue: <command>ninja test</command>.
    127130    </para>
    128131
     
    131134    </para>
    132135
    133 <screen role="root"><userinput>make install</userinput></screen>
     136<screen role="root"><userinput>ninja install</userinput></screen>
    134137  </sect2>
    135138
     
    137140    <title>Command Explanations</title>
    138141
    139     <para>
    140       <parameter>--with-gobject</parameter>: This switch enables building
     142<!--
     143    <para>
     144      <parameter>- -with-gobject</parameter>: This switch enables building
    141145      of the <application>HarfBuzz</application> GObject wrapper. Remove
    142146      it if you did not install <application>GLib</application>.
    143147    </para>
    144 
    145     <para>
    146       <parameter>--with-graphite2</parameter>: This switch enables
     148-->
     149    <para>
     150      <parameter>-Dgraphite=enabled</parameter>: This switch enables
    147151      <application>Graphite2</application> support, which is required for
    148152      building <xref linkend="texlive"/> or <xref linkend="libreoffice"/>
     
    150154    </para>
    151155
    152     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    153       href="../../xincludes/gtk-doc-rebuild.xml"/>
     156    <para>
     157      <option>-Ddocs=false</option>: If <xref linkend="gtk-doc"/> is installed,
     158      the documentation is built and installed. This switch prevents that.
     159    </para>
    154160
    155161  </sect2>
  • introduction/welcome/changelog.xml

    rae88b12 r9b8c04ed  
    4343    -->
    4444    <listitem>
     45      <para>December 31st, 2020</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[pierre] - Update to harfbuzz-2.7.4. Move to meson build
     49          system. Fixes
     50          <ulink url="&blfs-ticket-root;14444">#14444</ulink>.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
     54
     55    <listitem>
    4556      <para>December 30th, 2020</para>
    4657      <itemizedlist>
  • packages.ent

    rae88b12 r9b8c04ed  
    212212<!ENTITY glm-version                  "0.9.9.8">
    213213<!ENTITY graphite2-version            "1.3.14">
    214 <!ENTITY harfbuzz-version             "2.7.3">
     214<!ENTITY harfbuzz-version             "2.7.4">
    215215<!--<!ENTITY ijs-version                  "0.35">-->
    216216<!ENTITY jasper-version               "2.0.14">
Note: See TracChangeset for help on using the changeset viewer.