Changeset fcf1326d


Ignore:
Timestamp:
03/30/2012 08:33:39 PM (12 years ago)
Author:
Krejzi <krejzi@…>
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:
0c9050b
Parents:
0913f48
Message:

pango 1.30.0

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r0913f48 rfcf1326d  
    606606<!ENTITY cairo-version                "1.12.0">
    607607<!ENTITY cairomm-version              "1.9.2">
    608 <!ENTITY pango-version                "1.29.4">
     608<!ENTITY pango-version                "1.30.0">
    609609<!ENTITY pangomm-version              "2.28.4">
    610610<!ENTITY atk-version                  "2.2.0">
  • introduction/welcome/changelog.xml

    r0913f48 rfcf1326d  
    6363          <para>[krejzi] - gdk-pixbuf 2.26.0.</para>
    6464        </listitem>
     65        <listitem>
     66          <para>[krejzi] - pango 1.30.0.</para>
     67        </listitem>
    6568      </itemizedlist>
    6669    </listitem>
  • x/lib/pango.xml

    r0913f48 rfcf1326d  
    55  %general-entities;
    66
    7   <!ENTITY pango-download-http "&gnome-download-http;/pango/1.29/pango-&pango-version;.tar.xz">
    8   <!ENTITY pango-download-ftp "&gnome-download-ftp;/pango/1.29/pango-&pango-version;.tar.xz">
    9   <!ENTITY pango-md5sum        "9d5aba73897d2e8e8115b3f4fddbc0af">
     7  <!ENTITY pango-download-http "&gnome-download-http;/pango/1.30/pango-&pango-version;.tar.xz">
     8  <!ENTITY pango-download-ftp  "&gnome-download-ftp;/pango/1.30/pango-&pango-version;.tar.xz">
     9  <!ENTITY pango-md5sum        "2a70627ffd9f43c52c04cc0b05fe359f">
    1010  <!ENTITY pango-size          "1.1 MB">
    1111  <!ENTITY pango-buildsize     "36 MB">
     
    3030    <title>Introduction to Pango</title>
    3131
    32     <para>The <application>Pango</application> package contains the
    33     <filename class="libraryfile">libpango</filename> libraries. These are
    34     useful for the layout and rendering of multilingual text.</para>
     32    <para><application>Pango</application> is a library for laying out
     33    and rendering of text, with an emphasis on internationalization.
     34    It can be used anywhere that text layout is needed, though most
     35    of the work on Pango so far has been done in the context of the GTK+
     36    widget toolkit.</para>
    3537
    3638    &lfs71_checked;
     
    6062    <bridgehead renderas="sect3">Pango Dependencies</bridgehead>
    6163
     64    <!-- I don't see any use of pango except for GTK+, so make
     65    cairo, fontconfig, and xorg libraries dependency. -->
     66
    6267    <bridgehead renderas="sect4">Required</bridgehead>
    63     <para role="required"><xref linkend="pkgconfig"/> and one of:
    64     <xref linkend="cairo"/>, <xref linkend="x-window-system"/> or
    65     <xref linkend="fontconfig"/></para>
    66 
    67     <note>
    68       <para><application>cairo</application> is not required to build
    69       <application>Pango</application>, but it is highly recommended that you
    70       install <application>cairo</application> and the X Window System before
    71       building    <application>Pango</application>. If you don&apos;t build
    72       <application>Pango</application> with a <application>cairo</application>
    73       and <application>libXft</application> backend, then
    74       <application>GTK+</application>-2 will not build.</para>
    75     </note>
     68    <para role="required"><xref linkend="cairo"/>,
     69    <xref linkend="fontconfig"/>, <xref linkend="pkgconfig"/>
     70    and <xref linkend="xorg7-lib"/></para>
     71
     72    <bridgehead renderas="sect4">Recommended</bridgehead>
     73    <para role="recommended"><xref linkend="gobject-introspection"/>
     74    (Required if building GNOME)</para>
    7675
    7776    <bridgehead renderas="sect4">Optional</bridgehead>
    78     <para role="optional"><xref linkend="gobject-introspection"/>
    79     (required if you want to build <xref linkend="gnome"/>),
    80     <ulink url="http://linux.thai.net/libthai">LibThai</ulink></para>
    81 
    82     <bridgehead renderas="sect4">Optional (To Rebuild the API
    83     Documentation)</bridgehead>
    84     <para role="optional"><xref linkend="gtk-doc"/></para>
     77    <para role="optional"><xref linkend="gtk-doc"/> and
     78    <ulink url="http://linux.thai.net/libthai">LibThai</ulink>
     79    </para>
    8580
    8681    <para condition="html" role="usernotes">User Notes:
     
    114109    <title>Command Explanations</title>
    115110
    116     <para><parameter>--sysconfdir=/etc</parameter>: This switch installs the
    117     configuration files into <filename class="directory">/etc</filename>
    118     instead of <filename class="directory">/usr/etc</filename>.</para>
    119 
    120111    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    121112    href="../../xincludes/gtk-doc-rebuild.xml"/>
    122 
    123     <para><parameter>--disable-static</parameter>: This switch prevents the
    124     static libraries from being built.</para>
    125113
    126114  </sect2>
     
    167155
    168156      <seglistitem>
    169         <seg>pango-querymodules and pango-view</seg>
    170         <seg>libpango-1.0.so, libpangocairo-1.0.so, libpangoft2-1.0.so,
    171         libpangox-1.0.so, libpangoxft-1.0.so, pango-arabic-fc.so,
    172         pango-arabic-lang.so, pango-basic-fc.so, pango-basic-x.so,
    173         pango-hangul-fc.so, pango-hebrew-fc.so, pango-indic-fc.so,
    174         pango-indic-lang.so, pango-khmer-fc.so, pango-syriac-fc.so,
    175         pango-thai-fc.so, and pango-tibetan-fc.so</seg>
    176         <seg>/etc/pango, /usr/include/pango-1.0 /usr/lib/pango and
    177         /usr/share/gtk-doc/html/pango</seg>
     157        <seg>
     158          pango-querymodules and pango-view
     159        </seg>
     160
     161        <seg>
     162          libpango-1.0.so, libpangocairo-1.0.so, libpangoft2-1.0.so,
     163          libpangox-1.0.so, libpangoxft-1.0.so
     164        </seg>
     165
     166        <seg>
     167          /etc/pango, /usr/include/pango-1.0, /usr/lib/pango and
     168          /usr/share/gtk-doc/html/pango
     169        </seg>
    178170      </seglistitem>
    179171    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.