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

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 1604b8ff was 1604b8ff, checked in by Krejzi <krejzi@…>, 12 years ago

Add GStreamer and GStreamer Base Plugins 1.0 development series, but comment out their pages yet.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10621 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.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
8 "&gstreamer-dl;/gst-plugins-base/gst-plugins-base-&gst10-plugins-base-version;.tar.xz">
9 <!ENTITY gst10-plugins-base-download-ftp " ">
10 <!ENTITY gst10-plugins-base-md5sum "2fadc76bb0e6df5fd2aceae90ed5a3ee">
11 <!ENTITY gst10-plugins-base-size "2.3 MB">
12 <!ENTITY gst10-plugins-base-buildsize "110 MB">
13 <!ENTITY gst10-plugins-base-time "1.8 SBU">
14]>
15
16<sect1 id="gst10-plugins-base" xreflabel="gst-plugins-base-&gst10-plugins-base-version;">
17 <?dbhtml filename="gst10-plugins-base.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>gst-plugins-base-&gst10-plugins-base-version;</title>
25
26 <indexterm zone="gst10-plugins-base">
27 <primary sortas="a-gst-plugins-base">gst-plugins-base</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 well-groomed and
35 well-maintained collection of <application>GStreamer</application> plug-ins
36 and elements, spanning the range of possible types of elements one would want
37 to write for <application>GStreamer</application>.
38 <application>GStreamer</application> 1.0 series are not API nor ABI compatible
39 with <application>GStreamer</application> 0.10 series, so both can co-exist on
40 the same system. You will need at least one of Good, Bad, Ugly or FFmpeg plugins
41 for <application>GStreamer</application> applications to function properly.
42 </para>
43
44 &lfs72_checked;
45
46 <bridgehead renderas="sect3">Package Information</bridgehead>
47 <itemizedlist spacing="compact">
48 <listitem>
49 <para>
50 Download (HTTP): <ulink url="&gst10-plugins-base-download-http;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download (FTP): <ulink url="&gst10-plugins-base-download-ftp;"/>
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download MD5 sum: &gst10-plugins-base-md5sum;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Download size: &gst10-plugins-base-size;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated disk space required: &gst10-plugins-base-buildsize;
71 </para>
72 </listitem>
73 <listitem>
74 <para>
75 Estimated build time: &gst10-plugins-base-time;
76 </para>
77 </listitem>
78 </itemizedlist>
79
80 <bridgehead renderas="sect3">GStreamer Base Plug-ins Dependencies</bridgehead>
81
82 <bridgehead renderas="sect4">Required</bridgehead>
83 <para role="required">
84 <xref linkend="gstreamer10"/>
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.