source: multimedia/libdriv/gstreamer.xml@ bccbdaea

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 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 bccbdaea was ec5db802, checked in by Randy McMurchy <randy@…>, 19 years ago

Adjusted the chown command in the GStreamer instructions to only run if the documentation files were built and installed

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

  • Property mode set to 100644
File size: 10.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY gstreamer-download-http "http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-&gstreamer-version;.tar.bz2">
8 <!ENTITY gstreamer-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gstreamer/0.8/gstreamer-&gstreamer-version;.tar.bz2">
9 <!ENTITY gstreamer-md5sum "3a251cf05b794ebac04e18f71e5b26eb">
10 <!ENTITY gstreamer-size "1.4 MB">
11 <!ENTITY gstreamer-buildsize "81.2 MB">
12 <!ENTITY gstreamer-time "3.2 SBU (includes building docs, additional 0.8 SBU to run the test suite)">
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>The <application>GStreamer</application> package contains a streaming
33 media framework that enables applications to share a common set of plugins for
34 things like video decoding and encoding, audio encoding and decoding, audio
35 and video filters, audio visualisation, Web streaming and anything else that
36 streams in real-time or otherwise. It is modelled after research software
37 worked on at the Oregon Graduate Institute.</para>
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&gstreamer-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&gstreamer-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &gstreamer-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &gstreamer-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &gstreamer-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &gstreamer-time;</para>
58 </listitem>
59 </itemizedlist>
60
61 <bridgehead renderas="sect3">GStreamer Dependencies</bridgehead>
62
63 <bridgehead renderas="sect4">Required</bridgehead>
64 <para><xref linkend="glib2"/>,
65 <xref linkend="libxml2"/>,
66 <xref linkend="popt"/></para>
67
68 <bridgehead renderas="sect4">Optional</bridgehead>
69 <para><xref linkend="libgnomeui"/>,
70 <xref linkend="python"/> and
71 <ulink url="http://valgrind.kde.org/">Valgrind</ulink></para>
72
73 <bridgehead renderas="sect4">Optional (to Build Documentation)</bridgehead>
74 <para><xref linkend="libxslt"/>,
75 <xref linkend="gtk-doc"/>,
76 <xref linkend="tex"/>,
77 <xref linkend="gs"/> or
78 <xref linkend="espgs"/>,
79 <xref linkend="docbook-utils"/>,
80 <ulink url="http://www.xfig.org/">Transfig</ulink> and
81 <ulink url="http://netpbm.sourceforge.net/">Netpbm</ulink></para>
82
83 </sect2>
84
85 <sect2 role="installation">
86 <title>Installation of GStreamer</title>
87
88 <para>Install <application>GStreamer</application> by running the following
89 commands:</para>
90
91<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
92 --localstatedir=/var &amp;&amp;
93make</userinput></screen>
94
95 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
96
97<screen role="root"><userinput>make install &amp;&amp;
98if [ -d /usr/share/doc/gstreamer-&gstreamer-version;/faq/html ]; then
99 chown -v -R root:root \
100 /usr/share/doc/gstreamer-&gstreamer-version;/*/html
101fi &amp;&amp;
102gst-register</userinput></screen>
103
104 </sect2>
105
106 <sect2 role="commands">
107 <title>Command Explanations</title>
108
109 <para><parameter>--localstatedir=/var</parameter>: This switch puts
110 <command>gst-register</command>'s cache in
111 <filename class="directory">/var/cache/gstreamer-0.8</filename>
112 instead of
113 <filename class="directory">/usr/cache/gstreamer-0.8</filename>.</para>
114
115 <para><parameter>--sysconfdir=/etc</parameter>: This switch puts configuration
116 files in <filename class="directory">/etc</filename>
117 instead of <filename class="directory">/usr/etc</filename>.</para>
118
119 <para><command>chown -v -R root:root ...</command>: The documentation is
120 installed with ownerships of the user who untarred and built the package.
121 This command changes the ownerships of the installed documentation files to
122 root:root and is only executed if the documentation files were built and
123 installed.</para>
124
125 </sect2>
126
127 <sect2 role="content">
128 <title>Contents</title>
129
130 <segmentedlist>
131 <segtitle>Installed Programs</segtitle>
132 <segtitle>Installed Libraries</segtitle>
133 <segtitle>Installed Directories</segtitle>
134
135 <seglistitem>
136 <seg>gst-complete, gst-complete-0.8, gst-compprep, gst-compprep-0.8,
137 gst-feedback, gst-feedback-0.8, gst-inspect, gst-inspect-0.8, gst-launch,
138 gst-launch-0.8, gst-md5sum, gst-md5sum-0.8, gst-register, gst-register-0.8,
139 gst-typefind, gst-typefind-0.8, gst-xmllaunch, gst-xmllaunch-0.8,
140 gst-xmlinspect, and gst-xmlinspect-0.8</seg>
141 <seg>libgstcontrol-0.8.[so,a], libgstreamer-0.8.[so,a], and
142 libgst*.[so,a] plugin modules</seg>
143 <seg>/usr/include/gstreamer-0.8, /usr/lib/gstreamer-0.8,
144 /usr/share/doc/gstreamer-&gstreamer-version;,
145 /usr/share/gtk-doc/html/gstreamer-0.8,
146 /usr/share/gtk-doc/html/gstreamer-libs-0.8, and /var/cache/gstreamer-0.8</seg>
147 </seglistitem>
148 </segmentedlist>
149
150 <variablelist>
151 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
152 <?dbfo list-presentation="list"?>
153 <?dbhtml list-presentation="table"?>
154
155 <varlistentry id="gst-complete">
156 <term><command>gst-complete-0.8</command></term>
157 <listitem>
158 <para>is a utility enabling <command>bash</command> to provide
159 context sensitive tab completion for <command>gst-launch</command>
160 command lines.</para>
161 <indexterm zone="gstreamer gst-complete">
162 <primary sortas="b-gst-complete">gst-complete-0.8</primary>
163 </indexterm>
164 </listitem>
165 </varlistentry>
166
167 <varlistentry id="gst-compprep">
168 <term><command>gst-compprep-0.8</command></term>
169 <listitem>
170 <para>builds a registry of <application>GStreamer</application>
171 elements and their features that is used by
172 <command>gst-complete</command>.</para>
173 <indexterm zone="gstreamer gst-compprep">
174 <primary sortas="b-gst-compprep">gst-compprep-0.8</primary>
175 </indexterm>
176 </listitem>
177 </varlistentry>
178
179 <varlistentry id="gst-feedback">
180 <term><command>gst-feedback-0.8</command></term>
181 <listitem>
182 <para>generates debug info for <application>GStreamer</application>
183 bug reports.</para>
184 <indexterm zone="gstreamer gst-feedback">
185 <primary sortas="b-gst-feedback">gst-feedback-0.8</primary>
186 </indexterm>
187 </listitem>
188 </varlistentry>
189
190 <varlistentry id="gst-inspect">
191 <term><command>gst-inspect-0.8</command></term>
192 <listitem>
193 <para>prints information about a
194 <application>GStreamer</application> plugin or element.</para>
195 <indexterm zone="gstreamer gst-inspect">
196 <primary sortas="b-gst-inspect">gst-inspect-0.8</primary>
197 </indexterm>
198 </listitem>
199 </varlistentry>
200
201 <varlistentry id="gst-launch">
202 <term><command>gst-launch-0.8</command></term>
203 <listitem>
204 <para>is a tool that builds and runs basic
205 <application>GStreamer</application> pipelines.</para>
206 <indexterm zone="gstreamer gst-launch">
207 <primary sortas="b-gst-launch">gst-launch-0.8</primary>
208 </indexterm>
209 </listitem>
210 </varlistentry>
211
212 <varlistentry id="gst-md5sum">
213 <term><command>gst-md5sum-0.8</command></term>
214 <listitem>
215 <para>generates MD5 checksums of the data generated by a
216 <application>GStreamer</application> pipeline.</para>
217 <indexterm zone="gstreamer gst-md5sum">
218 <primary sortas="b-gst-md5sum">gst-md5sum-0.8</primary>
219 </indexterm>
220 </listitem>
221 </varlistentry>
222
223 <varlistentry id="gst-register">
224 <term><command>gst-register-0.8</command></term>
225 <listitem>
226 <para>is used to register all the <application>GStreamer</application>
227 plugins on the system. It creates a listing of their properties so that when a
228 <application>GStreamer</application> based application is started, it
229 does not need to load plugins until it needs them.</para>
230 <indexterm zone="gstreamer gst-register">
231 <primary sortas="b-gst-register">gst-register-0.8</primary>
232 </indexterm>
233 </listitem>
234 </varlistentry>
235
236 <varlistentry id="gst-typefind">
237 <term><command>gst-typefind-0.8</command></term>
238 <listitem>
239 <para>uses the <application>GStreamer</application> type finding
240 system to determine the relevant <application>GStreamer</application>
241 plugin to parse or decode a file, and determine the corresponding
242 MIME type.</para>
243 <indexterm zone="gstreamer gst-typefind">
244 <primary sortas="b-gst-typefind">gst-typefind-0.8</primary>
245 </indexterm>
246 </listitem>
247 </varlistentry>
248
249 <varlistentry id="gst-xmlinspect">
250 <term><command>gst-xmlinspect-0.8</command></term>
251 <listitem>
252 <para>prints information about a <application>GStreamer</application>
253 plugin or element in XML document format.</para>
254 <indexterm zone="gstreamer gst-xmlinspect">
255 <primary sortas="b-gst-xmlinspect">gst-xmlinspect-0.8</primary>
256 </indexterm>
257 </listitem>
258 </varlistentry>
259
260 <varlistentry id="gst-xmllaunch">
261 <term><command>gst-xmllaunch-0.8</command></term>
262 <listitem>
263 <para>is used to build and run a basic <application>GStreamer</application>
264 pipeline, loading it from an XML description.</para>
265 <indexterm zone="gstreamer gst-xmllaunch">
266 <primary sortas="b-gst-xmllaunch">gst-xmllaunch-0.8</primary>
267 </indexterm>
268 </listitem>
269 </varlistentry>
270
271 </variablelist>
272
273 </sect2>
274
275</sect1>
Note: See TracBrowser for help on using the repository browser.