glfs/archive/gst-ffmpeg.xml
Bruce Dubbs e2abf328ed Archive gstreamer-0.x
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16219 af4574ff-66df-0310-9fd7-8a98e5e911e0
2015-07-08 00:35:57 +00:00

142 lines
3.8 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY gst-ffmpeg-download-http "http://gstreamer.freedesktop.org/src/gst-ffmpeg/gst-ffmpeg-&gst-ffmpeg-version;.tar.bz2">
<!ENTITY gst-ffmpeg-download-ftp " ">
<!ENTITY gst-ffmpeg-md5sum "7f5beacaf1312db2db30a026b36888c4">
<!ENTITY gst-ffmpeg-size "4.6 MB">
<!ENTITY gst-ffmpeg-buildsize "272 MB">
<!ENTITY gst-ffmpeg-time "2.9 SBU">
]>
<sect1 id="gst-ffmpeg" xreflabel="gst-ffmpeg-&gst-ffmpeg-version;">
<?dbhtml filename="gst-ffmpeg.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>gst-ffmpeg-&gst-ffmpeg-version;</title>
<indexterm zone="gst-ffmpeg">
<primary sortas="a-gst-ffmpeg">gst-ffmpeg</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to Gst FFMpeg</title>
<para>
The <application>Gst FFMpeg</application> contains GStreamer plugins
for <application>FFMpeg</application>.
</para>
&lfs77_checked;
&gst-compat;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&gst-ffmpeg-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&gst-ffmpeg-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &gst-ffmpeg-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &gst-ffmpeg-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &gst-ffmpeg-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &gst-ffmpeg-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Required patch:
<ulink url="&patch-root;/gst-ffmpeg-&gst-ffmpeg-version;-gcc-4.7-1.patch"/>
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Gst FFMpeg Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="gst-plugins-base"/> and
<xref linkend="yasm"/>
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<ulink url="http://code.entropywave.com/projects/orc/">ORC</ulink>
</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/gst-ffmpeg"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of Gst FFMpeg</title>
<para>
Install <application>Gst FFMpeg</application> by running the following
commands:
</para>
<screen><userinput>patch -p1 &lt; ../gst-ffmpeg-&gst-ffmpeg-version;-gcc-4.7-1.patch &amp;&amp;
./configure --prefix=/usr &amp;&amp;
make</userinput></screen>
<para>
To test the results, issue: <command>make check</command>.
</para>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed GStreamer Plugins</segtitle>
<seglistitem>
<seg>
libgstffmpeg.so, libgstffmpegscale.so and libgstpostproc.so
</seg>
</seglistitem>
</segmentedlist>
</sect2>
</sect1>