source: multimedia/libdriv/gstreamer.xml@ 081a9c3

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 081a9c3 was 081a9c3, checked in by Randy McMurchy <randy@…>, 18 years ago

Removed unnecessary --sysconfdir and --localstatedir parameters from the GStreamer (and plugins) instructions; updated the 'Good' Plugins with a --sysconfdir parameter that will force the GConf configuration files into the correct location

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6233 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 "&gnome-download-ftp;/gstreamer/0.10/gstreamer-&gstreamer-version;.tar.bz2">
9 <!ENTITY gstreamer-md5sum "a094ea86d4cea4f23ef2eb8c6e7bfc10">
10 <!ENTITY gstreamer-size "1.6 MB">
11 <!ENTITY gstreamer-buildsize "65.3 MB">
12 <!ENTITY gstreamer-time "1.6 SBU (includes building manuals, additional 1.1 SBU to rebuild API docs and 0.5 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 role="required"><xref linkend="glib2"/> and
65 <xref linkend="libxml2"/></para>
66
67 <bridgehead renderas="sect4">Optional</bridgehead>
68 <para role="optional">
69 <ulink url="http://check.sourceforge.net/">Check</ulink>
70 (required to run the unit regression tests), and
71 <ulink url="http://www.valgrind.org/">Valgrind</ulink>
72 (optionally used during the unit regression tests)</para>
73
74 <bridgehead renderas="sect4">Optional (Required to Rebuild the API
75 Documentation)</bridgehead>
76 <para role="optional"><xref linkend="gtk-doc"/> and
77 <xref linkend="pyxml"/></para>
78
79 <bridgehead renderas="sect4">Optional (Required to Build
80 Manuals)</bridgehead>
81 <para role="optional"><xref linkend="libxslt"/>,
82 <xref linkend="tetex"/>,
83 <xref linkend="gs"/> or
84 <xref linkend="espgs"/>,
85 <xref linkend="docbook-utils"/>,
86 <ulink url="http://www.xfig.org/">Transfig</ulink>, and
87 <ulink url="http://netpbm.sourceforge.net/">Netpbm</ulink></para>
88
89 <para condition="html" role="usernotes">User Notes:
90 <ulink url="&blfs-wiki;/gstreamer"/></para>
91
92 </sect2>
93
94 <sect2 role="installation">
95 <title>Installation of GStreamer</title>
96
97 <!-- Commenting as the Valgrind stuff has been fixed, but leaving it in
98 here so in case we need it again
99 <para>Newer versions of <application>Valgrind</application> are known to
100 cause the build to break. If you have <application>Valgrind</application>
101 version &gt;= 3.1.0 installed, you should add
102 <option>-disable-valgrind</option> to the <command>configure</command>
103 command below so the build will complete.</para>
104 -->
105
106 <para>Install <application>GStreamer</application> by running the following
107 commands:</para>
108
109<screen><userinput>./configure --prefix=/usr &amp;&amp;
110make</userinput></screen>
111
112 <para>To test the results, issue: <command>make check</command>. There are
113 many other <filename>Makefile</filename> targets you can specify for
114 running the tests, issue <command>make -C tests/check help</command> to see
115 the complete list.</para>
116
117 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
118
119<screen role="root"><userinput>make install &amp;&amp;
120install -v -m755 -d /usr/share/doc/gstreamer-0.10/design &amp;&amp;
121install -v -m644 docs/design/*.txt \
122 /usr/share/doc/gstreamer-0.10/design &amp;&amp;
123if [ -d /usr/share/doc/gstreamer-0.10/faq/html ]; then
124 chown -v -R root:root \
125 /usr/share/doc/gstreamer-0.10/*/html
126fi</userinput></screen>
127
128 <para>If you did not rebuild the API documentation by passing
129 <option>--enable-gtk-doc</option> to the <command>configure</command>
130 script and you wish to install the pre-built documentation, issue the
131 following command as the <systemitem class="username">root</systemitem>
132 user:</para>
133
134<screen role="root"><userinput>for DOCS in gst libs plugins; do make -C docs/$DOCS install-data; done</userinput></screen>
135
136 <sect3>
137 <title>Testing the Installation</title>
138
139 <para>To test the functionality of the
140 <application>GStreamer</application> installation, you can run a simple
141 test as an unprivileged user (you may have to run
142 <command>ldconfig</command> as the
143 <systemitem class="username">root</systemitem> user before attempting
144 the test).</para>
145
146<screen><userinput>gst-launch -v fakesrc num_buffers=5 ! fakesink</userinput></screen>
147
148 <para>If the command outputs a series of messages from fakesrc and
149 fakesink, everything is okay.</para>
150
151 </sect3>
152
153 </sect2>
154
155 <sect2 role="commands">
156 <title>Command Explanations</title>
157
158 <para><option>--enable-gtk-doc</option>: This parameter is used to rebuild
159 and install the API documentation.</para>
160
161 <para><option>--enable-docbook</option>: This parameter is used to build
162 HTML, PDF and PostScript versions of the
163 <application>GStreamer</application> User's Manual, FAQ and Writer's Guide.
164 Note that you must have all the listed dependencies installed.</para>
165
166 <para><command>chown -v -R root:root ...</command>: The documentation is
167 installed with ownerships of the user who untarred and built the package.
168 This command changes the ownerships of the installed documentation files to
169 root:root and is only executed if the documentation files were built and
170 installed.</para>
171
172 </sect2>
173
174 <sect2 role="content">
175 <title>Contents</title>
176
177 <segmentedlist>
178 <segtitle>Installed Programs</segtitle>
179 <segtitle>Installed Libraries</segtitle>
180 <segtitle>Installed Directories</segtitle>
181
182 <seglistitem>
183 <seg>gst-feedback{,-0.10}, gst-inspect{,-0.10}, gst-launch{,-0.10},
184 gst-typefind{,-0.10}, gst-xmllaunch{,-0.10} and
185 gst-xmlinspect{,-0.10}</seg>
186 <seg>libgstbase-0.10.{so,a}, libgstcheck-0.10.{so,a},
187 libgstcontroller-0.10.{so,a}, libgstdataprotocol-0.10.{so,a},
188 libgstnet-0.10.{so,a}, libgstreamer-0.10.{so,a}, and
189 libgst*.{so,a} plugin modules</seg>
190 <seg>/usr/include/gstreamer-0.10, /usr/lib/gstreamer-0.10,
191 /usr/share/doc/gstreamer-0.10,
192 /usr/share/gtk-doc/html/gstreamer{,-libs,-plugins}-0.10</seg>
193 </seglistitem>
194 </segmentedlist>
195
196 <variablelist>
197 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
198 <?dbfo list-presentation="list"?>
199 <?dbhtml list-presentation="table"?>
200
201 <varlistentry id="gst-feedback">
202 <term><command>gst-feedback-0.10</command></term>
203 <listitem>
204 <para>generates debug info for <application>GStreamer</application>
205 bug reports.</para>
206 <indexterm zone="gstreamer gst-feedback">
207 <primary sortas="b-gst-feedback">gst-feedback-0.10</primary>
208 </indexterm>
209 </listitem>
210 </varlistentry>
211
212 <varlistentry id="gst-inspect">
213 <term><command>gst-inspect-0.10</command></term>
214 <listitem>
215 <para>prints information about a
216 <application>GStreamer</application> plugin or element.</para>
217 <indexterm zone="gstreamer gst-inspect">
218 <primary sortas="b-gst-inspect">gst-inspect-0.10</primary>
219 </indexterm>
220 </listitem>
221 </varlistentry>
222
223 <varlistentry id="gst-launch">
224 <term><command>gst-launch-0.10</command></term>
225 <listitem>
226 <para>is a tool that builds and runs basic
227 <application>GStreamer</application> pipelines.</para>
228 <indexterm zone="gstreamer gst-launch">
229 <primary sortas="b-gst-launch">gst-launch-0.10</primary>
230 </indexterm>
231 </listitem>
232 </varlistentry>
233
234 <varlistentry id="gst-typefind">
235 <term><command>gst-typefind-0.10</command></term>
236 <listitem>
237 <para>uses the <application>GStreamer</application> type finding
238 system to determine the relevant <application>GStreamer</application>
239 plugin to parse or decode a file, and determine the corresponding
240 MIME type.</para>
241 <indexterm zone="gstreamer gst-typefind">
242 <primary sortas="b-gst-typefind">gst-typefind-0.10</primary>
243 </indexterm>
244 </listitem>
245 </varlistentry>
246
247 <varlistentry id="gst-xmlinspect">
248 <term><command>gst-xmlinspect-0.10</command></term>
249 <listitem>
250 <para>prints information about a <application>GStreamer</application>
251 plugin or element in XML document format.</para>
252 <indexterm zone="gstreamer gst-xmlinspect">
253 <primary sortas="b-gst-xmlinspect">gst-xmlinspect-0.10</primary>
254 </indexterm>
255 </listitem>
256 </varlistentry>
257
258 <varlistentry id="gst-xmllaunch">
259 <term><command>gst-xmllaunch-0.10</command></term>
260 <listitem>
261 <para>is used to build and run a basic <application>GStreamer</application>
262 pipeline, loading it from an XML description.</para>
263 <indexterm zone="gstreamer gst-xmllaunch">
264 <primary sortas="b-gst-xmllaunch">gst-xmllaunch-0.10</primary>
265 </indexterm>
266 </listitem>
267 </varlistentry>
268
269 </variablelist>
270
271 </sect2>
272
273</sect1>
Note: See TracBrowser for help on using the repository browser.