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
This commit is contained in:
Bruce Dubbs 2014-10-17 19:52:22 +00:00
parent 2c55ef1a0d
commit d5e120a450
3 changed files with 13 additions and 8 deletions

View File

@ -47,6 +47,11 @@
<listitem>
<para>October 17th, 2014</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Improve text in transcode. Thanks
to ARmin K. for the patch. Fixes
<ulink url="&blfs-ticket-root;5702">#5702</ulink>.</para>
</listitem>
<listitem>
<para>[fernando] - Update to audacious-3.5.2. Fixes
<ulink url="&blfs-ticket-root;5700">#5700</ulink>.</para>

View File

@ -137,6 +137,10 @@ EOF</userinput></screen>
the appropriate hardware, the speedup is not linear and to some extent
depends on the individual package and specific hardware used. </para>
<para>Some packages do not support parallel builds and using -j1 for the
make command is required. Packages that are known to have such limits are
marked as such in the text.</para>
</sect2>
</sect1>

View File

@ -149,9 +149,9 @@
</note>
<para>
When building with --enable-freetype2 configure switch, fix the code to
find the header locations for <application>FreeType-2.5.x</application>
(x &gt; 0):
If building with --enable-freetype2 configure switch, use the following
<command>sed</command> to fix building against newer versions of
<application>FreeType</application>:
</para>
<screen><userinput>sed -i "s:#include &lt;freetype/ftglyph.h&gt;:#include FT_GLYPH_H:" filter/subtitler/load_font.c</userinput></screen>
@ -163,6 +163,7 @@
<screen><userinput>sed -i 's|doc/transcode|&amp;-$(PACKAGE_VERSION)|' \
$(find . -name Makefile.in -exec grep -l 'docsdir =' {} \;) &amp;&amp;
sed -i "s:av_close_input_file:avformat_close_input:g" \
import/probe_ffmpeg.c &amp;&amp;
@ -187,11 +188,6 @@ make</userinput></screen>
<sect2 role="commands">
<title>Command Explanations</title>
<para>
<command>sed -i ... filter/subtitler/load_font.c</command>: Fixes header
locations for new <application>FreeType-2.5.x</application> (x &gt; 0).
</para>
<para>
<command>sed -i ...</command>: Fixes install location for documentation.
</para>