Changeset f6deaf77 for x/lib


Ignore:
Timestamp:
09/21/2005 01:04:10 AM (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:
758a5686
Parents:
f3ebc751
Message:

Updated to GTK+-2.8.3

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

File:
1 edited

Legend:

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

    rf3ebc751 rf6deaf77  
    55  %general-entities;
    66
    7   <!ENTITY gtk2-download-http "http://gd.tuwien.ac.at/graphics/gimp/gtk/v2.6/gtk+-&gtk2-version;.tar.bz2">
    8   <!ENTITY gtk2-download-ftp  "ftp://ftp.gtk.org/pub/gtk/v2.6/gtk+-&gtk2-version;.tar.bz2">
    9   <!ENTITY gtk2-md5sum        "b89bf892a0dee943f98b4caa12f773c8">
    10   <!ENTITY gtk2-size          "11.4 MB">
    11   <!ENTITY gtk2-buildsize     "180 MB">
    12   <!ENTITY gtk2-time          "2.93 SBU (additional 13.36 SBU to rebuild the documentation)">
     7  <!ENTITY gtk2-download-http "http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.8/gtk+-&gtk2-version;.tar.bz2">
     8  <!ENTITY gtk2-download-ftp  "ftp://ftp.gtk.org/pub/gtk/v2.8/gtk+-&gtk2-version;.tar.bz2">
     9  <!ENTITY gtk2-md5sum        "1e7a49eaf078af8aeb84369a5fefa8c0">
     10  <!ENTITY gtk2-size          "11.7 MB">
     11  <!ENTITY gtk2-buildsize     "190 MB">
     12  <!ENTITY gtk2-time          "2.7 SBU">
    1313]>
    1414
     
    5959
    6060    <bridgehead renderas="sect4">Required</bridgehead>
    61     <para>X (<xref linkend="xorg"/> or <xref linkend="xfree86"/>),
     61    <para><xref linkend="cairo"/>,
    6262    <xref linkend="pango"/>, and
    6363    <xref linkend="atk"/></para>
    6464
     65    <bridgehead renderas="sect4">Recommended</bridgehead>
     66    <para><xref linkend="libtiff"/> and
     67    <xref linkend="libjpeg"/></para>
     68
     69    <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
     73    graphics packages as well.</para>
     74
    6575    <bridgehead renderas="sect4">Optional</bridgehead>
    66     <para><xref linkend="libtiff"/>,
    67     <xref linkend="libjpeg"/>,
    68     <xref linkend="gtk-doc"/>, and
     76    <para><xref linkend="gtk-doc"/> and
    6977    <xref linkend="docbook-utils"/></para>
    7078
     
    7785    the following commands:</para>
    7886
    79 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
    80     --without-libtiff --without-libjpeg &amp;&amp;
     87<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
    8188make</userinput></screen>
    8289
     
    96103    instead of <filename class="directory">/usr/etc</filename>.</para>
    97104
    98     <para><parameter>--without-libtiff</parameter>: Omit this switch if you
    99     have <application>libtiff</application> installed.</para>
    100 
    101     <para><parameter>--without-libjpeg</parameter>: Omit this switch if you
    102     have <application>libjpeg</application> installed.</para>
    103 
    104105    <para><option>--enable-gtk-doc</option>: This switch will rebuild
    105106    the API documentation during the <command>make</command> command.</para>
     107
     108    <para><option>--without-libtiff</option>: Use this switch if you
     109    don't have <application>libtiff</application> installed.</para>
     110
     111    <para><option>--without-libjpeg</option>: Use this switch if you
     112    don't have <application>libjpeg</application> installed.</para>
    106113
    107114  </sect2>
Note: See TracChangeset for help on using the changeset viewer.