Changeset 755e97c


Ignore:
Timestamp:
10/16/2013 01:10:22 AM (11 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.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
09aea573
Parents:
8b3a8979
Message:

Update to fontconfig-2.11.0. Symlink added to SGMLSpm-1.1, to create sgmlspl

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r8b3a8979 r755e97c  
    278278<!ENTITY freetype2-version            "2.5.0.1">
    279279                                                  <!-- Pango 1.34.2 require .93    -->
    280 <!ENTITY fontconfig-version           "2.10.93">  <!-- stable lt .90 micro version -->
     280<!ENTITY fontconfig-version           "2.11.0">  <!-- stable lt .90 micro version -->
    281281<!ENTITY fribidi-version              "0.19.5">
    282282<!ENTITY gegl-version                 "0.2.0">
  • general/graphlib/fontconfig.xml

    r8b3a8979 r755e97c  
    88           "http://www.freedesktop.org/software/fontconfig/release/fontconfig-&fontconfig-version;.tar.bz2">
    99  <!ENTITY fontconfig-download-ftp  " ">
    10   <!ENTITY fontconfig-md5sum        "0f8e5c63c2d6931626185c02802375a3">
     10  <!ENTITY fontconfig-md5sum        "000bd4baf7aefa828e03414d0c8c7dc5">
    1111  <!ENTITY fontconfig-size          "1.5 MB">
    12   <!ENTITY fontconfig-buildsize     "16 MB">
    13   <!ENTITY fontconfig-time          "0.4 SBU">
     12  <!ENTITY fontconfig-buildsize     "13 MB (plus 4.2 MB installed)">
     13  <!ENTITY fontconfig-time          "0.2 SBU">
    1414]>
    1515
     
    9292        you remove the <parameter>--disable-docs</parameter> parameter from
    9393        the <command>configure</command> command below, you must have
    94         <xref linkend="perl-sgmlspm"/> installed also, or the
    95         <application>Fontconfig</application> build will fail.
     94        <xref linkend="perl-sgmlspm"/> and <xref linkend="texlive"/> installed
     95        also, or the <application>Fontconfig</application> build will fail.
    9696      </para>
    9797    </note>
  • general/prog/perl-modules.xml

    r8b3a8979 r755e97c  
    778778
    779779    <para>The SGMLSpm module is a <application>Perl</application> library
    780     used for parsing the output from James Clark's SGMLS and NSGMLS
    781     parsers. This modules uses the standard
     780      used for parsing the output from James Clark's SGMLS and NSGMLS
     781      parsers. This modules uses the standard
    782782    <xref linkend="perl-standard-install"/>.</para>
    783783
     
    785785
    786786    <para> Before beginning the build, issue
    787     the following command to prevent an error:</para>
     787      the following command to prevent an error:</para>
    788788
    789789<screen><userinput>chmod -v 644 MYMETA.yml</userinput></screen>
     790
     791    <para>
     792      After installed, as the <systemitem class="username">root</systemitem>
     793      user:
     794    </para>
     795
     796<screen role="root"><userinput>ln -sv sgmlspl.pl /usr/bin/sgmlspl</userinput></screen>
    790797
    791798    <itemizedlist>
  • introduction/welcome/changelog.xml

    r8b3a8979 r755e97c  
    4848      <itemizedlist>
    4949        <listitem>
     50          <para>[fernando] - Symlink added to SGMLSpm-1.1, to create sgmlspl.
     51          </para>
     52        </listitem>
     53        <listitem>
     54          <para>[fernando] - Update to fontconfig-2.11.0. Fixes
     55          <ulink url="&blfs-ticket-root;4170">#4170</ulink>.</para>
     56        </listitem>
     57        <listitem>
    5058          <para>[bdubbs] - Applied patch from a former editor to
    5159          fix some minor GNOME issues and adds back gstreamer
Note: See TracChangeset for help on using the changeset viewer.