source: multimedia/libdriv/gstreamer.xml@ 65df2435

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.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 65df2435 was ab5b06b, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Tagged id3lib.xml

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

  • Property mode set to 100644
File size: 10.4 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 "3de474d993e23c901e9dfdd1fea486e0">
10 <!ENTITY gstreamer-size "1.4 MB">
11 <!ENTITY gstreamer-buildsize "78 MB">
12 <!ENTITY gstreamer-time "3.0 SBU (includes building docs, additional 1.0 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;
98chown -v -R root:root /usr/share/doc/gstreamer-&gstreamer-version;/*/html &amp;&amp;
99gst-register</userinput></screen>
100
101 </sect2>
102
103 <sect2 role="commands">
104 <title>Command Explanations</title>
105
106 <para><parameter>--localstatedir=/var</parameter>: This switch puts
107 <command>gst-register</command>'s cache in
108 <filename class="directory">/var/cache/gstreamer-0.8</filename>
109 instead of
110 <filename class="directory">/usr/cache/gstreamer-0.8</filename>.</para>
111
112 <para><parameter>--sysconfdir=/etc</parameter>: This switch puts configuration
113 files in <filename class="directory">/etc</filename>
114 instead of <filename class="directory">/usr/etc</filename>.</para>
115
116 <para><command>chown -v -R root:root ...</command>: The documentation is
117 installed with ownerships of the user who untarred and built the package.
118 This command changes the ownerships of the installed documentation files to
119 root:root.</para>
120
121 </sect2>
122
123 <sect2 role="content">
124 <title>Contents</title>
125
126 <segmentedlist>
127 <segtitle>Installed Programs</segtitle>
128 <segtitle>Installed Libraries</segtitle>
129 <segtitle>Installed Directories</segtitle>
130
131 <seglistitem>
132 <seg>gst-complete, gst-complete-0.8, gst-compprep, gst-compprep-0.8,
133 gst-feedback, gst-feedback-0.8, gst-inspect, gst-inspect-0.8, gst-launch,
134 gst-launch-0.8, gst-md5sum, gst-md5sum-0.8, gst-register, gst-register-0.8,
135 gst-typefind, gst-typefind-0.8, gst-xmllaunch, gst-xmllaunch-0.8,
136 gst-xmlinspect, and gst-xmlinspect-0.8</seg>
137 <seg>libgstcontrol-0.8.[so,a], libgstreamer-0.8.[so,a], and
138 libgst*.[so,a] plugin modules</seg>
139 <seg>/usr/include/gstreamer-0.8, /usr/lib/gstreamer-0.8,
140 /usr/share/doc/gstreamer-&gstreamer-version;,
141 /usr/share/gtk-doc/html/gstreamer-0.8,
142 /usr/share/gtk-doc/html/gstreamer-libs-0.8, and /var/cache/gstreamer-0.8</seg>
143 </seglistitem>
144 </segmentedlist>
145
146 <variablelist>
147 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
148 <?dbfo list-presentation="list"?>
149 <?dbhtml list-presentation="table"?>
150
151 <varlistentry id="gst-complete">
152 <term><command>gst-complete-0.8</command></term>
153 <listitem>
154 <para>is a utility enabling <command>bash</command> to provide
155 context sensitive tab completion for <command>gst-launch</command>
156 command lines.</para>
157 <indexterm zone="gstreamer gst-complete">
158 <primary sortas="b-gst-complete">gst-complete-0.8</primary>
159 </indexterm>
160 </listitem>
161 </varlistentry>
162
163 <varlistentry id="gst-compprep">
164 <term><command>gst-compprep-0.8</command></term>
165 <listitem>
166 <para>builds a registry of <application>GStreamer</application>
167 elements and their features that is used by
168 <command>gst-complete</command>.</para>
169 <indexterm zone="gstreamer gst-compprep">
170 <primary sortas="b-gst-compprep">gst-compprep-0.8</primary>
171 </indexterm>
172 </listitem>
173 </varlistentry>
174
175 <varlistentry id="gst-feedback">
176 <term><command>gst-feedback-0.8</command></term>
177 <listitem>
178 <para>generates debug info for <application>GStreamer</application>
179 bug reports.</para>
180 <indexterm zone="gstreamer gst-feedback">
181 <primary sortas="b-gst-feedback">gst-feedback-0.8</primary>
182 </indexterm>
183 </listitem>
184 </varlistentry>
185
186 <varlistentry id="gst-inspect">
187 <term><command>gst-inspect-0.8</command></term>
188 <listitem>
189 <para>prints information about a
190 <application>GStreamer</application> plugin or element.</para>
191 <indexterm zone="gstreamer gst-inspect">
192 <primary sortas="b-gst-inspect">gst-inspect-0.8</primary>
193 </indexterm>
194 </listitem>
195 </varlistentry>
196
197 <varlistentry id="gst-launch">
198 <term><command>gst-launch-0.8</command></term>
199 <listitem>
200 <para>is a tool that builds and runs basic
201 <application>GStreamer</application> pipelines.</para>
202 <indexterm zone="gstreamer gst-launch">
203 <primary sortas="b-gst-launch">gst-launch-0.8</primary>
204 </indexterm>
205 </listitem>
206 </varlistentry>
207
208 <varlistentry id="gst-md5sum">
209 <term><command>gst-md5sum-0.8</command></term>
210 <listitem>
211 <para>generates MD5 checksums of the data generated by a
212 <application>GStreamer</application> pipeline.</para>
213 <indexterm zone="gstreamer gst-md5sum">
214 <primary sortas="b-gst-md5sum">gst-md5sum-0.8</primary>
215 </indexterm>
216 </listitem>
217 </varlistentry>
218
219 <varlistentry id="gst-register">
220 <term><command>gst-register-0.8</command></term>
221 <listitem>
222 <para>is used to register all the <application>GStreamer</application>
223 plugins on the system. It creates a listing of their properties so that when a
224 <application>GStreamer</application> based application is started, it
225 does not need to load plugins until it needs them.</para>
226 <indexterm zone="gstreamer gst-register">
227 <primary sortas="b-gst-register">gst-register-0.8</primary>
228 </indexterm>
229 </listitem>
230 </varlistentry>
231
232 <varlistentry id="gst-typefind">
233 <term><command>gst-typefind-0.8</command></term>
234 <listitem>
235 <para>uses the <application>GStreamer</application> type finding
236 system to determine the relevant <application>GStreamer</application>
237 plugin to parse or decode a file, and determine the corresponding
238 MIME type.</para>
239 <indexterm zone="gstreamer gst-typefind">
240 <primary sortas="b-gst-typefind">gst-typefind-0.8</primary>
241 </indexterm>
242 </listitem>
243 </varlistentry>
244
245 <varlistentry id="gst-xmlinspect">
246 <term><command>gst-xmlinspect-0.8</command></term>
247 <listitem>
248 <para>prints information about a <application>GStreamer</application>
249 plugin or element in XML document format.</para>
250 <indexterm zone="gstreamer gst-xmlinspect">
251 <primary sortas="b-gst-xmlinspect">gst-xmlinspect-0.8</primary>
252 </indexterm>
253 </listitem>
254 </varlistentry>
255
256 <varlistentry id="gst-xmllaunch">
257 <term><command>gst-xmllaunch-0.8</command></term>
258 <listitem>
259 <para>is used to build and run a basic <application>GStreamer</application>
260 pipeline, loading it from an XML description.</para>
261 <indexterm zone="gstreamer gst-xmllaunch">
262 <primary sortas="b-gst-xmllaunch">gst-xmllaunch-0.8</primary>
263 </indexterm>
264 </listitem>
265 </varlistentry>
266
267 </variablelist>
268
269 </sect2>
270
271</sect1>
272
Note: See TracBrowser for help on using the repository browser.