Changeset 583760d


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

Files:
8 edited

Legend:

Unmodified
Added
Removed
  • appendices/glossary.xml

    r6b0eb37 r583760d  
    360360<glossdef><para>Media Access Control</para></glossdef></glossentry>
    361361
     362<glossentry id="gMCOP"><glossterm><acronym>MCOP</acronym></glossterm>
     363<glossdef><para>Multimedia COmmunication Protocol</para></glossdef></glossentry>
     364
    362365<glossentry id="gMCU"><glossterm><acronym>MCU</acronym></glossterm>
    363366<glossdef><para>Multipoint Control Unit</para></glossdef></glossentry>
  • general.ent

    r6b0eb37 r583760d  
    1 <!ENTITY day          "11">
     1<!ENTITY day          "12">
    22<!ENTITY month        "08">
    33<!ENTITY year         "2004">
     
    245245<!-- Part IX -->
    246246<!-- Chapter 28 -->
    247 <!ENTITY kde-version                  "3.2.2">
    248 <!ENTITY arts-version                 "1.2.2">
     247<!ENTITY kde-version                  "3.2.3">
     248<!ENTITY arts-version                 "1.2.3">
    249249<!ENTITY kde-dldir                    "&kde-version;">
    250250<!ENTITY kde-download-http            "http://mirrors.isc.org/pub/kde/stable/&kde-dldir;/src">
     
    253253                                   
    254254<!-- Chapter 29 -->               
    255 <!ENTITY kdevelop-version             "3.0.3">
     255<!ENTITY kdevelop-version             "3.0.4">
    256256
    257257<!-- Part X -->
  • introduction/welcome/changelog.xml

    r6b0eb37 r583760d  
    2323<itemizedlist>
    2424
     25<listitem><para>August 12th, 2004 [randy]: Updated to
     26KDE-3.2.3 (note: not all package download and build sizes, SBUs
     27and ancillary instructions have been updated); updated Glossary.</para>
     28</listitem>
     29
    2530<listitem><para>August 11th, 2004 [randy]: Fixed typo in libmikmod
    2631instructions as suggested by Nico R.; updated to
  • kde/add/kdemultimedia.xml

    r6b0eb37 r583760d  
    77<!ENTITY kdemultimedia-download-http "&kde-download-http;/kdemultimedia-&kde-version;.tar.bz2">
    88<!ENTITY kdemultimedia-download-ftp "&kde-download-ftp;/kdemultimedia-&kde-version;.tar.bz2">
    9 <!ENTITY kdemultimedia-size "4.7 MB">
    10 <!ENTITY kdemultimedia-buildsize "78 MB">
    11 <!ENTITY kdemultimedia-time "8.93 SBU">
    12 
     9<!ENTITY kdemultimedia-size "4.8 MB">
     10<!ENTITY kdemultimedia-buildsize "114 MB">
     11<!ENTITY kdemultimedia-time "12.33 SBU">
    1312]>
    1413
     
    5554<xref linkend="flac"/>,
    5655<ulink url="http://www.ece.uvic.ca/~mdadams/jasper/">JasPer</ulink>,
    57 <ulink url="http://developer.kde.org/~wheeler/taglib/">TagLib</ulink>
    58 and
    59 <ulink url="http://www.musicbrainz.org/">libmusicbrainz</ulink>
     56<ulink url="http://developer.kde.org/~wheeler/taglib/">TagLib</ulink>,
     57<ulink url="http://www.musicbrainz.org/">libmusicbrainz</ulink>,
     58<ulink url="http://www.musicbrainz.org/products/trmgen/download.html">TRM
     59Generator</ulink> and
     60<ulink url="http://gstreamer.freedesktop.org/">GStreamer</ulink>
    6061</para></sect4>
    6162</sect3>
     
    6768
    6869<para>Install <application>kdemultimedia</application> with:</para>
     70
    6971<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
    7072    --disable-dependency-tracking &amp;&amp;
     
    7779<title>Configuring kdemultimedia</title>
    7880
    79 <para>There is no explicit configuration for the kdemultimedia package, however
     81<para>There is no explicit configuration for the
     82<application>kdemultimedia</application> package, however
    8083<command>kscd</command> needs to find the CD drive. The default is
    8184<filename>/dev/cdrom</filename> which may not exist on your system.  The
     
    8386(e.g., <filename>/dev/hdc</filename>, <filename>/dev/scd0</filename>, etc.):
    8487
    85 <screen><userinput><command>cd /dev &amp;&amp;
    86 ln -s <replaceable>[CD Drive]</replaceable> /dev/cdrom</command></userinput></screen>
     88<screen><userinput><command>ln -s <replaceable>[CD Drive]</replaceable> /dev/cdrom</command></userinput></screen>
    8789
    8890</para>
  • kde/add/kdesdk.xml

    r6b0eb37 r583760d  
    77<!ENTITY kdesdk-download-http "&kde-download-http;/kdesdk-&kde-version;.tar.bz2">
    88<!ENTITY kdesdk-download-ftp "&kde-download-ftp;/kdesdk-&kde-version;.tar.bz2">
    9 <!ENTITY kdesdk-size "3.8 MB">
    10 <!ENTITY kdesdk-buildsize "65 MB">
    11 <!ENTITY kdesdk-time "5.03 SBU">
    12 
     9<!ENTITY kdesdk-size "3.9 MB">
     10<!ENTITY kdesdk-buildsize "91 MB">
     11<!ENTITY kdesdk-time "9.95 SBU">
    1312]>
    1413
     
    5857<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
    5958    --disable-dependency-tracking &amp;&amp;
    60 make</command></userinput></screen>
    61 
    62 <para>
    63 The <command>make</command> command will error out two times. On the
    64 first occurrence, enter the following sed command and continue with the
    65 compilation:
    66 </para>
    67 
    68 <screen><userinput><command>sed -i 's/class istream;/#include &lt;istream.h&gt;/' \
    69     kbabel/common/libgettext/pofiles.cc &amp;&amp;
    70 make</command></userinput></screen>
    71 
    72 <para>
    73 Repeat the previous procedure:
    74 </para>   
    75 
    76 <screen><userinput><command>sed -i 's/class istream;/#include &lt;istream.h&gt;/' \
    77     umbrello/umbrello/classparser/tokenizer.cc &amp;&amp;
    7859make &amp;&amp;
    7960make install</command></userinput></screen>
  • kde/core/arts.xml

    r6b0eb37 r583760d  
    77<!ENTITY arts-download-http "&kde-download-http;/arts-&arts-version;.tar.bz2">
    88<!ENTITY arts-download-ftp "&kde-download-ftp;/arts-&arts-version;.tar.bz2">
    9 <!ENTITY arts-size "949 KB">
    10 <!ENTITY arts-buildsize "25 MB">
    11 <!ENTITY arts-time "1.69 SBU">
    12 
     9<!ENTITY arts-size "965 KB">
     10<!ENTITY arts-buildsize "31 MB">
     11<!ENTITY arts-time "1.73 SBU">
    1312]>
    1413
     
    2524
    2625<para>The Analog Real-time Synthesizer (<acronym>aRts</acronym>)
    27 provides sound support for <acronym>KDE</acronym>. It provides necessary
    28 libraries for kdelibs.</para>
     26provides sound support for <acronym>KDE</acronym> and necessary
     27libraries for <application>kdelibs</application>.</para>
    2928
    3029<sect3><title>Package information</title>
     
    4948<sect4><title>Optional</title>
    5049<para>
     50<xref linkend="libjpeg"/>,
    5151<xref linkend="libogg"/>,
    5252<xref linkend="libvorbis"/>,
     
    7878
    7979<para><parameter>--prefix=&kde-dir;</parameter> : This option tells the
    80 process to install the package in <filename
    81 class="directory">&kde-dir;</filename>. aRts is installed here as it's
    82 required before installing <acronym>KDE</acronym>.</para>
     80process to install the package in
     81<filename class="directory">&kde-dir;</filename>. aRts is installed here as
     82it's required before installing <acronym>KDE</acronym>.</para>
    8383
    84 <para><parameter>--disable-debug</parameter> : This option causes the
    85 system to be compiled without debugging code.
    86 </para>
     84<para><option>--disable-debug</option> : This option causes the
     85package to be compiled without debugging code.</para>
    8786
    88 <para><parameter>--disable-dependency-tracking</parameter> : This option
    89 speeds
    90 up one time builds.</para>
     87<para><option>--disable-dependency-tracking</option> : This option
     88speeds up one time builds.</para>
     89
     90</sect2>
     91
     92<sect2><title>Contents</title>
     93<para><application><acronym>aRts</acronym></application> contains
     94<command>artsc-config</command>, <command>artscat</command>,
     95<command>artsd</command>, <command>artsdsp</command>,
     96<command>artsplay</command>, <command>artsrec</command>,
     97<command>artsshell</command>, <command>artswrapper</command>,
     98<command>mcopidl</command>, 
     99<application><acronym>aRts</acronym></application> libraries and
     100<acronym>MCOP</acronym> objects.</para>
     101
     102</sect2>
     103
     104<sect2><title>Description</title>
     105<para>To find out information about
     106<application><acronym>aRts</acronym></application> and the various programs
     107included in the package, see
     108<ulink url="http://docs.kde.org/en/3.2/kdemultimedia/artsbuilder/">The aRts
     109Handbook</ulink>. For information in languages other then English, see the
     110<ulink url="http://docs.kde.org/">KDE Documentation</ulink> and navigate to
     111the <application><acronym>aRts</acronym></application> documentation in your
     112language.</para>
    91113
    92114</sect2>
  • kde/core/kdebase.xml

    r6b0eb37 r583760d  
    77<!ENTITY kdebase-download-http "&kde-download-http;/kdebase-&kde-version;.tar.bz2">
    88<!ENTITY kdebase-download-ftp "&kde-download-ftp;/kdebase-&kde-version;.tar.bz2">
    9 <!ENTITY kdebase-size "17 MB">
    10 <!ENTITY kdebase-buildsize "174 MB">
    11 <!ENTITY kdebase-time "17.1 SBU">
    12 
     9<!ENTITY kdebase-size "17.3 MB">
     10<!ENTITY kdebase-buildsize "174-274 MB (depending on options used)">
     11<!ENTITY kdebase-time "20.68 SBU (including building API docs)">
    1312]>
    1413
     
    2423<title>Introduction to <application>kdebase</application></title>
    2524
    26 <para><application>kdebase</application> is the second mandatory package
    27 (besides kdelibs) for
    28 the K Desktop Environment. It provides various applications and
    29 infrastructure files
    30 and libraries.</para>
     25<para><application>kdebase</application> is the last mandatory package
     26required for the K Desktop Environment. It provides various applications,
     27infrastructure files and libraries.</para>
    3128
    3229<sect3><title>Package information</title>
     
    4845<sect4><title>Optional</title>
    4946<para>
     47<xref linkend="pkgconfig"/>,
     48<xref linkend="libjpeg"/>,
     49<xref linkend="libtiff"/>,
     50<xref linkend="libart_lgpl"/>,
     51<xref linkend="lesstif"/>,
    5052<xref linkend="libxml2"/>,
    5153<xref linkend="j2sdk"/>,
    52 <xref linkend="lesstif"/>,
    5354<xref linkend="openssl"/>,
    5455<xref linkend="Linux_PAM"/>,
    55 <xref linkend="libtiff"/>,
    5656<xref linkend="openldap"/>,
    57 <xref linkend="pkgconfig"/>,
    58 <xref linkend="libart_lgpl"/>,
    5957<xref linkend="samba3"/>,
    6058<ulink url="http://mtools.linux.lu/?power-to-the-parliament">Mtools</ulink>,
    6159<ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink>,
    6260<ulink url="http://www.ece.uvic.ca/~mdadams/jasper/">JasPer</ulink>,
    63 <ulink
    64 url="http://www.research.att.com/sw/tools/graphviz/">graphviz</ulink>
    65 and
    66 <ulink url="http://www.stack.nl/~dimitri/doxygen/">doxygen</ulink>
     61<ulink url="http://www.research.att.com/sw/tools/graphviz/">Graphviz</ulink>
     62and <ulink url="http://www.stack.nl/~dimitri/doxygen/">doxygen</ulink>
    6763</para></sect4>
    6864</sect3>
  • 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.