Changeset 887c949


Ignore:
Timestamp:
09/20/2005 11:30:25 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 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:
a9787f8
Parents:
06b397f
Message:

Updated to Pango-1.10.0

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r06b397f r887c949  
    316316<!ENTITY GTK-version                  "1.2.10">
    317317<!ENTITY cairo-version                "1.0.0">
    318 <!ENTITY pango-version                "1.8.1">
     318<!ENTITY pango-version                "1.10.0">
    319319<!ENTITY atk-version                  "1.9.1">
    320320<!ENTITY gtk2-version                 "2.6.7">
  • introduction/welcome/changelog.xml

    r06b397f r887c949  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Updated to Pango-1.10.0.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[randy] - Updated to GLib-2.8.1.</para>
    4952        </listitem>
  • x/lib/pango.xml

    r06b397f r887c949  
    55  %general-entities;
    66
    7   <!ENTITY pango-download-http "http://ftp.gnome.org/pub/GNOME/sources/pango/1.8/pango-&pango-version;.tar.bz2">
    8   <!ENTITY pango-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/pango/1.8/pango-&pango-version;.tar.bz2">
    9   <!ENTITY pango-md5sum        "88aa6bf1876766db6864f3b93577887c">
    10   <!ENTITY pango-size          "996 KB">
    11   <!ENTITY pango-buildsize     "22 MB">
    12   <!ENTITY pango-time          "0.56 SBU (includes rebuilding the documentation)">
     7  <!ENTITY pango-download-http "http://ftp.gnome.org/pub/GNOME/sources/pango/1.10/pango-&pango-version;.tar.bz2">
     8  <!ENTITY pango-download-ftp  "ftp://ftp.gtk.org/pub/gtk/v2.8/pango-&pango-version;.tar.bz2">
     9  <!ENTITY pango-md5sum        "c75489ec7f5fe77e31e4cbde71ad0c16">
     10  <!ENTITY pango-size          "1.1 MB">
     11  <!ENTITY pango-buildsize     "23.1 MB">
     12  <!ENTITY pango-time          "0.5 SBU">
    1313]>
    1414
     
    6161    <para><xref linkend="glib2"/></para>
    6262
    63     <bridgehead renderas="sect4">Optional</bridgehead>
    64     <para><ulink url="http://freedesktop.org/~fontconfig/release/">Xft</ulink>
    65     (included in <xref linkend="xfree86"/> or <xref linkend="xorg"/>),
    66     <xref linkend="fontconfig"/> and <xref linkend="gtk-doc"/></para>
     63    <bridgehead renderas="sect4">Recommended</bridgehead>
     64    <para><xref linkend="cairo"/></para>
     65
     66    <para><application>cairo</application> is not required to build
     67    <application>Pango</application>, but if you don't build
     68    <application>Pango</application> with a <application>cairo</application>
     69    backend, then <application>GTK+</application>-2 will not build.</para>
     70 
     71    <bridgehead renderas="sect4">Optional (If <application>cairo</application>
     72    is Not Installed)</bridgehead>
     73    <para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>) and
     74    <xref linkend="fontconfig"/></para>
     75
     76    <bridgehead renderas="sect4">Optional (To Rebuild the API Documentation)</bridgehead>
     77    <para><xref linkend="gtk-doc"/></para>
    6778
    6879  </sect2>
     
    147158      <seglistitem>
    148159        <seg>pango-querymodules</seg>
    149         <seg>libpango*.so and <application>Pango</application> loadable
     160        <seg>libpango*-1.0.so and <application>Pango</application> loadable
    150161        modules.</seg>
    151162        <seg>/etc/pango, /usr/include/pango-1.0, /usr/lib/pango, and
Note: See TracChangeset for help on using the changeset viewer.