Changeset 81e3aeaa


Ignore:
Timestamp:
07/27/2014 02:17:12 AM (10 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, 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, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
28a40fc
Parents:
0783427
Message:

Minor updates

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r0783427 r81e3aeaa  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "25">                   <!-- Always 2 digits -->
     3<!ENTITY day          "26">                   <!-- Always 2 digits -->
    44<!ENTITY month        "07">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2014">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "July 25th, &year;">
     9<!ENTITY releasedate  "July 26th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • gnome/platform/dconf.xml

    r0783427 r81e3aeaa  
    7676    <bridgehead renderas="sect4">Required</bridgehead>
    7777    <para role="required">
    78       <xref linkend="dbus"/> and
    79       <xref linkend="gtk3"/>
     78      <xref linkend="dbus"/>,
     79      <xref linkend="gtk3"/>, and
     80      <xref linkend="libxml2"/>
    8081    </para>
    8182
  • kde/core/akonadi.xml

    r0783427 r81e3aeaa  
    9191
    9292cmake -DCMAKE_INSTALL_PREFIX=&kde-dir;  \
    93       -DCMAKE_PREFIX_PATH=&qt4-dir;          \
    9493      -DCMAKE_BUILD_TYPE=Release           \
    9594      -DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE  \
     
    107106  <sect2 role="commands">
    108107    <title>Command Explanations</title>
    109 
    110     <para><option>-DCMAKE_PREFIX_PATH=&qt4-dir;</option>: This switch is used to
    111     help <command>cmake</command> find <command>automoc4</command>.</para>
    112108
    113109    <para><option>-DCMAKE_BUILD_TYPE=Release</option>: This switch is used to apply
  • kde/core/phonon.xml

    r0783427 r81e3aeaa  
    8585    a better implementation.</para>
    8686
    87     <para>
    88       Fix building with <application>CMake</application> 3.0:
    89     </para>
    90 
    91 <screen><userinput>rm -f cmake/FindQt4.cmake</userinput></screen>
    92 
    9387    <para>Install <application>Phonon</application> by running the following
    9488    commands:</para>
     
    158152        </seg>
    159153        <seg>
    160           &qt4-dir;/include/KDE/Phonon,
    161           &qt4-dir;/include/phonon, and
    162           &qt4-dir;/share/phonon
     154          &kde-dir;/include/KDE/Phonon,
     155          &kde-dir;/include/phonon, and
     156          &kde-dir;/share/phonon
    163157        </seg>
    164158      </seglistitem>
  • multimedia/libdriv/gstreamer10.xml

    r0783427 r81e3aeaa  
    124124
    125125<screen role="root"><userinput>make install</userinput></screen>
     126
     127  </sect2>
     128
     129  <sect2 role="commands">
     130    <title>Command Explanations</title>
     131
     132    <para><option>--libexecdir=/usr/lib</option>: This option puts the internal
     133    support programs into <filename
     134    class="directory">/usr/lib/gstreamer-1.0</filename> instead of
     135    <filename class="directory">/usr/libexec/gstreamer-1.0.</filename> in
     136    accordance with the old version of the FHS used before LFS-7.5.</para>
    126137
    127138  </sect2>
  • xsoft/other/inkscape.xml

    r0783427 r81e3aeaa  
    8888      <xref linkend="boost"/>,
    8989      <xref linkend="gc"/>,
    90       <xref linkend="gsl"/> and
    91       <xref linkend="gtkmm2"/>
     90      <xref linkend="gsl"/>,
     91      <xref linkend="gtkmm2"/> and
     92      <xref linkend="libxslt"/>
    9293    </para>
    9394
Note: See TracChangeset for help on using the changeset viewer.