Author: ken
Date: 2012-09-11 10:42:11 -0600 (Tue, 11 Sep 2012)
New Revision: 10651
Modified:
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/multimedia/videoutils/transcode.xml
trunk/BOOK/xsoft/other/gnash.xml
Log:
Fix gnash, and add comment in transcode.
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2012-09-11 16:30:49 UTC
(rev 10650)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2012-09-11 16:42:11 UTC
(rev 10651)
@@ -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>
Modified: trunk/BOOK/multimedia/videoutils/transcode.xml
===================================================================
--- trunk/BOOK/multimedia/videoutils/transcode.xml 2012-09-11 16:30:49 UTC
(rev 10650)
+++ trunk/BOOK/multimedia/videoutils/transcode.xml 2012-09-11 16:42:11 UTC
(rev 10651)
@@ -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>
Modified: trunk/BOOK/xsoft/other/gnash.xml
===================================================================
--- trunk/BOOK/xsoft/other/gnash.xml 2012-09-11 16:30:49 UTC (rev 10650)
+++ trunk/BOOK/xsoft/other/gnash.xml 2012-09-11 16:42:11 UTC (rev 10651)
@@ -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 &&
+sed -i '/^LIBS/s/\(.*\)/\1 -lboost_system/' \
+ gui/Makefile.in utilities/Makefile.in &&
./configure --prefix=/usr --sysconfdir=/etc \
--with-npapi-incl=/usr/include/npapi --enable-media=gst \
--with-npapi-plugindir=/usr/lib/mozilla/plugins &&
@@ -150,6 +152,11 @@
<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
FFmpeg-0.11.1).
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page