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

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 276015d2 was 43a05b2, checked in by Randy McMurchy <randy@…>, 17 years ago

Updated to GStreamer-0.10.11, GST Plugins Base-0.10.11, GST Plugins Good-0.10.4 and GST Plugins Ugly-0.10.4

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

  • Property mode set to 100644
File size: 6.6 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 gst-plugins-base-download-http "http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-&gst-plugins-base-version;.tar.bz2">
8 <!ENTITY gst-plugins-base-download-ftp " ">
9 <!-- <!ENTITY gst-plugins-base-download-ftp "&gnome-download-ftp;/gst-plugins-base/0.10/gst-plugins-base-&gst-plugins-base-version;.tar.bz2"> -->
10 <!ENTITY gst-plugins-base-md5sum "2e78ff25635b31d948def7c2b2d79054">
11 <!ENTITY gst-plugins-base-size "1.4 MB">
12 <!ENTITY gst-plugins-base-buildsize "up to 60 MB (depends on what dependencies are installed)">
13 <!ENTITY gst-plugins-base-time "up to 1.5 SBU (0.5 SBU to run the test suite)">
14]>
15
16<sect1 id="gst-plugins-base"
17 xreflabel="GStreamer Base Plug-ins-&gst-plugins-base-version;">
18 <?dbhtml filename="gst-plugins-base.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>GStreamer Base Plug-ins-&gst-plugins-base-version;</title>
26
27 <indexterm zone="gst-plugins-base">
28 <primary sortas="a-GStreamer-Base-Plug-ins">GStreamer Base Plug-ins</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to GStreamer Base Plug-ins</title>
33
34 <para>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-good"/>, <xref linkend="gst-plugins-ugly"/>,
42 <ulink url="http://gstreamer.freedesktop.org/modules/gst-plugins-bad.html">
43 GStreamer Bad Plug-ins</ulink> and <ulink
44 url="http://gstreamer.freedesktop.org/modules/gst-ffmpeg.html">GStreamer
45 FFmpeg plug-in</ulink> packages.</para>
46
47 <bridgehead renderas="sect3">Package Information</bridgehead>
48 <itemizedlist spacing="compact">
49 <listitem>
50 <para>Download (HTTP): <ulink url="&gst-plugins-base-download-http;"/></para>
51 </listitem>
52 <listitem>
53 <para>Download (FTP): <ulink url="&gst-plugins-base-download-ftp;"/></para>
54 </listitem>
55 <listitem>
56 <para>Download MD5 sum: &gst-plugins-base-md5sum;</para>
57 </listitem>
58 <listitem>
59 <para>Download size: &gst-plugins-base-size;</para>
60 </listitem>
61 <listitem>
62 <para>Estimated disk space required: &gst-plugins-base-buildsize;</para>
63 </listitem>
64 <listitem>
65 <para>Estimated build time: &gst-plugins-base-time;</para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">GStreamer Base Plug-ins Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required"><xref linkend="gstreamer"/> and
73 <ulink url="http://www.schleef.org/liboil/">liboil</ulink></para>
74
75 <bridgehead renderas="sect4">Optional</bridgehead>
76 <para role="optional"><xref linkend="alsa"/>,
77 <xref linkend="libogg"/>,
78 <xref linkend="libvorbis"/>,
79 <ulink url="http://www.theora.org/">Theora</ulink>,
80 <xref linkend="cdparanoia"/>,
81 <xref linkend="freetype2"/>,
82 <xref linkend="pango"/>,
83 <xref linkend="gtk2"/> (required to build the examples),
84 <xref linkend="x-window-system"/>,
85 <xref linkend="gnome-vfs"/>,
86 <ulink url="http://sourceforge.net/projects/libvisual/">libvisual</ulink>,
87 <ulink url="http://check.sourceforge.net/">Check</ulink>
88 (required to run the unit regression tests), and
89 <ulink url="http://www.valgrind.org/">Valgrind</ulink>
90 (optionally used during the unit regression tests)</para>
91
92 <bridgehead renderas="sect4">Optional (Required to Rebuild the API
93 Documentation)</bridgehead>
94 <para role="optional"><xref linkend="gtk-doc"/> and
95 <xref linkend="pyxml"/></para>
96
97 <para condition="html" role="usernotes">User Notes:
98 <ulink url="&blfs-wiki;/gst-plugins-base"/></para>
99
100 </sect2>
101
102 <sect2 role="installation">
103 <title>Installation of GStreamer Base Plug-ins</title>
104
105 <para>Install <application>GStreamer Base Plug-ins</application> by running
106 the following commands:</para>
107
108<screen><userinput>./configure --prefix=/usr &amp;&amp;
109make</userinput></screen>
110
111 <para>To test the results, issue: <command>make check</command>. There are
112 many other <filename>Makefile</filename> targets you can specify for
113 running the tests, issue <command>make -C tests/check help</command> to see
114 the complete list.</para>
115
116 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
117
118<screen role="root"><userinput>make install</userinput></screen>
119
120 <para>If you did not rebuild the API documentation by passing
121 <option>--enable-gtk-doc</option> to the <command>configure</command>
122 script and you wish to install the pre-built documentation, issue the
123 following command as the <systemitem class="username">root</systemitem>
124 user:</para>
125
126<screen role="root"><userinput>make -C docs/libs install-data &amp;&amp;
127make -C docs/plugins install-data</userinput></screen>
128
129 </sect2>
130
131 <sect2 role="content">
132 <title>Contents</title>
133
134 <segmentedlist>
135 <segtitle>Installed Programs</segtitle>
136 <segtitle>Installed Libraries</segtitle>
137 <segtitle>Installed Directories</segtitle>
138
139 <seglistitem>
140 <seg>gst-visualise-0.10</seg>
141 <seg>libgst*.{so,a} and numerous <application>GStreamer</application>
142 plugins</seg>
143 <seg>/usr/include/gstreamer-0.10/gst/{too numerous to list} and
144 /usr/share/gtk-doc/html/gst-plugins-base-libs-0.10</seg>
145 </seglistitem>
146 </segmentedlist>
147
148 <variablelist>
149 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
150 <?dbfo list-presentation="list"?>
151 <?dbhtml list-presentation="table"?>
152
153 <varlistentry id="gst-visualise">
154 <term><command>gst-visualise-0.10</command></term>
155 <listitem>
156 <para>is used to run a basic <application>GStreamer</application>
157 pipeline to display a graphical visualisation of an audio stream.</para>
158 <indexterm zone="gst-plugins-base gst-visualise">
159 <primary sortas="b-gst-visualise">gst-visualise-0.10</primary>
160 </indexterm>
161 </listitem>
162 </varlistentry>
163
164 </variablelist>
165
166 </sect2>
167
168</sect1>
Note: See TracBrowser for help on using the repository browser.