Ignore:
Timestamp:
08/12/2004 05:26:30 AM (20 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.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:
8db3c97
Parents:
6b0eb37
Message:

Updated to KDE-3.2.3 (not all package download sizes, build sizes, SBUs and ancillary instructions have been updated)

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde/core/kdelibs.xml

    r6b0eb37 r583760d  
    77<!ENTITY kdelibs-download-http "&kde-download-http;/kdelibs-&kde-version;.tar.bz2">
    88<!ENTITY kdelibs-download-ftp "&kde-download-ftp;/kdelibs-&kde-version;.tar.bz2">
    9 <!ENTITY kdelibs-size "13 MB">
    10 <!ENTITY kdelibs-buildsize "160 MB">
    11 <!ENTITY kdelibs-time "12.6 SBU">
    12 
     9<!ENTITY kdelibs-size "12.7 MB">
     10<!ENTITY kdelibs-buildsize "160-590 MB (depending on options used)">
     11<!ENTITY kdelibs-time "12.6-21.4 SBU (depending on options used)">
    1312]>
    1413
     
    2423<title>Introduction to <application>kdelibs</application></title>
    2524
    26 <para>This package includes libraries that are central to the
     25<para>This package includes programs and libraries that are central to the
    2726development and execution of a <acronym>KDE</acronym> program, as well
    2827as internationalization files for these libraries, misc
     
    4342</sect3>
    4443
    45 <sect3><title>Additional downloads</title>
     44<!-- <sect3><title>Additional downloads</title>
    4645<itemizedlist spacing='compact'>
    4746<listitem><para>Required Patch: <ulink
     
    4948<listitem><para>Required Patch: <ulink
    5049url="ftp://ftp.kde.org/pub/kde/security_patches/post-3.2.2-kdelibs-ktelnetservice.patch"/></para></listitem>
    51 </itemizedlist></sect3>
     50</itemizedlist></sect3> -->
    5251
    5352<sect3><title><application>kdelibs</application> dependencies</title>
     
    5655<sect4><title>Optional</title>
    5756<para>
     57<xref linkend="libjpeg"/>,
    5858<xref linkend="libxml2"/>,
    5959<xref linkend="libxslt"/>,
     
    6969<ulink url="http://www.ece.uvic.ca/~mdadams/jasper/">JasPer</ulink>,
    7070<ulink
    71 url="http://www.research.att.com/sw/tools/graphviz/">graphviz</ulink>
     71url="http://www.research.att.com/sw/tools/graphviz/">Graphviz</ulink>
    7272and
    7373<ulink url="http://www.stack.nl/~dimitri/doxygen/">doxygen</ulink>
     
    8181
    8282<para>Install <application>kdelibs</application> with:</para>
    83 <screen><userinput><command>patch -Np1 -i ../post-3.2.2-kdelibs-kapplication.patch &amp;&amp;
    84 patch -Np0 -i ../post-3.2.2-kdelibs-ktelnetservice.patch &amp;&amp;
    85 ./configure --prefix=&kde-dir; --disable-debug \
     83<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
    8684    --disable-dependency-tracking --enable-fast-malloc=full --disable-pcre &amp;&amp;
    8785make &amp;&amp;
    8886make install</command></userinput></screen>
    8987
    90 <note><para>If you wish to create the <acronym>API</acronym>
    91 documentation and you have
    92 doxygen and graphviz installed, <command>make apidox</command> must be
    93 done
    94 before <command>make install</command>. This applies to all packages
    95 which can utilize doxygen.</para></note>
     88<note><para>If you wish to create the <acronym>API</acronym> documentation and
     89you have <application>doxygen</application> and
     90<application>Graphviz</application> installed, <command>make apidox</command>
     91must be done before <command>make install</command>. This applies to all
     92packages which can utilize <application>doxygen</application>.</para></note>
    9693
    9794</sect2>
    9895
    9996<sect2><title>Command explanations</title>
    100 <para><parameter>--prefix=&kde-dir;</parameter> : This option tells
    101 the process to install the package in <filename
    102 class="directory">&kde-dir;</filename>.</para>
     97<para><parameter>--prefix=&kde-dir;</parameter> : This option tells the process
     98to install the package in <filename class="directory">&kde-dir;</filename>.
     99</para>
    103100
    104 <para><parameter>--disable-debug</parameter> : This option causes the
    105 system to be compiled without debugging code.</para>
     101<para><option>--disable-debug</option> : This option causes the
     102package to be compiled without debugging code.</para>
    106103
    107 <para><parameter>--disable-dependency-tracking</parameter> : This option
     104<para><option>--disable-dependency-tracking</option> : This option
    108105speeds up one time builds.</para>
    109106
    110 <para><parameter>--enable-fast-malloc=full</parameter> : This option
    111 tells
     107<para><parameter>--enable-fast-malloc=full</parameter> : This option tells
    112108<acronym>KDE</acronym> programs to use an internal memory allocation
    113 scheme
    114 optimized for <acronym>KDE</acronym>.</para>
     109scheme optimized for <acronym>KDE</acronym>.</para>
    115110
    116 <para><parameter>--disable-pcre</parameter> : Omit this switch if you
    117 have <acronym>PCRE</acronym> installed and you want improved regular
    118 expression support
    119 in the <acronym>KDE</acronym> JavaScript engine.</para>
     111<para><option>--disable-pcre</option> : Omit this switch if you have
     112<application><acronym>PCRE</acronym></application> installed and you want
     113improved regular expression support in the <acronym>KDE</acronym> JavaScript
     114engine.</para>
    120115
    121116</sect2>
    122117 
    123118<sect2><title>Contents</title>
    124 <para>kdelibs provides numerous libraries needed by
    125 <acronym>KDE</acronym> programs.</para>
     119<para><application>kdelibs</application> provides numerous programs and
     120libraries needed by <acronym>KDE</acronym> programs.</para>
     121
     122</sect2>
     123
     124<sect2><title>Description</title>
     125<para>The number of programs and libraries installed by
     126<application>kdelibs</application> prohibits an explanation of each one in this
     127section. Instead, see the <ulink url="http://docs.kde.org/">KDE
     128Documentation</ulink>.</para>
    126129
    127130</sect2>
Note: See TracChangeset for help on using the changeset viewer.