Changeset 0f7ddd7 for kde/inst


Ignore:
Timestamp:
02/15/2004 08:24:56 AM (20 years ago)
Author:
Igor Živković <igor@…>
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, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b9f497de
Parents:
b3154efc
Message:

kde update - part 1

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

Location:
kde/inst
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • kde/inst/kde-base.xml

    rb3154efc r0f7ddd7  
    2323<sect4><title>Optional</title>
    2424<para>
     25<xref linkend="libxml2"/>,
     26<xref linkend="samba"/>, <!-- Point to 3.0 if Billy doesn't update
     27                              before next release. -->
     28<xref linkend="j2sdk"/>,
     29<xref linkend="lesstif"/>,
    2530<xref linkend="openssl"/>,
    26 <xref linkend="lesstif"/>,
    2731<xref linkend="Linux_PAM"/>,
     32<xref linkend="libtiff"/>,
    2833<xref linkend="openldap"/>,
    29 <xref linkend="libtiff"/>,
    30 <xref linkend="j2sdk"/>,
    31 <xref linkend="samba"/>,
    3234<xref linkend="pkgconfig"/>,
    33 <ulink url="http://www.pdc.kth.se/kth-krb/">KTH Kerberos</ulink>,
     35<xref linkend="libart_lgpl"/>,
     36<ulink url="http://mtools.linux.lu/">Mtools</ulink>,
     37<ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink>,
     38<ulink url="http://www.ece.uvic.ca/~mdadams/jasper/">JasPer</ulink>,
    3439<ulink url="http://www.research.att.com/sw/tools/graphviz/">graphviz</ulink> and
    3540<ulink url="http://www.stack.nl/~dimitri/doxygen/">doxygen</ulink>
     
    6065<title>Contents</title>
    6166
    62 <para>Major programs in kdebase include
     67<para>Major programs in <application>kdebase</application> include
    6368<command>kdesktop</command>,
    6469<command>kaddressbook</command>,
     
    7681<command>konsole</command>,
    7782<command>kscreensaver</command> and
    78 <command>ktip</command>
     83<command>ktip</command>.
    7984</para>
    8085
  • kde/inst/kde-libs.xml

    rb3154efc r0f7ddd7  
    2424<para><xref linkend="kde-core-arts"/></para></sect4>
    2525<sect4><title>Optional</title>
    26 <para><xref linkend="openssl"/>, <xref linkend="pcre"/>, <xref
    27 linkend="libxml2"/>, <xref linkend="libxslt"/>, <xref
    28 linkend="libfam"/>, <xref linkend="libart_lgpl"/>,
    29 <xref linkend="cups"/>, <xref linkend="openldap"/>, <xref
    30 linkend="alsa"/>, <xref linkend="libtiff"/>,
    31 <ulink url="http://www.research.att.com/sw/tools/graphviz/">graphviz</ulink>
    32 and <ulink url="http://www.stack.nl/~dimitri/doxygen/">doxygen</ulink>
     26<para>
     27<xref linkend="libxml2"/>,
     28<xref linkend="libxslt"/>,
     29<xref linkend="cups"/>,
     30<xref linkend="openldap"/>,
     31<xref linkend="libfam"/>,
     32<xref linkend="pcre"/>,
     33<xref linkend="openssl"/>,
     34<xref linkend="libart_lgpl"/>,
     35<xref linkend="alsa"/>,
     36<xref linkend="libtiff"/>,
     37<ulink url="http://www.gnu.org/software/libidn/">Libidn</ulink>,
     38<ulink url="http://www.ece.uvic.ca/~mdadams/jasper/">JasPer</ulink>,
     39<ulink url="http://www.research.att.com/sw/tools/graphviz/">graphviz</ulink> and
     40<ulink url="http://www.stack.nl/~dimitri/doxygen/">doxygen</ulink>
    3341</para></sect4>
    3442</sect3>
     
    5058make &amp;&amp;
    5159make install</command></userinput></screen>
     60
     61<note><para>If you wish to create the <acronym>API</acronym> documentation and you have
     62doxygen and graphviz installed, <command>make apidox</command> must be done
     63before <command>make install</command>. This applies to all packages
     64which can utilize doxygen.</para></note>
    5265
    5366</sect2>
     
    7487</sect2>
    7588
     89<sect2>
     90<title>Configuring <application>kdelibs</application></title>
     91
     92<sect3><title>Configuration Information</title>
     93
     94<para>Add <filename class="directory">/opt/kde/bin</filename> to
     95your <envar>PATH</envar> environment variable:</para>
     96
     97<screen><userinput><command>export PATH=$PATH:/opt/kde/bin</command></userinput></screen>
     98
     99</sect3>
     100</sect2>
     101
    76102<sect2><title>Contents</title>
    77103<para>kdelibs provides numerous libraries needed by
  • kde/inst/kde-multimedia.xml

    rb3154efc r0f7ddd7  
    2525<xref linkend="lame"/>,
    2626<xref linkend="audiofile"/>,
    27 <xref linkend="esound"/>,
    28 <xref linkend="nas"/>,
    29 <xref linkend="slang"/>,
    30 <xref linkend="lesstif"/>,
    31 <xref linkend="tk"/>,
    32 <xref linkend="GTK"/>,
    3327<xref linkend="libogg"/>,
    3428<xref linkend="libvorbis"/>,
    3529<xref linkend="xine-lib"/>,
    36 <xref linkend="libtiff"/> and
    37 <ulink url="http://xanim.polter.net/home.html">XAnim</ulink>
     30<xref linkend="libtiff"/>,
     31<xref linkend="libxml2"/>,
     32<xref linkend="flac"/>,
     33<ulink url="http://www.ece.uvic.ca/~mdadams/jasper/">JasPer</ulink>,
     34<ulink url="http://developer.kde.org/~wheeler/taglib/">TagLib</ulink> and
     35<ulink url="http://www.musicbrainz.org/">libmusicbrainz</ulink>
    3836</para></sect4>
    3937</sect3>
     
    5048sed -i -e 's/strings -ansi/strings/' kioslave/audiocd/Makefile &amp;&amp;
    5149sed -i -e 's/-ansi//' kscd/libwm/Makefile &amp;&amp;
    52 sed -i -e 's/-pedantic//' mpeglib/lib/input/Makefile &amp;&amp;
    5350make &amp;&amp;
    5451make install</command></userinput></screen>
     
    7269a broken header in the kernel.</para>
    7370
    74 <para><command>sed -i -e 's/-pedantic//' mpeglib/lib/input/Makefile</command> :
    75 Remove <parameter>-pedantic</parameter> from <application>gcc</application>
    76 parameters to work around a broken header in the kernel.</para>
    77 
    7871</sect2>
    7972
     
    9689<title>Contents</title>
    9790
    98 <para>The <acronym>KDE</acronym> Multimedia package provides
     91<para>Major programs in <application>kdemultimedia</application> include
     92<command>aktion</command>,
     93<command>artsbuilder</command>,
    9994<command>kaboodle</command>,
    100 <command>noatun</command>,
    101 <command>timidity</command>,
    102 <command>kmidi</command>,
     95<command>kmid</command>,
    10396<command>kmix</command>,
     97<command>krec</command>,
    10498<command>kscd</command> and
    105 <command>aktion</command>.
     99<command>noatun</command>.
    106100</para>
    107101
     
    110104<sect2><title>Description</title>
    111105
     106<sect3><title>aktion</title>
     107<para><command>aktion</command> is a video player.</para></sect3>
     108
    112109<sect3><title>kaboodle</title>
    113110<para><command>kaboodle</command> is a multimedia player.</para></sect3>
     111
     112<sect3><title>kmid</title>
     113<para><command>kmid</command> is a midi/karaoke player.</para></sect3>
     114
     115<sect3><title>kmix</title>
     116<para><command>kmix</command> is a sound mixer.</para></sect3>
     117
     118<sect3><title>krec</title>
     119<para><command>krec</command> is a recording frontend for
     120<application>aRts</application>.</para></sect3>
     121
     122<sect3><title>kscd</title>
     123<para><command>kscd</command> is a CD player.</para></sect3>
    114124
    115125<sect3><title>noatun</title>
    116126<para><command>noatun</command> is another multimedia player.</para></sect3>
    117127
    118 <sect3><title>timidity</title>
    119 <para><command>timidity</command> is a midi player.</para></sect3>
    120 
    121 <sect3><title>kmidi</title>
    122 <para><command>kmidi</command> is a front end for
    123 <command>timidity</command>.</para></sect3>
    124 
    125 <sect3><title>kmix</title>
    126 <para><command>kmix</command> is a sound mixer.</para></sect3>
    127 
    128 <sect3><title>kscd</title>
    129 <para><command>kscd</command> is a CD player.</para></sect3>
    130 
    131 <sect3><title>aktion</title>
    132 <para><command>aktion</command> is a video player.</para></sect3>
    133 
    134128</sect2>
    135129</sect1>
  • kde/inst/kde-network.xml

    rb3154efc r0f7ddd7  
    2121<sect4><title>Optional</title>
    2222<para>
     23<xref linkend="libxml2"/>,
     24<xref linkend="libxslt"/>,
    2325<xref linkend="ppp"/>,
    24 <xref linkend="samba"/>,
    25 <xref linkend="libtiff"/> and
    26 <ulink url="http://www.openslp.org/">OpenSLP</ulink>
     26<xref linkend="openssl"/>,
     27<xref linkend="libtiff"/>,
     28<xref linkend="xmms"/>,
     29<ulink url="http://www.openslp.org/">OpenSLP</ulink>,
     30<ulink url="http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html">Wireless Tools</ulink>,
     31<ulink url="http://dev.null.pl/ekg/">libgadu</ulink> and
     32<ulink url="http://www.ece.uvic.ca/~mdadams/jasper/">JasPer</ulink>
    2733</para></sect4>
    2834</sect3>
     
    5359<title>Contents</title>
    5460
    55 <para>The <acronym>KDE</acronym> Network package provides
    56 <command>kmail</command>,
     61<para>Major programs in <application>kdenetwork</application> include
     62<command>kdict</command>,
     63<command>kget</command>,
    5764<command>knewsticker</command>,
    58 <command>knode</command>,
     65<command>kopete</command>,
     66<command>kpf</command>,
    5967<command>kppp</command>,
     68<command>krdc</command>,
     69<command>krfb</command>,
    6070<command>ksirc</command>,
    61 <command>kit</command> and
    62 <command>korn</command>.
     71<command>ktalkd</command>,
     72<command>kwifimanager</command> and
     73<command>lisa</command>.
    6374</para>
    6475
     
    6778<sect2><title>Description</title>
    6879
    69 <sect3><title>kmail</title>
    70 <para><command>kmail</command> is a mail client.</para></sect3>
     80<sect3><title>kdict</title>
     81<para><command>kdict</command> is a graphical client for the
     82Dictionary Server Protocol (DICT).</para></sect3>
     83
     84<sect3><title>kget</title>
     85<para><command>kget</command> allows you to group
     86downloads.</para></sect3>
    7187
    7288<sect3><title>knewsticker</title>
     
    7490<acronym>KDE</acronym> Application Launcher Panel.</para></sect3>
    7591
    76 <sect3><title>knode</title>
    77 <para><command>knode</command> is a news reader.</para></sect3>
     92<sect3><title>kopete</title>
     93<para><command>kopete</command> is <acronym>KDE</acronym>'s
     94multi-protocol instant messenger client.</para></sect3>
     95
     96<sect3><title>kpf</title>
     97<para><command>kpf</command> allows you to share files over a
     98network.</para></sect3>
    7899
    79100<sect3><title>kppp</title>
    80101<para><command>kppp</command> is a dial-up utility.</para></sect3>
    81102
     103<sect3><title>krdc</title>
     104<para><command>krdc</command> is a client application that allows you to
     105view or even control the desktop session on another machine that is
     106running a compatible (<acronym>VNC</acronym>) server.</para></sect3>
     107
     108<sect3><title>krfb</title>
     109<para><command>krfb</command> is a server application that allows you to
     110share your current session with a user on another machine, who can use a
     111<acronym>VNC</acronym> client to view or even control the
     112desktop.</para></sect3>
     113
    82114<sect3><title>ksirc</title>
    83115<para><command>ksirc</command> is a chat client.</para></sect3>
    84116
    85 <sect3><title>kit</title>
    86 <para><command>kit</command> is an <acronym>AOL</acronym> messaging
    87 client (<acronym>AIM</acronym>).</para></sect3>
     117<sect3><title>ktalkd</title>
     118<para><command>ktalkd</command> is an enhanced <command>talk</command>
     119daemon - a program to handle incoming <command>talk</command> requests,
     120announce them and allow you to respond to them using a talk
     121client.</para></sect3>
    88122
    89 <sect3><title>korn</title>
    90 <para><command>korn</command> is a mail notification utility.</para></sect3>
     123<sect3><title>kwifimanager</title>
     124<para>The <command>kwifimanager</command> suite can be used to
     125configure and monitor wireless <acronym>LAN</acronym>
     126cards.</para></sect3>
     127
     128<sect3><title>lisa</title>
     129<para><command>lisa</command> is intended to provide a kind of network
     130neighborhood, but only relying on the
     131<acronym>TCP</acronym>/<acronym>IP</acronym> protocol stack, no
     132<acronym>SMB</acronym> or anything else required.</para></sect3>
    91133
    92134</sect2>
Note: See TracChangeset for help on using the changeset viewer.