mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
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:
parent
2c55ef1a0d
commit
d5e120a450
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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 > 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 <freetype/ftglyph.h>:#include FT_GLYPH_H:" filter/subtitler/load_font.c</userinput></screen>
|
||||
@ -163,6 +163,7 @@
|
||||
|
||||
<screen><userinput>sed -i 's|doc/transcode|&-$(PACKAGE_VERSION)|' \
|
||||
$(find . -name Makefile.in -exec grep -l 'docsdir =' {} \;) &&
|
||||
|
||||
sed -i "s:av_close_input_file:avformat_close_input:g" \
|
||||
import/probe_ffmpeg.c &&
|
||||
|
||||
@ -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 > 0).
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<command>sed -i ...</command>: Fixes install location for documentation.
|
||||
</para>
|
||||
|
Loading…
Reference in New Issue
Block a user