source: multimedia/libdriv/gstreamer.xml@ 663b79c2

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 663b79c2 was 663b79c2, checked in by Ken Moffat <ken@…>, 10 years ago

reinstate --libexecdir= in sudo (it only contains libraries), show options to avoid /usr/libexec for people using verisons of LFS before 7.5.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12815 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 11.3 KB
Line 
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 gstreamer-download-http "&gnome-download-http;/gstreamer/0.10/gstreamer-&gstreamer-version;.tar.xz">
8 <!ENTITY gstreamer-download-ftp "&gnome-download-ftp;/gstreamer/0.10/gstreamer-&gstreamer-version;.tar.xz">
9 <!ENTITY gstreamer-md5sum "15389c73e091b1dda915279c388b9cb2">
10 <!ENTITY gstreamer-size "2.9 MB">
11 <!ENTITY gstreamer-buildsize "90 MB">
12 <!ENTITY gstreamer-time "1.2 SBU">
13]>
14
15<sect1 id="gstreamer" xreflabel="GStreamer-&gstreamer-version;">
16 <?dbhtml filename="gstreamer.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>GStreamer-&gstreamer-version;</title>
24
25 <indexterm zone="gstreamer">
26 <primary sortas="a-GStreamer">GStreamer</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to GStreamer</title>
31
32 <para>
33 <application>GStreamer</application> is a streaming media framework that
34 enables applications to share a common set of plugins for things like
35 video decoding and encoding, audio encoding and decoding, audio and video
36 filters, audio visualisation, Web streaming and anything else that streams
37 in real-time or otherwise. It is modelled after research software worked
38 on at the Oregon Graduate Institute. After installing
39 <application>GStreamer</application>, you'll likely need to install one or
40 more of the <xref linkend="gst-plugins-bad"/>,
41 <xref linkend="gst-plugins-good"/>, <xref linkend="gst-plugins-ugly"/> and
42 <xref linkend="gst-ffmpeg"/> packages.
43 </para>
44
45 &lfs75_checked;
46
47 &gst-compat;
48
49 <bridgehead renderas="sect3">Package Information</bridgehead>
50 <itemizedlist spacing="compact">
51 <listitem>
52 <para>
53 Download (HTTP): <ulink url="&gstreamer-download-http;"/>
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download (FTP): <ulink url="&gstreamer-download-ftp;"/>
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Download MD5 sum: &gstreamer-md5sum;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Download size: &gstreamer-size;
69 </para>
70 </listitem>
71 <listitem>
72 <para>
73 Estimated disk space required: &gstreamer-buildsize;
74 </para>
75 </listitem>
76 <listitem>
77 <para>
78 Estimated build time: &gstreamer-time;
79 </para>
80 </listitem>
81 </itemizedlist>
82
83 <bridgehead renderas="sect3">GStreamer Dependencies</bridgehead>
84
85 <bridgehead renderas="sect4">Required</bridgehead>
86 <para role="required">
87 <xref linkend="glib2"/> and
88 <xref linkend="libxml2"/>
89 </para>
90
91 <bridgehead renderas="sect4">Optional (Required if building GNOME)</bridgehead>
92 <para role="optional">
93 <xref linkend="gobject-introspection"/>
94 </para>
95
96 <bridgehead renderas="sect4">Optional</bridgehead>
97 <para role="optional">
98 <xref linkend="gsl"/>,
99 <ulink url="http://www.valgrind.org/">Valgrind</ulink>
100 (optionally used during the unit regression tests)
101 </para>
102
103 <bridgehead renderas="sect4">
104 Optional (Required to rebuild the API Documentation)
105 </bridgehead>
106 <para role="optional">
107 <xref linkend="gtk-doc"/> and
108 <xref linkend="python2"/> (compiled against an XML Parser such as
109 <xref linkend="expat"/>).
110 </para>
111
112 <bridgehead renderas="sect4">Optional (Required to Build Manuals)</bridgehead>
113 <para role="optional">
114 <xref linkend="docbook-utils"/>,
115 <xref linkend="gs"/>
116 <xref linkend="libxslt"/> and
117 <xref linkend="texlive"/>
118 </para>
119
120 <para condition="html" role="usernotes">User Notes:
121 <ulink url="&blfs-wiki;/gstreamer"/>
122 </para>
123 </sect2>
124
125 <sect2 role="installation">
126 <title>Installation of GStreamer</title>
127
128 <para>
129 Install <application>GStreamer</application> by running the following
130 commands:
131 </para>
132
133<screen><userinput>sed -i -e '/YYLEX_PARAM/d' \
134 -e '/parse-param.*scanner/i %lex-param { void *scanner }' \
135 gst/parse/grammar.y &amp;&amp;
136
137./configure --prefix=/usr \
138 --disable-static &amp;&amp;
139make</userinput></screen>
140
141 <para>
142 To test the results, issue: <command>make check</command>. There are
143 many other <filename>Makefile</filename> targets you can specify for
144 running the tests, issue <command>make -C tests/check help</command>
145 to see the complete list.
146 </para>
147
148 <para>
149 Now, as the <systemitem class="username">root</systemitem> user:
150 </para>
151
152<screen role="root"><userinput>make install &amp;&amp;
153install -v -m755 -d /usr/share/doc/gstreamer-0.10/design &amp;&amp;
154install -v -m644 docs/design/*.txt \
155 /usr/share/doc/gstreamer-0.10/design &amp;&amp;
156
157if [ -d /usr/share/doc/gstreamer-0.10/faq/html ]; then
158 chown -v -R root:root \
159 /usr/share/doc/gstreamer-0.10/*/html
160fi</userinput></screen>
161
162 <sect3>
163 <title>Testing the Installation</title>
164
165 <para>
166 To test the functionality of the
167 <application>GStreamer</application> installation, you can run a
168 simple test as an unprivileged user (you may have to run
169 <command>ldconfig</command> as the
170 <systemitem class="username">root</systemitem> user before
171 attempting the test).
172 </para>
173
174<screen><userinput>gst-launch -v fakesrc num_buffers=5 ! fakesink</userinput></screen>
175
176 <para>
177 If the command outputs a series of messages from fakesrc and
178 fakesink, everything is okay.
179 </para>
180
181 </sect3>
182
183 </sect2>
184
185 <sect2 role="commands">
186 <title>Command Explanations</title>
187
188 <para>
189 <command>sed ... gst/parse/grammar.y</command>: This command corrects
190 a problem caused by the most recent version of Bison.
191 </para>
192
193 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
194 href="../../xincludes/static-libraries.xml"/>
195
196 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
197 href="../../xincludes/gtk-doc-rebuild.xml"/>
198
199 <para>
200 <option>--enable-docbook</option>: This parameter is used to build
201 HTML, PDF and PostScript versions of the
202 <application>GStreamer</application> User's Manual, FAQ and Writer's
203 Guide. Note that you must have all the listed dependencies installed.
204 </para>
205
206 <para>
207 <command>chown -v -R root:root ...</command>: The documentation is
208 installed with the ownership of the user who untarred and built the
209 package. This command changes the ownership of the installed
210 documentation files to root:root, and is only executed if the
211 documentation files were built and installed.
212 </para>
213
214 <para><option>--libexecdir=/usr/lib</option>: This option puts the internal
215 support programs into <filename
216 class="directory">/usr/lib/gstreamer-0.10</filename> instead of
217 <filename class="directory">/usr/libexec/gstreamer-0.10.</filename> in
218 accordance with the old version of the FHS used before LFS-7.5.</para>
219
220 </sect2>
221
222 <sect2 role="content">
223 <title>Contents</title>
224
225 <segmentedlist>
226 <segtitle>Installed Programs</segtitle>
227 <segtitle>Installed Libraries</segtitle>
228 <segtitle>Installed Directories</segtitle>
229
230 <seglistitem>
231 <seg>
232 gst-feedback, gst-feedback-0.10, gst-inspect, gst-inspect-0.10,
233 gst-launch, gst-launch-0.10, gst-typefind, gst-typefind-0.10,
234 gst-xmlinspect, gst-xmlinspect-0.10, gst-xmllaunch and
235 gst-xmllaunch-0.10
236 </seg>
237 <seg>
238 libgstbase-0.10.so, libgstcheck-0.10.so, libgstcontroller-0.10.so,
239 libgstdataprotocol-0.10.so, libgstnet-0.10.so and
240 libgstreamer-0.10.so
241 </seg>
242 <seg>
243 /usr/include/gstreamer-0.10,
244 /usr/lib/gstreamer-0.10,
245 /usr/libexec/gstreamer-0.10,
246 /usr/share/gtk-doc/html/gstreamer-0.10,
247 /usr/share/gtk-doc/html/gstreamer-libs-0.10 and
248 /usr/share/gtk-doc/html/gstreamer-plugins-0.10
249 </seg>
250 </seglistitem>
251 </segmentedlist>
252
253 <variablelist>
254 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
255 <?dbfo list-presentation="list"?>
256 <?dbhtml list-presentation="table"?>
257
258 <varlistentry id="gst-feedback">
259 <term><command>gst-feedback-0.10</command></term>
260 <listitem>
261 <para>
262 generates debug info for <application>GStreamer</application>
263 bug reports.
264 </para>
265 <indexterm zone="gstreamer gst-feedback">
266 <primary sortas="b-gst-feedback">gst-feedback-0.10</primary>
267 </indexterm>
268 </listitem>
269 </varlistentry>
270
271 <varlistentry id="gst-inspect">
272 <term><command>gst-inspect-0.10</command></term>
273 <listitem>
274 <para>
275 prints information about a
276 <application>GStreamer</application> plugin or element.
277 </para>
278 <indexterm zone="gstreamer gst-inspect">
279 <primary sortas="b-gst-inspect">gst-inspect-0.10</primary>
280 </indexterm>
281 </listitem>
282 </varlistentry>
283
284 <varlistentry id="gst-launch">
285 <term><command>gst-launch-0.10</command></term>
286 <listitem>
287 <para>
288 is a tool that builds and runs basic
289 <application>GStreamer</application> pipelines.
290 </para>
291 <indexterm zone="gstreamer gst-launch">
292 <primary sortas="b-gst-launch">gst-launch-0.10</primary>
293 </indexterm>
294 </listitem>
295 </varlistentry>
296
297 <varlistentry id="gst-typefind">
298 <term><command>gst-typefind-0.10</command></term>
299 <listitem>
300 <para>
301 uses the <application>GStreamer</application> type finding system
302 to determine the relevant <application>GStreamer</application>
303 plugin to parse or decode a file, and determine the corresponding
304 MIME type.
305 </para>
306 <indexterm zone="gstreamer gst-typefind">
307 <primary sortas="b-gst-typefind">gst-typefind-0.10</primary>
308 </indexterm>
309 </listitem>
310 </varlistentry>
311
312 <varlistentry id="gst-xmlinspect">
313 <term><command>gst-xmlinspect-0.10</command></term>
314 <listitem>
315 <para>
316 prints information about a <application>GStreamer</application>
317 plugin or element in XML document format.
318 </para>
319 <indexterm zone="gstreamer gst-xmlinspect">
320 <primary sortas="b-gst-xmlinspect">gst-xmlinspect-0.10</primary>
321 </indexterm>
322 </listitem>
323 </varlistentry>
324
325 <varlistentry id="gst-xmllaunch">
326 <term><command>gst-xmllaunch-0.10</command></term>
327 <listitem>
328 <para>
329 is used to build and run a basic <application>GStreamer</application>
330 pipeline, loading it from an XML description.
331 </para>
332 <indexterm zone="gstreamer gst-xmllaunch">
333 <primary sortas="b-gst-xmllaunch">gst-xmllaunch-0.10</primary>
334 </indexterm>
335 </listitem>
336 </varlistentry>
337
338 </variablelist>
339
340 </sect2>
341
342</sect1>
Note: See TracBrowser for help on using the repository browser.