source: archive/gst-plugins-good.xml@ 45ab6c7

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 45ab6c7 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 7.1 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 gst-plugins-good-download-http
8 "&gnome-download-http;/gst-plugins-good/0.10/gst-plugins-good-&gst-plugins-good-version;.tar.xz">
9 <!ENTITY gst-plugins-good-download-ftp
10 "&gnome-download-ftp;/gst-plugins-good/0.10/gst-plugins-good-&gst-plugins-good-version;.tar.xz">
11 <!ENTITY gst-plugins-good-md5sum "555845ceab722e517040bab57f9ace95">
12 <!ENTITY gst-plugins-good-size "2.6 MB">
13 <!ENTITY gst-plugins-good-buildsize "110 MB">
14 <!ENTITY gst-plugins-good-time "1.2 SBU">
15]>
16
17<sect1 id="gst-plugins-good" xreflabel="gst-plugins-good-&gst-plugins-good-version;">
18 <?dbhtml filename="gst-plugins-good.html"?>
19
20 <sect1info>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>gst-plugins-good-&gst-plugins-good-version;</title>
25
26 <indexterm zone="gst-plugins-good">
27 <primary sortas="a-GStreamer-Good-Plug-ins">GStreamer Good Plug-ins</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to GStreamer Good Plug-ins</title>
32
33 <para>
34 The <application>GStreamer Good Plug-ins</application> is a set of
35 plug-ins considered by the <application>GStreamer</application> developers
36 to have good quality code, correct functionality, and the preferred
37 license (LGPL for the plug-in code, LGPL or LGPL-compatible for the
38 supporting library). A wide range of video and audio decoders, encoders,
39 and filters are included. Also see the <xref linkend="gst-plugins-ugly"/>,
40 <xref linkend="gst-plugins-bad"/> and <xref linkend="gst-ffmpeg"/>
41 packages.
42 </para>
43
44 &lfs77_checked;
45
46 &gst-compat;
47
48 <bridgehead renderas="sect3">Package Information</bridgehead>
49 <itemizedlist spacing="compact">
50 <listitem>
51 <para>
52 Download (HTTP): <ulink url="&gst-plugins-good-download-http;"/>
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download (FTP): <ulink url="&gst-plugins-good-download-ftp;"/>
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Download MD5 sum: &gst-plugins-good-md5sum;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Download size: &gst-plugins-good-size;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Estimated disk space required: &gst-plugins-good-buildsize;
73 </para>
74 </listitem>
75 <listitem>
76 <para>
77 Estimated build time: &gst-plugins-good-time;
78 </para>
79 </listitem>
80 </itemizedlist>
81
82 <bridgehead renderas="sect3">GStreamer Good Plug-ins Dependencies</bridgehead>
83
84 <bridgehead renderas="sect4">Required</bridgehead>
85 <para role="required">
86 <xref linkend="gst-plugins-base"/>
87 </para>
88
89 <bridgehead renderas="sect4">Recommended</bridgehead>
90 <para role="recommended">
91 <xref linkend="cairo"/>,
92 <xref linkend="flac"/>,
93 <xref linkend="libjpeg"/>,
94 <xref linkend="libpng"/> and
95 <xref linkend="xorg7-lib"/>
96 </para>
97
98 <bridgehead renderas="sect4">Optional (Required if building GNOME)</bridgehead>
99 <para role="optional">
100 <xref linkend="GConf"/> and
101 <xref linkend="libsoup"/>
102 </para>
103
104 <bridgehead renderas="sect4">Optional</bridgehead>
105 <para role="optional">
106 <xref linkend="aalib"/>,
107 <xref linkend="gtk3"/> (required to build the examples),
108 <xref linkend="libdv"/>,
109 <xref linkend="pulseaudio"/>,
110 <xref linkend="speex"/>,
111 <xref linkend="taglib"/>,
112 <xref linkend="v4l-utils"/>,
113 <ulink url="http://www.jackaudio.org">JACK</ulink>,
114 <ulink url="http://sourceforge.net/projects/libavc1394/">libavc1394</ulink>
115 (requires
116 <ulink url="http://www.kernel.org/pub/linux/libs/ieee1394/"> libraw1394</ulink>),
117 <ulink url="http://sam.zoy.org/projects/libcaca/">libcaca</ulink>,
118 <ulink url="http://www.kernel.org/pub/linux/libs/ieee1394/">libiec61883</ulink>,
119 <ulink url="http://downloads.us.xiph.org/releases/libshout/">libshout</ulink>,
120 <ulink url="http://code.entropywave.com/projects/orc/">ORC</ulink>, and
121 <ulink url="http://www.wavpack.com/">WavPack</ulink>
122 </para>
123
124 <bridgehead renderas="sect4">Optional, for the unit regression tests</bridgehead>
125 <para>
126 <xref linkend="valgrind"/>
127 </para>
128
129 <bridgehead renderas="sect4">
130 Optional (Required to Rebuild the API Documentation)
131 </bridgehead>
132 <para role="optional">
133 <xref linkend="gtk-doc"/> and
134 <xref linkend="python2"/>
135 </para>
136
137 <para condition="html" role="usernotes">
138 User Notes: <ulink url="&blfs-wiki;/gst-plugins-good"/>
139 </para>
140 </sect2>
141
142 <sect2 role="installation">
143 <title>Installation of GStreamer Good Plug-ins</title>
144
145 <note><para>If you need a plugin for a given dependency, that dependency
146 needs to be installed before this application.
147 </para></note>
148
149 <para>
150 Install <application>GStreamer Good Plug-ins</application> by running the
151 following commands:
152 </para>
153
154<screen><userinput>sed -i -e "/input:/d" sys/v4l2/gstv4l2bufferpool.c &amp;&amp;
155sed -i -e "/case V4L2_CID_HCENTER/d" -e "/case V4L2_CID_VCENTER/d" sys/v4l2/v4l2_calls.c &amp;&amp;
156./configure --prefix=/usr \
157 --sysconfdir=/etc \
158 --with-gtk=3.0 &amp;&amp;
159make</userinput></screen>
160
161 <para>
162 To run the unit regression tests, issue: <command>make check</command>.
163 There are many other <filename>Makefile</filename> targets you can specify
164 for running the tests, issue <command>make -C tests/check help</command>
165 to see the complete list.
166 </para>
167
168 <para>
169 Now, as the <systemitem class="username">root</systemitem> user:
170 </para>
171
172<screen role="root"><userinput>make install</userinput></screen>
173
174 <para>
175 If you did not rebuild the API documentation by passing
176 <option>--enable-gtk-doc</option> to the <command>configure</command>
177 script and you wish to install the pre-built documentation, issue the
178 following command as the <systemitem class="username">root</systemitem>
179 user:
180 </para>
181
182<screen role="root"><userinput>make -C docs/plugins install-data</userinput></screen>
183 </sect2>
184
185 <sect2 role="commands">
186 <title>Command Explanations</title>
187
188 <para>
189 <command>sed -i -e "..."</command>: These <command>sed</command>
190 commands fix building with recent kernels.
191 </para>
192
193 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
194 href="../../xincludes/gtk-doc-rebuild.xml"/>
195
196 </sect2>
197
198 <sect2 role="content">
199 <title>Contents</title>
200
201 <segmentedlist>
202 <segtitle>Installed Programs</segtitle>
203 <segtitle>Installed Libraries</segtitle>
204 <segtitle>Installed Directory</segtitle>
205
206 <seglistitem>
207 <seg>
208 None
209 </seg>
210 <seg>
211 None
212 </seg>
213 <seg>
214 /usr/share/gtk-doc/html/gst-plugins-good-plugins-0.10
215 </seg>
216 </seglistitem>
217 </segmentedlist>
218
219 </sect2>
220
221</sect1>
Note: See TracBrowser for help on using the repository browser.