Changeset faf4095 for kde


Ignore:
Timestamp:
10/05/2003 04:55:40 PM (21 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
0a9acf4
Parents:
78ac712
Message:

Update kdemultimedia instructions and remove kdoc

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

Location:
kde
Files:
4 edited

Legend:

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

    r78ac712 rfaf4095  
    2929<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
    3030    --disable-dependency-tracking --with-arts-alsa &amp;&amp;
     31  sed -i -e 's/strings -ansi/strings/' kaudiocreator/Makefile &amp;&amp;
     32  sed -i -e 's/strings -ansi/strings/' kioslave/audiocd/Makefile &amp;&amp;
     33  sed -i -e 's/-ansi//' kscd/libwm/Makefile &amp;&amp;
    3134make &amp;&amp;
    3235make install</command></userinput></screen>
     
    4043<application><acronym>ALSA</acronym></application> support built
    4144into <application><acronym>aRts</acronym></application>.</para>
     45
     46<para><command>sed -i -e 's/strings -ansi/strings/' kaudiocreator/Makefile</command> :
     47Remove -ansi from <application>gcc</application> parameters to work around
     48a broken header in the kernel.  The broken file is asm/byteorder.h, where
     49a parameter is used, but not defined, when -ansi is specified.</para>
     50
     51<para><command>sed -i -e 's/strings -ansi/strings/' kioslave/audiocd/Makefile</command> :
     52Remove -ansi from <application>gcc</application> parameters to work around
     53a broken header in the kernel.</para>
     54
     55<para><command>sed -i -e 's/-ansi//' kscd/libwm/Makefile</command> :
     56Remove -ansi from <application>gcc</application> parameters to work around
     57a broken header in the kernel.</para>
    4258
    4359</sect2>
  • kde/kde-intro.xml

    r78ac712 rfaf4095  
    88provides extensive capabilities for customization.</para>
    99
    10 <para>We divide the <acronym>KDE</acronym> instructions into three parts. The first part, the
     10<para>We divide the <acronym>KDE</acronym> instructions into two parts. The first part, the
    1111core packages, are needed for the rest of <acronym>KDE</acronym> to work. The second part
    1212presents additional packages which provide functionality in various areas
    13 (multimedia, graphics etc). Finally, we describe installation of other
    14 miscellaneous <acronym>KDE</acronym> packages.</para>
     13(multimedia, graphics etc).</para>
    1514
    1615<para>As the instructions for compiling and installing <acronym>KDE</acronym> were developed,
  • kde/kde.ent

    r78ac712 rfaf4095  
    2222
    2323<!-- KDE Other -->
    24 <!ENTITY kde-other SYSTEM "other/other.xml">
     24<!-- <!ENTITY kde-other SYSTEM "other/other.xml"> -->
    2525
    2626<!-- Package entities -->
    2727<!ENTITY kde-office SYSTEM "inst/kde-office.xml">
    28 <!ENTITY kdoc SYSTEM "inst/kdoc.xml">
     28<!-- <!ENTITY kdoc SYSTEM "inst/kdoc.xml"> 
    2929<!ENTITY kde-bindings SYSTEM "inst/kde-bindings.xml">
    3030<!ENTITY kde-sdk SYSTEM "inst/kde-sdk.xml">
    3131<!ENTITY kdevelop SYSTEM "inst/kdevelop.xml">
    32 <!ENTITY kdm SYSTEM "inst/kdm.xml">
     32<!ENTITY kdm SYSTEM "inst/kdm.xml"> -->
    3333
    3434<!ENTITY kde-libs SYSTEM "inst/kde-libs.xml">
     
    123123<!ENTITY kde-addons-time "4.85 SBU">
    124124
     125<!--
    125126<!ENTITY kdoc-ftp "http://www.ph.unimelb.edu.au/~ssk/kde/kdoc/kdoc-snapshot.tar.gz">
    126127<!ENTITY kdoc-size "86 KB">
     
    129130<!ENTITY kdevelop-ftp "ftp://download.uk.kde.org/pub/kde/stable/3.0.5/src/kdevelop-2.1.4_for_KDE_3.0.tar.bz2">
    130131<!ENTITY kdevelop-size "3.2 MB">
    131 <!ENTITY kdm-size "??? MB">
     132<!ENTITY kdm-size "??? MB">  -->
  • kde/kde.xml

    r78ac712 rfaf4095  
    66&kde-core;
    77&kde-add;
    8 &kde-other;
    98
    109</part>
Note: See TracChangeset for help on using the changeset viewer.