Fix gnash, and add comment in transcode.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10651 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Ken Moffat 2012-09-11 16:42:11 +00:00
parent 792be7850b
commit 33f0707e2b
3 changed files with 20 additions and 2 deletions

View File

@ -53,9 +53,14 @@
<listitem>
<para>[rthomsen] - Update to attica 0.4.1.</para>
</listitem>
<listitem>
<para>[ken] - Fix gnash for recent versions of boost, and add a
comment about the ffmpeg functionality in transcode.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>September 9th, 2012</para>
<itemizedlist>

View File

@ -37,7 +37,7 @@
<ulink url="http://www.transcoding.org/"/>.
</para>
&lfs71_checked;
&lfs72_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@ -79,6 +79,12 @@
<para>
Required patch:
<ulink url="&patch-root;/transcode-&transcode-version;-ffmpeg-1.patch"/>
: Note that although this allows <application>transcode</application>
to compile with current <application>ffmpeg</application>, it fails if
it calls ffmpeg at runtime, e.g. for certain format conversions. The
remaining parts of the application, such as <command>tccat</command>,
work and <command>ffmpeg</command> can be invoked outside of
<command>transcode</command> if needed.
</para>
</listitem>
</itemizedlist>

View File

@ -37,7 +37,7 @@
animations.
</para>
&lfs71_checked;
&lfs72_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@ -129,6 +129,8 @@
</para>
<screen><userinput>patch -Np1 -i ../gnash-&gnash-version;-CVE-2012-1175-1.patch &amp;&amp;
sed -i '/^LIBS/s/\(.*\)/\1 -lboost_system/' \
gui/Makefile.in utilities/Makefile.in &amp;&amp;
./configure --prefix=/usr --sysconfdir=/etc \
--with-npapi-incl=/usr/include/npapi --enable-media=gst \
--with-npapi-plugindir=/usr/lib/mozilla/plugins &amp;&amp;
@ -149,6 +151,11 @@ make install-plugin</userinput></screen>
<sect2 role="commands">
<title>Command Explanations</title>
<para>
<command>sed -i '/^LIBS/s/\(.*\)/\1 -lboost_system/' ...</command>:
This fixes linking to the current <application>boost</application> libraries.
</para>
<para>
<option>--enable-media=gst</option>: This tells it to use Gstreamer for
to play video and audio (--enable-media=ffmpeg is broken with