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

ken/TL2024 lazarus trunk
Last change on this file since c0bc0a9 was c0bc0a9, checked in by Xi Ruoyao <xry111@…>, 2 months ago

Update to glib-2.80.0 and gobject-introspection-1.80.0

Merge gobject-introspection into glib page to better handle a circular
dependency between these two packages.

  • Property mode set to 100644
File size: 8.6 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 "8b3fdd849cfc198c8e5ceb3d8513661b">
11 <!ENTITY gst10-plugins-base-size "2.3 MB">
12 <!ENTITY gst10-plugins-base-buildsize "96 MB (with tests)">
13 <!ENTITY gst10-plugins-base-time "0.7 SBU (Using parallelism=4; with tests)">
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
20 <title>gst-plugins-base-&gst10-plugins-base-version;</title>
21
22 <indexterm zone="gst10-plugins-base">
23 <primary sortas="a-gst-plugins-base">gst-plugins-base</primary>
24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to GStreamer Base Plug-ins</title>
28
29 <para>
30 The <application>GStreamer Base Plug-ins</application> is a well-groomed and
31 well-maintained collection of <application>GStreamer</application> plug-ins
32 and elements, spanning the range of possible types of elements one would want
33 to write for <application>GStreamer</application>. You will need at least one
34 of Good, Bad, Ugly or Libav plugins for <application>GStreamer</application>
35 applications to function properly.
36 </para>
37
38 &lfs121_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&gst10-plugins-base-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&gst10-plugins-base-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &gst10-plugins-base-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &gst10-plugins-base-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &gst10-plugins-base-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &gst10-plugins-base-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">GStreamer Base Plug-ins Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="gstreamer10"/>
79 </para>
80
81 <!-- Common formats, output and input codecs and requirements
82 for GNOME apps. What's a multimedia framework useful if it
83 can't be used to play anything (common)? -->
84 <bridgehead renderas="sect4">Recommended</bridgehead>
85 <para role="recommended">
86 <xref linkend="alsa-lib"/>,
87 <xref linkend="cdparanoia"/> (for building the CDDA plugin),
88 &gobject-introspection;,
89 <xref linkend="iso-codes"/>,
90 <xref linkend="libgudev"/>,
91 <xref linkend="libjpeg"/>,
92 <xref linkend="libogg"/>,
93 <xref linkend="libpng"/>,
94 <xref linkend="libvorbis"/>,
95 <xref linkend="mesa"/>,
96 <xref linkend="pango"/>,
97 <xref linkend="wayland-protocols"/>, and
98 <xref linkend="xorg7-lib"/>
99 </para>
100
101 <bridgehead renderas="sect4">Optional</bridgehead>
102 <para role="optional">
103 <xref linkend="graphene"/>,
104 <xref linkend="gtk3"/> (for examples),
105 <!--<xref linkend="libtheora"/>,-->
106 <xref linkend="opus"/>,
107 &qt5-deps; (for examples),
108 <xref linkend="sdl2"/>,
109 <xref linkend="valgrind"/>,
110 <ulink url="https://pypi.org/project/hotdoc">hotdoc</ulink>,
111 <ulink url="http://www.theora.org">libtheora</ulink>,
112 <ulink url="http://libvisual.org/">libvisual</ulink>,
113 <ulink url="https://gstreamer.freedesktop.org/src/orc/">Orc</ulink>, and
114 <ulink url="https://wiki.xiph.org/Tremor">Tremor</ulink>
115 </para>
116
117 </sect2>
118
119 <sect2 role="installation">
120 <title>Installation of GStreamer Base Plug-ins</title>
121 <!--
122 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
123 href="../../xincludes/gst10-objc-error.xml"/>
124 -->
125 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
126 href="../../xincludes/gst10-plugins.xml"/>
127
128 <para>
129 Install <application>GStreamer Base Plug-ins</application> by running the
130 following commands:
131 </para>
132
133<screen><userinput>mkdir build &amp;&amp;
134cd build &amp;&amp;
135
136meson setup .. \
137 --prefix=/usr \
138 --buildtype=release \
139 --wrap-mode=nodownload \
140 -Dpackage-origin=https://www.linuxfromscratch.org/blfs/view/&blfs-version;/ \
141 -Dpackage-name="GStreamer &gst10-plugins-base-version; BLFS" &amp;&amp;
142ninja</userinput></screen>
143
144 <para>
145 To test the results, issue: <command>ninja test</command>. The tests
146 require an X terminal running, or all of the GL tests will fail. Five
147 tests may produce timeouts on some systems depending on their graphics
148 hardware and speed.
149 </para>
150
151 <note>
152 <para>
153 When installing, the build process does some additional
154 linking. If you do not have Xorg in /usr, the LIBRARY_PATH
155 variable needs to be defined for the root user. If
156 using sudo to assume root, use the -E option to pass
157 your current environment variables for the install process.
158 </para>
159 </note>
160
161 <para>
162 Now, as the <systemitem class="username">root</systemitem> user:
163 </para>
164
165<screen role="root"><userinput>ninja install</userinput></screen>
166 </sect2>
167
168 <sect2 role="commands">
169 <title>Command Explanations</title>
170
171 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
172 href="../../xincludes/meson-buildtype-release.xml"/>
173
174 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
175 href="../../xincludes/meson-wrap-nodownload.xml"/>
176
177 </sect2>
178
179 <sect2 role="content">
180 <title>Contents</title>
181
182 <segmentedlist>
183 <segtitle>Installed Programs</segtitle>
184 <segtitle>Installed Libraries</segtitle>
185 <segtitle>Installed Directories</segtitle>
186
187 <seglistitem>
188 <seg>
189 gst-device-monitor-1.0, gst-discoverer-1.0, and gst-play-1.0
190 </seg>
191 <seg>
192 libgstallocators-1.0.so, libgstapp-1.0.so, libgstaudio-1.0.so,
193 libgstfft-1.0.so, libgstgl-1.0.so, libgstpbutils-1.0.so,
194 libgstriff-1.0.so, libgstrtp-1.0.so, libgstrtsp-1.0.so,
195 libgstsdp-1.0.so, libgsttag-1.0.so, libgstvideo-1.0.so,
196 and several plugins under /usr/lib/gstreamer-1.0
197 </seg>
198 <seg>
199 /usr/include/gstreamer-1.0/gst/{allocators,app,audio,fft,gl,pbutils},
200 /usr/include/gstreamer-1.0/gst/{riff,rtp,rtsp,sdp,tag,video}, and
201 /usr/share/gst-plugins-base
202 </seg>
203 </seglistitem>
204 </segmentedlist>
205
206 <variablelist>
207 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
208 <?dbfo list-presentation="list"?>
209 <?dbhtml list-presentation="table"?>
210
211 <varlistentry id="gst-device-monitor-1.0">
212 <term><command>gst-device-monitor-1.0</command></term>
213 <listitem>
214 <para>
215 is a command line tool that can be used to test
216 GStreamer's device monitoring functionality
217 </para>
218 <indexterm zone="gst10-plugins-base gst-device-monitor-1.0">
219 <primary sortas="b-gst-device-monitor-1.0">gst-device-monitor-1.0</primary>
220 </indexterm>
221 </listitem>
222 </varlistentry>
223
224 <varlistentry id="gst-discoverer-1.0">
225 <term><command>gst-discoverer-1.0</command></term>
226 <listitem>
227 <para>
228 is a tool that can be used to print basic metadata and
229 stream information about a media file
230 </para>
231 <indexterm zone="gst10-plugins-base gst-discoverer-1.0">
232 <primary sortas="b-gst-discoverer-1.0">gst-discoverer-1.0</primary>
233 </indexterm>
234 </listitem>
235 </varlistentry>
236
237 <varlistentry id="gst-play-1.0">
238 <term><command>gst-play-1.0</command></term>
239 <listitem>
240 <para>
241 is a command line tool that can be used to test basic
242 playback using the playbin element
243 </para>
244 <indexterm zone="gst10-plugins-base gst-play-1.0">
245 <primary sortas="b-gst-play-1.0">gst-play-1.0</primary>
246 </indexterm>
247 </listitem>
248 </varlistentry>
249
250 </variablelist>
251
252 </sect2>
253
254</sect1>
Note: See TracBrowser for help on using the repository browser.