source: multimedia/libdriv/gst-plugins-base.xml@ b9b17d1b

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 b9b17d1b was c0135e8c, checked in by Krejzi <krejzi@…>, 12 years ago

Mark some packages as 7.2 checked. Part 6 - Multimedia.

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

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