Changeset 393aab6 for kde/add


Ignore:
Timestamp:
08/19/2004 11:02:34 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:
014030f
Parents:
fb72a941
Message:

Added gcc34 patch to fix an LFS-6.0 build problem and added additional optional dependencies to kdegraphics

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde/add/kdegraphics.xml

    rfb72a941 r393aab6  
    77<!ENTITY kdegraphics-download-http "&kde-download-http;/kdegraphics-&kde-version;.tar.bz2">
    88<!ENTITY kdegraphics-download-ftp "&kde-download-ftp;/kdegraphics-&kde-version;.tar.bz2">
    9 <!ENTITY kdegraphics-size "5.5 MB">
    10 <!ENTITY kdegraphics-buildsize "93 MB">
    11 <!ENTITY kdegraphics-time "11.1 SBU">
    12 
     9<!ENTITY kdegraphics-size "5.7 MB">
     10<!ENTITY kdegraphics-buildsize "123 MB">
     11<!ENTITY kdegraphics-time "12.02 SBU">
    1312]>
    1413
     
    3736</sect3>
    3837
     38<sect3><title>Additional downloads</title>
     39<itemizedlist spacing='compact'>
     40<listitem><para>Required Patch (if compiled using
     41<application><acronym>GCC</acronym></application>-3.4.x): <ulink
     42url="&patch-root;/kdegraphics-3.2.3-gcc34-1.patch"/></para>
     43</listitem></itemizedlist>
     44</sect3>
     45
    3946<sect3><title><application>kdegraphics</application>
    4047dependencies</title>
     
    4451<sect4><title>Optional</title>
    4552<para>
     53<xref linkend="pkgconfig"/>,
    4654<xref linkend="libxml2"/>,
     55<xref linkend="libjpeg"/>,
     56<xref linkend="libtiff"/>,
     57<xref linkend="imlib"/>,
     58<xref linkend="lcms"/>,
     59<xref linkend="libart_lgpl"/>,
    4760<xref linkend="sane"/>,
    48 <xref linkend="libtiff"/>,
    4961<xref linkend="xpdf"/>,
    50 <xref linkend="imlib"/>,
    51 <xref linkend="libart_lgpl"/>,
    52 <xref linkend="pkgconfig"/>,
     62<xref linkend="pst-typesetting-tex"/>,
    5363<ulink url="http://www.ece.uvic.ca/~mdadams/jasper/">JasPer</ulink>,
    54 <ulink url="http://fribidi.sourceforge.net/">FriBidi</ulink> and
     64<ulink url="http://freedesktop.org/Software/FriBidi">FriBidi</ulink> and
    5565<ulink url="http://www.gphoto.org/">gPhoto2</ulink>
    5666</para></sect4>
     
    6373
    6474<para>Install <application>kdegraphics</application> with:</para>
    65 <screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
     75<screen><userinput><command>patch -Np1 -i ../kdegraphics-3.2.3-gcc34-1.patch &amp;&amp;
     76./configure --prefix=&kde-dir; --disable-debug \
    6677    --disable-dependency-tracking &amp;&amp;
    6778make &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.