Changeset c3e9ce2


Ignore:
Timestamp:
03/18/2007 07:39:29 PM (17 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 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:
db728915
Parents:
e78ea706
Message:

Updated to Pango-1.16.1

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    re78ea706 rc3e9ce2  
    384384<!ENTITY GTK-version                  "1.2.10">
    385385<!ENTITY cairo-version                "1.4.0">
    386 <!ENTITY pango-version                "1.12.3">
     386<!ENTITY pango-version                "1.16.1">
    387387<!ENTITY atk-version                  "1.11.4">
    388388<!ENTITY gtk2-version                 "2.8.20">
  • introduction/welcome/changelog.xml

    re78ea706 rc3e9ce2  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Updated to Pango-1.16.1.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[randy] - Updated to cairo-1.4.0.</para>
    4952        </listitem>
  • x/lib/pango.xml

    re78ea706 rc3e9ce2  
    55  %general-entities;
    66
    7   <!ENTITY pango-download-http "&gnome-download-http;/pango/1.12/pango-&pango-version;.tar.bz2">
    8   <!ENTITY pango-download-ftp  "&gnome-download-ftp;/pango/1.12/pango-&pango-version;.tar.bz2">
    9   <!ENTITY pango-md5sum        "c8178e11a895166d86990bb2c38d831b">
    10   <!ENTITY pango-size          "1.2 MB">
    11   <!ENTITY pango-buildsize     "24.9 MB">
    12   <!ENTITY pango-time          "0.5 SBU">
     7  <!ENTITY pango-download-http "&gnome-download-http;/pango/1.16/pango-&pango-version;.tar.bz2">
     8  <!ENTITY pango-download-ftp  "&gnome-download-ftp;/pango/1.16/pango-&pango-version;.tar.bz2">
     9  <!ENTITY pango-md5sum        "4aa720633e53701a652f27700a7946dd">
     10  <!ENTITY pango-size          "1.3 MB">
     11  <!ENTITY pango-buildsize     "27 MB">
     12  <!ENTITY pango-time          "0.6 SBU">
    1313]>
    1414
     
    6363    <xref linkend="x-window-system"/> or
    6464    <xref linkend="fontconfig"/></para>
    65 
    66     <!--
    67     <bridgehead renderas="sect4">Recommended</bridgehead>
    68     <para role="recommended"><xref linkend="cairo"/></para>
    69     -->
    7065
    7166    <para><application>cairo</application> is not required to build
     
    7671    backend, then <application>GTK+</application>-2 will not build.</para>
    7772
     73    <bridgehead renderas="sect4">Optional</bridgehead>
     74    <para role="optional"><ulink
     75    url="http://linux.thai.net/libthai">LibThai</ulink></para>
     76
    7877    <bridgehead renderas="sect4">Optional (If <application>cairo</application>
    7978    is Not Installed)</bridgehead>
    8079    <para role="optional"><xref linkend="x-window-system"/></para>
    8180
    82     <bridgehead renderas="sect4">Optional (To Rebuild the API Documentation)</bridgehead>
     81    <bridgehead renderas="sect4">Optional (To Rebuild the API
     82    Documentation)</bridgehead>
    8383    <para role="optional"><xref linkend="gtk-doc"/></para>
    8484
     
    111111make</userinput></screen>
    112112
    113     <para>To test the results, issue: <command>make check</command>.</para>
     113    <para>To test the results, issue: <command>make check</command>. Note that
     114    the <quote>testboundries</quote> test could fail if you have
     115    <application>LibThai</application> installed.</para>
    114116
    115117    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
Note: See TracChangeset for help on using the changeset viewer.