source: multimedia/libdriv/gst10-plugins-base.xml@ 4890200

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 4890200 was 4890200, checked in by Krejzi <krejzi@…>, 11 years ago

Packages updates and fixes.

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

  • Property mode set to 100644
File size: 6.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 gst10-plugins-base-download-http "&gstreamer-dl;/gst-plugins-base/gst-plugins-base-&gst10-plugins-base-version;.tar.xz">
8 <!ENTITY gst10-plugins-base-download-ftp " ">
9 <!ENTITY gst10-plugins-base-md5sum "b5b43cfbf82b413ce2e07a190d87e68f">
10 <!ENTITY gst10-plugins-base-size "2.3 MB">
11 <!ENTITY gst10-plugins-base-buildsize "120 MB">
12 <!ENTITY gst10-plugins-base-time "1.2 SBU">
13]>
14
15<sect1 id="gst10-plugins-base" xreflabel="gst-plugins-base-&gst10-plugins-base-version;">
16 <?dbhtml filename="gst10-plugins-base.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>gst-plugins-base-&gst10-plugins-base-version;</title>
24
25 <indexterm zone="gst10-plugins-base">
26 <primary sortas="a-gst-plugins-base">gst-plugins-base</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 well-groomed and
34 well-maintained collection of <application>GStreamer</application> plug-ins
35 and elements, spanning the range of possible types of elements one would want
36 to write for <application>GStreamer</application>. You will need at least one
37 of Good, Bad, Ugly or Libav plugins for <application>GStreamer</application>
38 applications to function properly.
39 </para>
40
41 &lfs73_checked;
42
43 &gst-compat;
44
45 <bridgehead renderas="sect3">Package Information</bridgehead>
46 <itemizedlist spacing="compact">
47 <listitem>
48 <para>
49 Download (HTTP): <ulink url="&gst10-plugins-base-download-http;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download (FTP): <ulink url="&gst10-plugins-base-download-ftp;"/>
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download MD5 sum: &gst10-plugins-base-md5sum;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Download size: &gst10-plugins-base-size;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated disk space required: &gst10-plugins-base-buildsize;
70 </para>
71 </listitem>
72 <listitem>
73 <para>
74 Estimated build time: &gst10-plugins-base-time;
75 </para>
76 </listitem>
77 </itemizedlist>
78
79 <bridgehead renderas="sect3">GStreamer Base Plug-ins Dependencies</bridgehead>
80
81 <bridgehead renderas="sect4">Required</bridgehead>
82 <para role="required">
83 <xref linkend="gstreamer10"/> and
84 <xref linkend="libxml2"/>
85 </para>
86
87 <bridgehead renderas="sect4">Recommended</bridgehead>
88 <para role="recommended">
89 <xref linkend="alsa-lib"/>,
90 <xref linkend="gobject-introspection"/>,
91 <xref linkend="iso-codes"/>,
92 <xref linkend="libogg"/>,
93 <xref linkend="libtheora"/>,
94 <xref linkend="libvorbis"/>,
95 <xref linkend="pango"/> and
96 <xref linkend="xorg7-lib"/>
97 </para>
98
99 <bridgehead renderas="sect4">Optional</bridgehead>
100 <para role="optional">
101 <xref linkend="cdparanoia"/>,
102 <xref linkend="gtk3"/>,
103 <xref linkend="gtk-doc"/>,
104 <ulink url="http://sourceforge.net/projects/libvisual/">libvisual</ulink>,
105 <ulink url="http://code.entropywave.com/projects/orc/">ORC</ulink> and
106 <ulink url="http://www.valgrind.org/">Valgrind</ulink>
107 </para>
108
109 <para condition="html" role="usernotes">
110 User Notes: <ulink url="&blfs-wiki;/gst10-plugins-base"/>
111 </para>
112 </sect2>
113
114 <sect2 role="installation">
115 <title>Installation of GStreamer Base Plug-ins</title>
116
117 <para>
118 Install <application>GStreamer Base Plug-ins</application> by running the
119 following commands:
120 </para>
121
122<screen><userinput>./configure --prefix=/usr \
123 --with-package-name="GStreamer Base Plugins &gst10-plugins-base-version; BLFS" \
124 --with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/" &amp;&amp;
125make</userinput></screen>
126
127 <para>
128 To test the results, issue: <command>make check</command>.
129 </para>
130
131 <para>
132 Now, as the <systemitem class="username">root</systemitem> user:
133 </para>
134
135<screen role="root"><userinput>make install</userinput></screen>
136 </sect2>
137
138 <sect2 role="content">
139 <title>Contents</title>
140
141 <segmentedlist>
142 <segtitle>Installed Programs</segtitle>
143 <segtitle>Installed Libraries</segtitle>
144 <segtitle>Installed Directories</segtitle>
145
146 <seglistitem>
147 <seg>
148 gst-discoverer-1.0 and gst-visualise-1.0
149 </seg>
150 <seg>
151 libgstapp-1.0.so, libgstaudio-1.0.so, libgstfft-1.0.so, libgstpbutils-1.0.so,
152 libgstriff-1.0.so, libgstrtp-1.0.so, libgstrtsp-1.0.so, libgstsdp-1.0.so,
153 libgsttag-1.0.so, libgstvideo-1.0.so and several plugins in
154 /usr/lib/gstreamer-1.0
155 </seg>
156 <seg>
157 /usr/include/gstreamer-1.0/gst/app,
158 /usr/include/gstreamer-1.0/gst/audio,
159 /usr/include/gstreamer-1.0/gst/fft,
160 /usr/include/gstreamer-1.0/gst/pbutils,
161 /usr/include/gstreamer-1.0/gst/riff,
162 /usr/include/gstreamer-1.0/gst/rtp,
163 /usr/include/gstreamer-1.0/gst/rtsp,
164 /usr/include/gstreamer-1.0/gst/sdp,
165 /usr/include/gstreamer-1.0/gst/tag,
166 /usr/include/gstreamer-1.0/gst/video,
167 /usr/share/gst-plugins-base/1.0,
168 /usr/share/gtk-doc/html/gst-plugins-base-libs-1.0 and
169 /usr/share/gtk-doc/html/gst-plugins-base-plugins-1.0
170 </seg>
171 </seglistitem>
172 </segmentedlist>
173
174 <variablelist>
175 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
176 <?dbfo list-presentation="list"?>
177 <?dbhtml list-presentation="table"?>
178
179 <varlistentry id="gst-visualise-1">
180 <term><command>gst-visualise-1.0</command></term>
181 <listitem>
182 <para>
183 is a tool that is used to run a basic <application>GStreamer</application>
184 pipeline, to display a graphical visualisation of an audio stream.
185 </para>
186 <indexterm zone="gst10-plugins-base gst-visualise-1">
187 <primary sortas="b-gst-visualise-1">gst-visualise-1.0</primary>
188 </indexterm>
189 </listitem>
190 </varlistentry>
191
192 </variablelist>
193
194 </sect2>
195
196</sect1>
Note: See TracBrowser for help on using the repository browser.