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

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 17fd9b0 was 41067694, checked in by Andrew Benton <andy@…>, 12 years ago

Don't recommend gobject-introspection for libnotify or librsvg.
It adds nothing but problems if you're not installing Gnome

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

  • Property mode set to 100644
File size: 7.5 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>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-good"/>, <xref linkend="gst-plugins-bad"/>,
41 <xref linkend="gst-plugins-ugly"/>, and <xref linkend="gst-ffmpeg"/>
42 packages.</para>
43
44 &lfs70_checked;
45
46 <bridgehead renderas="sect3">Package Information</bridgehead>
47 <itemizedlist spacing="compact">
48 <listitem>
49 <para>Download (HTTP): <ulink url="&gst-plugins-base-download-http;"/></para>
50 </listitem>
51 <listitem>
52 <para>Download (FTP): <ulink url="&gst-plugins-base-download-ftp;"/></para>
53 </listitem>
54 <listitem>
55 <para>Download MD5 sum: &gst-plugins-base-md5sum;</para>
56 </listitem>
57 <listitem>
58 <para>Download size: &gst-plugins-base-size;</para>
59 </listitem>
60 <listitem>
61 <para>Estimated disk space required: &gst-plugins-base-buildsize;</para>
62 </listitem>
63 <listitem>
64 <para>Estimated build time: &gst-plugins-base-time;</para>
65 </listitem>
66 </itemizedlist>
67
68 <bridgehead renderas="sect3">GStreamer Base Plug-ins Dependencies</bridgehead>
69
70 <bridgehead renderas="sect4">Required</bridgehead>
71 <para role="required">
72 <xref linkend="gstreamer"/> and
73 <xref linkend="pango"/></para>
74
75 <bridgehead renderas="sect4">Optional</bridgehead>
76 <para role="optional">
77 <xref linkend="alsa-lib"/>,
78 <xref linkend="cdparanoia"/>,
79 <xref linkend="gobject-introspection"/> (required if building Gnome),
80 <xref linkend="gtk2"/> or
81 <xref linkend="gtk3"/> (required to build the examples),
82 <xref linkend="libogg"/>,
83 <xref linkend="libtheora"/>,
84 <ulink url="http://sourceforge.net/projects/libvisual/">libvisual</ulink>,
85 <xref linkend="libvorbis"/>,
86 <ulink url="http://code.entropywave.com/projects/orc/">ORC</ulink>,
87 <xref linkend="udev"/> (gudev),
88 <xref linkend="x-window-system"/>,
89 <xref linkend="check"/> (required to run the unit regression tests), and
90 <ulink url="http://www.valgrind.org/">Valgrind</ulink>
91 (optionally used during the unit regression tests)
92 </para>
93
94 <bridgehead renderas="sect4">Optional (Required to Rebuild the API
95 Documentation)</bridgehead>
96 <para role="optional"><xref linkend="gtk-doc"/> and
97 <xref linkend="python2"/> (compiled against an XML parser such as
98 <xref linkend=" expat"/>).</para>
99
100 <para condition="html" role="usernotes">User Notes:
101 <ulink url="&blfs-wiki;/gst-plugins-base"/></para>
102
103 </sect2>
104
105 <sect2 role="installation">
106 <title>Installation of GStreamer Base Plug-ins</title>
107
108 <para>Install <application>GStreamer Base Plug-ins</application> by running
109 the following commands:</para>
110
111<screen><userinput>sed -i 's/\(.*gtkdoc-rebase --relative.* \)\(;.*\)/\1|| true\2/' \
112 docs/libs/Makefile.in &amp;&amp;
113./configure --prefix=/usr &amp;&amp;
114make</userinput></screen>
115
116 <!-- without libcheck, 'make check' is pointless -->
117 <para>To run the unit regression tests, issue: <command>make check</command>.
118 There are
119 many other <filename>Makefile</filename> targets you can specify for
120 running the tests, issue <command>make -C tests/check help</command> to see
121 the complete list.</para>
122
123 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
124
125<screen role="root"><userinput>make install</userinput></screen>
126
127 <!-- Docs are installed now
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>make -C docs/libs install-data &amp;&amp;
135make -C docs/plugins install-data</userinput></screen>-->
136
137 </sect2>
138
139 <sect2 role="commands">
140 <title>Command Explanations</title>
141
142 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
143 href="../../xincludes/gtk-doc-rebuild.xml"/>
144
145 <para><option>sed -i 's/\(.*gtkdoc-rebase --relative.* \)\(;.*\)/\1|| true\2/' \
146 docs/libs/Makefile.in</option>: This Makefile tests if
147 <command>gtkdoc-rebase</command> is present, and only uses it if it is,
148 but the test <command>which gtk-doc</command> is interpreted as an error by
149 <command>make</command> if <command>gtkdoc-rebase</command> is not present. The
150 <command>sed</command> command ensures the command is always regarded as
151 successful.</para>
152
153 <para><option>--disable-static</option>: This switch prevents the static
154 libraries from being built.</para>
155
156 </sect2>
157
158 <sect2 role="content">
159 <title>Contents</title>
160
161 <segmentedlist>
162 <segtitle>Installed Programs</segtitle>
163 <segtitle>Installed Libraries</segtitle>
164 <segtitle>Installed Directories</segtitle>
165
166 <seglistitem>
167 <seg>gst-visualise-0.10</seg>
168 <seg>libgst*.{so,a} and numerous <application>GStreamer</application>
169 plugins</seg>
170 <seg>/usr/include/gstreamer-0.10/gst/{too numerous to list} and
171 /usr/share/gtk-doc/html/gst-plugins-base-libs-0.10</seg>
172 </seglistitem>
173 </segmentedlist>
174
175 <variablelist>
176 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
177 <?dbfo list-presentation="list"?>
178 <?dbhtml list-presentation="table"?>
179
180 <varlistentry id="gst-visualise">
181 <term><command>gst-visualise-0.10</command></term>
182 <listitem>
183 <para>is used to run a basic <application>GStreamer</application>
184 pipeline to display a graphical visualisation of an audio stream.</para>
185 <indexterm zone="gst-plugins-base gst-visualise">
186 <primary sortas="b-gst-visualise">gst-visualise-0.10</primary>
187 </indexterm>
188 </listitem>
189 </varlistentry>
190
191 </variablelist>
192
193 </sect2>
194
195</sect1>
Note: See TracBrowser for help on using the repository browser.