Changeset d5e120a


Ignore:
Timestamp:
10/17/2014 07:52:22 PM (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.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:
8eb4efc
Parents:
2c55ef1
Message:

Update text in transcode.
Update text in SBU explanation.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r2c55ef1 rd5e120a  
    4949      <itemizedlist>
    5050        <listitem>
     51          <para>[bdubbs] - Improve text in transcode.  Thanks
     52          to ARmin K. for the patch.  Fixes
     53          <ulink url="&blfs-ticket-root;5702">#5702</ulink>.</para>
     54        </listitem>
     55        <listitem>
    5156          <para>[fernando] - Update to audacious-3.5.2.  Fixes
    5257          <ulink url="&blfs-ticket-root;5700">#5700</ulink>.</para>
  • introduction/welcome/conventions.xml

    r2c55ef1 rd5e120a  
    138138    depends on the individual package and specific hardware used.  </para>
    139139
     140    <para>Some packages do not support parallel builds and using -j1 for the
     141    make command is required.  Packages that are known to have such limits are
     142    marked as such in the text.</para>
     143
    140144  </sect2>
    141145
  • multimedia/videoutils/transcode.xml

    r2c55ef1 rd5e120a  
    150150
    151151    <para>
    152       When building with --enable-freetype2 configure switch, fix the code to
    153       find the header locations for <application>FreeType-2.5.x</application>
    154       (x &gt; 0):
     152      If building with --enable-freetype2 configure switch, use the following
     153      <command>sed</command> to fix building against newer versions of
     154      <application>FreeType</application>:
    155155    </para>
    156156
     
    164164<screen><userinput>sed -i 's|doc/transcode|&amp;-$(PACKAGE_VERSION)|' \
    165165       $(find . -name Makefile.in -exec grep -l 'docsdir =' {} \;) &amp;&amp;
     166
    166167sed -i "s:av_close_input_file:avformat_close_input:g" \
    167168       import/probe_ffmpeg.c                                       &amp;&amp;
     
    187188  <sect2 role="commands">
    188189    <title>Command Explanations</title>
    189 
    190     <para>
    191       <command>sed -i ... filter/subtitler/load_font.c</command>: Fixes header
    192       locations for new <application>FreeType-2.5.x</application> (x &gt; 0).
    193     </para>
    194190
    195191    <para>
Note: See TracChangeset for help on using the changeset viewer.