1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
---|
3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
---|
4 | <!ENTITY % general-entities SYSTEM "../../general.ent">
|
---|
5 | %general-entities;
|
---|
6 |
|
---|
7 | <!ENTITY gst10-libav-download-http "&gstreamer-dl;/gst-libav/gst-libav-&gst10-libav-version;.tar.xz">
|
---|
8 | <!ENTITY gst10-libav-download-ftp " ">
|
---|
9 | <!ENTITY gst10-libav-md5sum "ea2d636c24d7c5ae123967ef22e37c07">
|
---|
10 | <!ENTITY gst10-libav-size "5 MB">
|
---|
11 | <!ENTITY gst10-libav-buildsize "249 MB (adittional 1 MB for the tests)">
|
---|
12 | <!ENTITY gst10-libav-time "2.3 SBU">
|
---|
13 | ]>
|
---|
14 |
|
---|
15 | <sect1 id="gst10-libav" xreflabel="gst-libav-&gst10-libav-version;">
|
---|
16 | <?dbhtml filename="gst10-libav.html"?>
|
---|
17 |
|
---|
18 | <sect1info>
|
---|
19 | <othername>$LastChangedBy$</othername>
|
---|
20 | <date>$Date$</date>
|
---|
21 | </sect1info>
|
---|
22 |
|
---|
23 | <title>gst-libav-&gst10-libav-version;</title>
|
---|
24 |
|
---|
25 | <indexterm zone="gst10-libav">
|
---|
26 | <primary sortas="a-gst-libav">gst-libav</primary>
|
---|
27 | </indexterm>
|
---|
28 |
|
---|
29 | <sect2 role="package">
|
---|
30 | <title>Introduction to GStreamer Libav</title>
|
---|
31 |
|
---|
32 | <para>
|
---|
33 | The <application>GStreamer Libav</application> package contains
|
---|
34 | <application>GStreamer</application> plugins for
|
---|
35 | <application>Libav</application> (a fork of
|
---|
36 | <application>FFmpeg</application>).
|
---|
37 | </para>
|
---|
38 |
|
---|
39 | &lfs75_checked;
|
---|
40 |
|
---|
41 | &gst-compat;
|
---|
42 |
|
---|
43 | <bridgehead renderas="sect3">Package Information</bridgehead>
|
---|
44 | <itemizedlist spacing="compact">
|
---|
45 | <listitem>
|
---|
46 | <para>
|
---|
47 | Download (HTTP): <ulink url="&gst10-libav-download-http;"/>
|
---|
48 | </para>
|
---|
49 | </listitem>
|
---|
50 | <listitem>
|
---|
51 | <para>
|
---|
52 | Download (FTP): <ulink url="&gst10-libav-download-ftp;"/>
|
---|
53 | </para>
|
---|
54 | </listitem>
|
---|
55 | <listitem>
|
---|
56 | <para>
|
---|
57 | Download MD5 sum: &gst10-libav-md5sum;
|
---|
58 | </para>
|
---|
59 | </listitem>
|
---|
60 | <listitem>
|
---|
61 | <para>
|
---|
62 | Download size: &gst10-libav-size;
|
---|
63 | </para>
|
---|
64 | </listitem>
|
---|
65 | <listitem>
|
---|
66 | <para>
|
---|
67 | Estimated disk space required: &gst10-libav-buildsize;
|
---|
68 | </para>
|
---|
69 | </listitem>
|
---|
70 | <listitem>
|
---|
71 | <para>
|
---|
72 | Estimated build time: &gst10-libav-time;
|
---|
73 | </para>
|
---|
74 | </listitem>
|
---|
75 | </itemizedlist>
|
---|
76 |
|
---|
77 | <bridgehead renderas="sect3">GStreamer Libav Dependencies</bridgehead>
|
---|
78 |
|
---|
79 | <bridgehead renderas="sect4">Required</bridgehead>
|
---|
80 | <para role="required">
|
---|
81 | <xref linkend="gst10-plugins-base"/>
|
---|
82 | </para>
|
---|
83 |
|
---|
84 | <bridgehead renderas="sect4">Recommended</bridgehead>
|
---|
85 | <para role="recommended">
|
---|
86 | <xref linkend="yasm"/>
|
---|
87 | </para>
|
---|
88 |
|
---|
89 | <bridgehead renderas="sect4">Optional</bridgehead>
|
---|
90 | <para role="optional">
|
---|
91 | <xref linkend="valgrind"/> and
|
---|
92 | <ulink url="http://code.entropywave.com/projects/orc/">ORC</ulink>
|
---|
93 | </para>
|
---|
94 |
|
---|
95 | <para condition="html" role="usernotes">
|
---|
96 | User Notes: <ulink url="&blfs-wiki;/gst10-libav"/>
|
---|
97 | </para>
|
---|
98 | </sect2>
|
---|
99 |
|
---|
100 | <sect2 role="installation">
|
---|
101 | <title>Installation of GStreamer Libav</title>
|
---|
102 |
|
---|
103 | <para>
|
---|
104 | Install <application>GStreamer Libav</application> by running the following
|
---|
105 | commands:
|
---|
106 | </para>
|
---|
107 |
|
---|
108 | <screen><userinput>./configure --prefix=/usr \
|
---|
109 | --with-package-name="GStreamer Libav Plugins &gst10-libav-version; BLFS" \
|
---|
110 | --with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/" &&
|
---|
111 | make</userinput></screen>
|
---|
112 |
|
---|
113 | <para>
|
---|
114 | To test the results, issue: <command>make check</command>.
|
---|
115 | </para>
|
---|
116 |
|
---|
117 | <para>
|
---|
118 | Now, as the <systemitem class="username">root</systemitem> user:
|
---|
119 | </para>
|
---|
120 |
|
---|
121 | <screen role="root"><userinput>make install</userinput></screen>
|
---|
122 | </sect2>
|
---|
123 |
|
---|
124 | <sect2 role="commands">
|
---|
125 | <title>Command Explanations</title>
|
---|
126 |
|
---|
127 | <para>
|
---|
128 | <option>--with-libav-extra-configure="--disable-yasm"</option>: Use this
|
---|
129 | switch if you don't have <application>yasm</application> installed.
|
---|
130 | </para>
|
---|
131 |
|
---|
132 | </sect2>
|
---|
133 |
|
---|
134 | <sect2 role="content">
|
---|
135 | <title>Contents</title>
|
---|
136 |
|
---|
137 | <segmentedlist>
|
---|
138 | <segtitle>Installed Programs</segtitle>
|
---|
139 | <segtitle>Installed Library</segtitle>
|
---|
140 | <segtitle>Installed Directory</segtitle>
|
---|
141 |
|
---|
142 | <seglistitem>
|
---|
143 | <seg>
|
---|
144 | None
|
---|
145 | </seg>
|
---|
146 | <seg>
|
---|
147 | /usr/lib/gstreamer-1.0/libgstlibav.so
|
---|
148 | </seg>
|
---|
149 | <seg>
|
---|
150 | /usr/share/gtk-doc/html/gst-libav-plugins-1.0
|
---|
151 | </seg>
|
---|
152 | </seglistitem>
|
---|
153 | </segmentedlist>
|
---|
154 |
|
---|
155 | </sect2>
|
---|
156 |
|
---|
157 | </sect1>
|
---|