Changeset 1aacd4b5 for general/graphlib


Ignore:
Timestamp:
09/11/2003 07:44:39 PM (21 years ago)
Author:
Larry Lawrence <larry@…>
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:
acfc391
Parents:
945f944
Message:

add imlib2 and openquicktime, edited firewalling chapter

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

Location:
general/graphlib
Files:
6 added
3 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/directfb/directfb-inst.xml

    r945f944 r1aacd4b5  
    22<title>Installation of <application>DirectFB</application></title>
    33
    4 <note><para>
    5 DirectFB needs a Linux kernel with frame buffer support. Check
     4<note><para>DirectFB needs a Linux kernel with frame buffer support. Check
    65the documentation in the kernel tree
    76(<filename class="directory">/usr/src/linux/Documentation/fb/</filename>)
     
    1615make install</command></userinput></screen>
    1716
     17<para>If you decided to add optional image and video providers then you
     18have to install DirectFB-extra package too:</para>
     19
     20<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
     21make &amp;&amp;
     22make install</command></userinput></screen>
     23
    1824</sect2>
  • general/graphlib/directfb/directfb-intro.xml

    r945f944 r1aacd4b5  
    1515</sect3>
    1616
     17<sect3><title>Additional downloads</title>
     18<itemizedlist spacing='compact'>
     19<listitem><para>Optional image and video providers: <ulink
     20url="http://www.directfb.org/download/DirectFB-extra/DirectFB-extra-0.9.16.tar.gz"/>
     21</para></listitem>
     22</itemizedlist></sect3>
     23
    1724<sect3><title><application>DirectFB</application> dependencies</title>
    1825<sect4><title>Required</title>
     
    2128</para></sect4>
    2229<sect4><title>Optional</title>
    23 <para><xref linkend="SDL"/>, <xref linkend="libmpeg3"/> and
    24 <xref linkend="pkgconfig"/></para></sect4>
     30<para><xref linkend="SDL"/>, <xref linkend="libmpeg3"/>
     31<xref linkend="pkgconfig"/>, <xref linkend="imlib2"/>, <xref
     32linkend="openquicktime"/> and <xref linkend="avifile"/>
     33</para></sect4>
    2534</sect3>
    2635
  • general/graphlib/graphlib.xml

    r945f944 r1aacd4b5  
    1818&SVGAlib;
    1919&DirectFB;
     20&imlib2;
    2021
    2122</chapter>
Note: See TracChangeset for help on using the changeset viewer.