Changeset cf5c88ca


Ignore:
Timestamp:
07/31/2009 07:03:01 PM (15 years ago)
Author:
Guy Dalziel <gdalziel@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
49f7d8b
Parents:
3af39b1
Message:

Updated to Pango-1.24.5.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r3af39b1 rcf5c88ca  
    467467<!ENTITY GTK-version                  "1.2.10">
    468468<!ENTITY cairo-version                "1.8.8">
    469 <!ENTITY pango-version                "1.22.2">
     469<!ENTITY pango-version                "1.24.5">
    470470<!ENTITY atk-version                  "1.26.0">
    471471<!ENTITY gtk2-version                 "2.14.4">
  • introduction/welcome/changelog.xml

    r3af39b1 rcf5c88ca  
    4545      <itemizedlist>
    4646        <listitem>
     47          <para>[gdalziel] - Updated to Pango-1.24.5.</para>
     48        </listitem>
     49        <listitem>
    4750          <para>[gdalziel] - Updated to cairo-1.8.8.</para>
    4851        </listitem>
  • x/lib/pango.xml

    r3af39b1 rcf5c88ca  
    55  %general-entities;
    66
    7   <!ENTITY pango-download-http "&gnome-download-http;/pango/1.22/pango-&pango-version;.tar.bz2">
    8  <!-- everything up to 1.21 is there, but not 1.22
    9   <!ENTITY pango-download-ftp  "ftp://ftp.gtk.org/pub/pango/1.22/pango-&pango-version;.tar.bz2"> -->
    10   <!ENTITY pango-download-ftp  " ">
    11   <!ENTITY pango-md5sum        "37a185a3cb5c1a39ade7fdc3e6c75349">
    12   <!ENTITY pango-size          "1.4 MB">
    13   <!ENTITY pango-buildsize     "21 MB with no static libs ( or 37MB with them, plus 1MB to run the test suite)">
    14   <!ENTITY pango-time          "0.6 SBU">
     7  <!ENTITY pango-download-http "&gnome-download-http;/pango/1.24/pango-&pango-version;.tar.bz2">
     8  <!ENTITY pango-download-ftp  "&gentoo-ftp-repo;/pango-&pango-version;.tar.bz2">
     9  <!ENTITY pango-md5sum        "815416a452e9cccc172fed9862401f37">
     10  <!ENTITY pango-size          "1.5 MB">
     11  <!ENTITY pango-buildsize     "30 MB">
     12  <!ENTITY pango-time          "0.4 SBU">
    1513]>
    1614
     
    3533    <filename class="libraryfile">libpango</filename> libraries. These are
    3634    useful for the layout and rendering of text.</para>
     35
     36    &lfs65_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9898
    9999    <para>In order for <application>Pango</application> to find
    100     <application>Xft</application>, the <envar>PKG_CONFIG_PATH</envar> must
     100    <application>Xft</application>, <envar>PKG_CONFIG_PATH</envar> must
    101101    include <filename class="directory">/usr/X11R6/lib/pkgconfig</filename>.
    102102    This is a good time to add it if you haven't already. You can utilize
     
    114114
    115115    <para>To test the results, issue: <command>make check</command>. Note that
    116     the <quote>testboundries</quote> test could fail if you have
    117     <application>LibThai</application> installed.</para>
     116    <application>Pango</application> requires <xref linkend="gtk-doc"/> to be
     117    installed to run the test suite. Also, the <quote>testboundries</quote>
     118    test could fail if you have <application>LibThai</application> installed.
     119    </para>
    118120
    119121    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    204206      </varlistentry>
    205207
     208      <varlistentry id="pango-view">
     209        <term><command>pango-view</command></term>
     210        <listitem>
     211          <para>renders a given file through pango for viewing purposes.</para>
     212          <indexterm zone="pango pango-view">
     213            <primary sortas="b-pango-view">pango-view</primary>
     214          </indexterm>
     215        </listitem>
     216      </varlistentry>
     217
    206218      <varlistentry id="Pango-libraries">
    207         <term>Pango libraries</term>
     219        <term><filename class="libraryfile">libpango*-1.0.so</filename></term>
    208220        <listitem>
    209221          <para>contain low level layout rendering routines, a high
     
    211223          to assist in editing internationalized text.</para>
    212224          <indexterm zone="pango Pango-libraries">
    213             <primary sortas="c-Pango-libraries">Pango libraries</primary>
     225            <primary sortas="c-Pango-libraries">libpango*-1.0.so</primary>
    214226          </indexterm>
    215227        </listitem>
Note: See TracChangeset for help on using the changeset viewer.