source: archive/gst-plugins-base.xml@ 48b59802

11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 48b59802 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 7.9 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 gst-plugins-base-download-http "&gnome-download-http;/gst-plugins-base/0.10/gst-plugins-base-&gst-plugins-base-version;.tar.xz">
8 <!ENTITY gst-plugins-base-download-ftp "&gnome-download-ftp;/gst-plugins-base/0.10/gst-plugins-base-&gst-plugins-base-version;.tar.xz">
9 <!ENTITY gst-plugins-base-md5sum "3d2337841b132fe996e5eb2396ac9438">
10 <!ENTITY gst-plugins-base-size "2.3 MB">
11 <!ENTITY gst-plugins-base-buildsize "105 MB">
12 <!ENTITY gst-plugins-base-time "1.7 SBU">
13]>
14
15<sect1 id="gst-plugins-base"
16 xreflabel="gst-plugins-base-&gst-plugins-base-version;">
17 <?dbhtml filename="gst-plugins-base.html"?>
18
19 <sect1info>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>gst-plugins-base-&gst-plugins-base-version;</title>
24
25 <indexterm zone="gst-plugins-base">
26 <primary sortas="a-GStreamer-Base-Plug-ins">GStreamer Base Plug-ins</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to GStreamer Base Plug-ins</title>
31
32 <para>
33 The <application>GStreamer Base Plug-ins</application> is a
34 well-groomed and well-maintained collection of
35 <application>GStreamer</application> plug-ins and elements, spanning the
36 range of possible types of elements one would want to write for
37 <application>GStreamer</application>. It also contains helper libraries
38 and base classes useful for writing elements. A wide range of video and
39 audio decoders, encoders, and filters are included. Also see the
40 <xref linkend="gst-plugins-bad"/>, <xref linkend="gst-plugins-good"/>,
41 <xref linkend="gst-plugins-ugly"/>, and <xref linkend="gst-ffmpeg"/>
42 packages.
43 </para>
44
45 &lfs77_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="&gst-plugins-base-download-http;"/>
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download (FTP): <ulink url="&gst-plugins-base-download-ftp;"/>
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Download MD5 sum: &gst-plugins-base-md5sum;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Download size: &gst-plugins-base-size;
69 </para>
70 </listitem>
71 <listitem>
72 <para>
73 Estimated disk space required: &gst-plugins-base-buildsize;
74 </para>
75 </listitem>
76 <listitem>
77 <para>
78 Estimated build time: &gst-plugins-base-time;
79 </para>
80 </listitem>
81 </itemizedlist>
82
83 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
84 <itemizedlist spacing="compact">
85 <listitem>
86 <para>
87 Optional patch :
88 <ulink url="&patch-root;/gst-plugins-base-&gst-plugins-base-version;-gcc_4_9_0_i686-1.patch"/>
89 </para>
90 </listitem>
91 </itemizedlist>
92
93 <bridgehead renderas="sect3">GStreamer Base Plug-ins Dependencies</bridgehead>
94
95 <bridgehead renderas="sect4">Required</bridgehead>
96 <para role="required">
97 <xref linkend="gstreamer"/> and
98 <xref linkend="pango"/>
99 </para>
100
101 <bridgehead renderas="sect4">Recommended</bridgehead>
102 <para role="recommended">
103 <xref linkend="alsa-lib"/>,
104 <xref linkend="libgudev"/>,
105 <xref linkend="libogg"/>,
106 <xref linkend="libtheora"/>,
107 <xref linkend="libvorbis"/>, and
108 <xref linkend="xorg7-lib"/>
109 </para>
110
111 <bridgehead renderas="sect4">Optional (Required if building GNOME)</bridgehead>
112 <para role="optional">
113 <xref linkend="gobject-introspection"/>
114 </para>
115
116 <bridgehead renderas="sect4">Optional</bridgehead>
117 <para role="optional">
118 <xref linkend="cdparanoia"/>,
119 <xref linkend="gtk3"/> (required to build the examples),
120 <ulink url="http://sourceforge.net/projects/libvisual/">libvisual</ulink>,
121 <ulink url="http://code.entropywave.com/projects/orc/">ORC</ulink>,
122 <xref linkend="check"/> (required to run the unit regression tests), and
123 <xref linkend="valgrind"/>
124 (optionaly used during the unit regression tests)
125 </para>
126
127 <bridgehead renderas="sect4">Optional (Required to Rebuild the API
128 Documentation)</bridgehead>
129 <para role="optional">
130 <xref linkend="gtk-doc"/> and
131 <xref linkend="python2"/>
132 </para>
133
134 <para condition="html" role="usernotes">User Notes:
135 <ulink url="&blfs-wiki;/gst-plugins-base"/>
136 </para>
137 </sect2>
138
139 <sect2 role="installation">
140 <title>Installation of GStreamer Base Plug-ins</title>
141
142 <note><para>If you need a plugin for a given dependency, that dependency
143 needs to be installed before this application.
144 </para></note>
145
146 <para>
147 First, if you are using i686, fix a compile problem inroduced by
148 <application>&gcc-490;</application>:
149 </para>
150
151<screen role="nodump"><userinput>patch -Np1 -i ../gst-plugins-base-&gst-plugins-base-version;-gcc_4_9_0_i686-1.patch</userinput></screen>
152
153 <para>
154 Install <application>GStreamer Base Plug-ins</application> by running
155 the following commands:
156 </para>
157
158<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
159make</userinput></screen>
160
161 <para>
162 To run the unit regression tests, issue: <command>make check</command>.
163 There are many other <filename>Makefile</filename> targets you can specify
164 for running the tests, issue <command>make -C tests/check help</command>
165 to see the complete list.
166 </para>
167
168 <para>
169 Now, as the <systemitem class="username">root</systemitem> user:
170 </para>
171
172<screen role="root"><userinput>make install</userinput></screen>
173
174 </sect2>
175
176 <sect2 role="commands">
177 <title>Command Explanations</title>
178
179 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
180 href="../../xincludes/static-libraries.xml"/>
181
182 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
183 href="../../xincludes/gtk-doc-rebuild.xml"/>
184
185 </sect2>
186
187 <sect2 role="content">
188 <title>Contents</title>
189
190 <segmentedlist>
191 <segtitle>Installed Programs</segtitle>
192 <segtitle>Installed Libraries</segtitle>
193 <segtitle>Installed Directories</segtitle>
194
195 <seglistitem>
196 <seg>
197 gst-visualise-0.10
198 </seg>
199 <seg>
200 libgstapp-0.10.so, libgstaudio-0.10.so, libgstcdda-0.10.so, libgstfft-0.10.so,
201 libgstinterfaces-0.10.so, libgstnetbuffer-0.10.so, libgstpbutils-0.10.so,
202 libgstriff-0.10.so, libgstrtp-0.10.so, libgstrtsp-0.10.so, libgstsdp-0.10.so,
203 libgsttag-0.10.so and libgstvideo-0.10.so
204 </seg>
205 <seg>
206 /usr/include/gstreamer-0.10/gst/{app,audio,cdda,fft,floatcast,interfaces,netbuffer}
207 /usr/include/gstreamer-0.10/gst/{pbutils,riff,rtp,rtsp,sdp,tag,video},
208 /usr/share/gst-plugins-base,
209 /usr/share/gtk-doc/html/gst-plugins-base-libs-0.10 and
210 /usr/share/gtk-doc/html/gst-plugins-base-plugins-0.10
211 </seg>
212 </seglistitem>
213 </segmentedlist>
214
215 <variablelist>
216 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
217 <?dbfo list-presentation="list"?>
218 <?dbhtml list-presentation="table"?>
219
220 <varlistentry id="gst-visualise">
221 <term><command>gst-visualise-0.10</command></term>
222 <listitem>
223 <para>
224 is used to run a basic <application>GStreamer</application>
225 pipeline to display a graphical visualisation of an audio stream.
226 </para>
227 <indexterm zone="gst-plugins-base gst-visualise">
228 <primary sortas="b-gst-visualise">gst-visualise-0.10</primary>
229 </indexterm>
230 </listitem>
231 </varlistentry>
232
233 </variablelist>
234
235 </sect2>
236
237</sect1>
Note: See TracBrowser for help on using the repository browser.