source: archive/gst-plugins-good.xml

trunk
Last change on this file was 75b1a338, checked in by Xi Ruoyao <xry111@…>, 15 months ago

Update more URLs to use https

Mostly plain http -> https replace, if https works. If there is a HTTP
redirection, use the redirect target (unless it's a mirror or l10n like
"https://kde.org/zh-cn/").

Some non-trivial change:

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