mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
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:
parent
792be7850b
commit
33f0707e2b
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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 &&
|
||||
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user