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

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

Added new package GStreamer Base Plug-ins-0.10.8

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

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