mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
3f2db3a638
They only contain a date tag that is nowhere used.
138 lines
3.7 KiB
XML
138 lines
3.7 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"?>
|
|
|
|
|
|
<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 < ../gst-ffmpeg-&gst-ffmpeg-version;-gcc-4.7-1.patch &&
|
|
./configure --prefix=/usr &&
|
|
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>
|