Ignore:
Timestamp:
01/26/2016 06:29:53 AM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
systemd-13485
Children:
fd21cdf
Parents:
a6a9fc5
Message:

Merge Chapter 10 changes from trunk, fix boost sed (from trunk).

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16844 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/gegl.xml

    ra6a9fc5 r94b4def9  
    77  <!ENTITY gegl-download-http "http://download.gimp.org/pub/gegl/0.2/gegl-&gegl-version;.tar.bz2">
    88  <!ENTITY gegl-download-ftp " ">
     9<!--  <!ENTITY gegl-download-ftp "ftp://ftp.gimp.org/pub/gegl/0.2/gegl-&gegl-version;.tar.bz2">-->
    910  <!ENTITY gegl-md5sum        "32b00002f1f1e316115c4ed922e1dec8">
    1011  <!ENTITY gegl-size          "7.2 MB">
     
    3536    </para>
    3637
    37     &lfs77_checked;
     38    &lfs78_checked;
    3839
    3940    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8283
    8384    <bridgehead renderas="sect3">gegl Dependencies</bridgehead>
     85
    8486
    8587    <bridgehead renderas="sect4">Required</bridgehead>
     
    142144<screen role="root"><userinput>make install &amp;&amp;
    143145install -v -m644 docs/*.{css,html} /usr/share/gtk-doc/html/gegl &amp;&amp;
    144 install -v -dm755 /usr/share/gtk-doc/html/gegl/images &amp;&amp;
     146install -d -v -m755 /usr/share/gtk-doc/html/gegl/images &amp;&amp;
    145147install -v -m644 docs/images/* /usr/share/gtk-doc/html/gegl/images</userinput></screen>
    146148  </sect2>
     
    156158    </para>
    157159
     160    <para>
     161      <option>--without-vala</option>: Do not create a
     162      <application>vala</application> API - use this if
     163      <command>vapigen</command> breaks the build.
     164    </para>
     165
    158166    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    159167    href="../../xincludes/gtk-doc-rebuild.xml"/>
    160168
    161169    <para>
    162       <envar>LC_ALL=en_US</envar>: In some locales with <xref linkend="ruby"/>
     170      <envar>LC_ALL=en_US</envar>: In some locales with <xref linkend='ruby'/>
    163171      installed, one build component fails and prevents completion of the
    164       procedure. Using this variable avoids the problem.
     172      procedure.  Using this variable avoids the problem.
    165173    </para>
    166174
     
    176184
    177185      <seglistitem>
    178         <seg>
    179           gegl
    180         </seg>
    181         <seg>
    182           libgegl-0.2.so
    183         </seg>
    184         <seg>
    185           /usr/include/gegl-0.2
    186         </seg>
     186        <seg>gegl</seg>
     187        <seg>libgegl-0.2.so and libraries in /usr/lib/gegl-0.2</seg>
     188        <seg>/usr/include/gegl-0.2</seg>
    187189      </seglistitem>
    188190    </segmentedlist>
     
    206208
    207209      <varlistentry id="libgegl-0.2">
    208         <term><filename class="libraryfile">libgegl-0.2.so</filename></term>
     210        <term><filename class='libraryfile'>libgegl-0.2.so</filename></term>
    209211        <listitem>
    210212          <para>
     
    217219        </listitem>
    218220      </varlistentry>
    219 
    220221    </variablelist>
    221 
    222   </sect2>
    223 
     222  </sect2>
    224223</sect1>
Note: See TracChangeset for help on using the changeset viewer.