Changeset 1b9e36e for x/lib/gtk+2.xml


Ignore:
Timestamp:
11/28/2008 02:11:26 AM (15 years ago)
Author:
Ken Moffat <ken@…>
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:
ea63479
Parents:
bc9c1def
Message:

glib2, pango, atk, gtk+2 : the end of my updates for yesterday.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/gtk+2.xml

    rbc9c1def r1b9e36e  
    55  %general-entities;
    66
    7   <!ENTITY gtk2-download-http "&gnome-download-http;/gtk+/2.10/gtk+-&gtk2-version;.tar.bz2">
    8   <!ENTITY gtk2-download-ftp  "ftp://ftp.gtk.org/pub/gtk/v2.10/gtk+-&gtk2-version;.tar.bz2">
    9   <!ENTITY gtk2-md5sum        "d0af87715f3b0f05bf38a3312a528012">
    10   <!ENTITY gtk2-size          "15.1 MB">
    11   <!ENTITY gtk2-buildsize     "240 MB (includes building the experimental backends)">
    12   <!ENTITY gtk2-time          "3.1 SBU (includes building the experimental backends)">
     7  <!ENTITY gtk2-download-http "&gnome-download-http;/gtk+/2.14/gtk+-&gtk2-version;.tar.bz2">
     8  <!ENTITY gtk2-download-ftp  "ftp://ftp.gtk.org/pub/gtk/2.14/gtk+-&gtk2-version;.tar.bz2">
     9  <!ENTITY gtk2-md5sum        "72bf65a54d2d29a6644dc0d28313ee67">
     10  <!ENTITY gtk2-size          "16.5 MB">
     11  <!ENTITY gtk2-buildsize     "285 MB">
     12  <!ENTITY gtk2-time          "4.6 SBU">
    1313]>
    1414
     
    6464
    6565    <bridgehead renderas="sect4">Recommended</bridgehead>
    66     <para role="recommended"><xref linkend="libtiff"/> and
    67     <xref linkend="libjpeg"/></para>
     66    <para role="recommended"><xref linkend="libtiff"/>,
     67    <ulink url="http://www.ece.uvic.ca/~mdadams/jasper/">libjasper</ulink>
     68    and <xref linkend="libjpeg"/></para>
    6869
    6970    <para>Though not required, the GTK developers expect
    70     <application>libtiff</application> and <application>libjpeg</application>
    71     to be installed. Other packages also expect
    72     <application>GTK+</application>-2 to be built with support for these
     71    <application>libtiff</application>, <application>libjasper</application>
     72    and <application>libjpeg</application> to be installed. Other packages also
     73    expect <application>GTK+</application>-2 to be built with support for these
    7374    graphics packages as well.</para>
    7475
     
    9596    you must run the tests from a session with X Window Display capability
    9697    (i.e., not a text-based terminal/console) as the tests attempt to open an X
    97     window.</para>
     98    window, and the tests can take an excessively long time.</para>
    9899
    99100    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    125126    don't have <application>libjpeg</application> installed.</para>
    126127
     128    <para><option>--without-libjasper</option>: Use this switch if you
     129    don't have <application>libjasper</application> installed.</para>
     130
     131    <para><parameter>--disable-static</parameter>: This switch prevents the
     132    static libraries from being built.</para>
     133
    127134  </sect2>
    128135
     
    139146        gtk-query-immodules-2.0, and gtk-update-icon-cache</seg>
    140147        <seg>libgdk_pixbuf-2.0.so, libgdk-x11-2.0.so, libgtk-x11-2.0.so,
    141         libgdk_pixbuf_xlib-2.0.so, and numerous engine, module, and
     148        libgdk_pixbuf_xlib-2.0.so, libgailutil.so and numerous engine, module, and
    142149        loader plugins</seg>
    143150        <seg>/etc/gtk-2.0, /usr/include/gtk-2.0, /usr/lib/gtk-2.0,
Note: See TracChangeset for help on using the changeset viewer.