source: archive/gst-plugins-ugly.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 6.3 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-ugly-download-http
8 "http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-&gst-plugins-ugly-version;.tar.xz">
9 <!ENTITY gst-plugins-ugly-download-ftp " ">
10 <!ENTITY gst-plugins-ugly-md5sum "ba26045c8c8c91f0d48d327ccf53ac0c">
11 <!ENTITY gst-plugins-ugly-size "864 KB">
12 <!ENTITY gst-plugins-ugly-buildsize "20 MB">
13 <!ENTITY gst-plugins-ugly-time "0.3 SBU">
14]>
15
16<sect1 id="gst-plugins-ugly" xreflabel="gst-plugins-ugly-&gst-plugins-ugly-version;">
17 <?dbhtml filename="gst-plugins-ugly.html"?>
18
19
20 <title>gst-plugins-ugly-&gst-plugins-ugly-version;</title>
21
22 <indexterm zone="gst-plugins-ugly">
23 <primary sortas="a-GStreamer-Ugly-Plug-ins">GStreamer Ugly Plug-ins</primary>
24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to GStreamer Ugly Plug-ins</title>
28
29 <para>
30 The <application>GStreamer Ugly Plug-ins</application> is a set of plug-ins
31 considered by the <application>GStreamer</application> developers to have
32 good quality and correct functionality, but distributing them might pose
33 problems. The license on either the plug-ins or the supporting libraries
34 might not be how the <application>GStreamer</application> developers would
35 like. The code might be widely known to present patent problems. Also see
36 the <xref linkend="gst-plugins-bad"/>, <xref linkend="gst-plugins-good"/>
37 and <xref linkend="gst-ffmpeg"/> packages.
38 </para>
39
40 &lfs77_checked;
41
42 &gst-compat;
43
44 <bridgehead renderas="sect3">Package Information</bridgehead>
45 <itemizedlist spacing="compact">
46 <listitem>
47 <para>
48 Download (HTTP): <ulink url="&gst-plugins-ugly-download-http;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download (FTP): <ulink url="&gst-plugins-ugly-download-ftp;"/>
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download MD5 sum: &gst-plugins-ugly-md5sum;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Download size: &gst-plugins-ugly-size;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated disk space required: &gst-plugins-ugly-buildsize;
69 </para>
70 </listitem>
71 <listitem>
72 <para>
73 Estimated build time: &gst-plugins-ugly-time;
74 </para>
75 </listitem>
76 </itemizedlist>
77
78 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
79 <itemizedlist spacing="compact">
80 <listitem>
81 <para>
82 Required patch:
83 <ulink url="&patch-root;/gst-plugins-ugly-&gst-plugins-ugly-version;-libcdio_fixes-1.patch"/>
84 </para>
85 </listitem>
86 </itemizedlist>
87
88 <bridgehead renderas="sect3">GStreamer Ugly Plug-ins Dependencies</bridgehead>
89
90 <bridgehead renderas="sect4">Required</bridgehead>
91 <para role="required">
92 <xref linkend="gst-plugins-base"/>
93 </para>
94
95 <bridgehead renderas="sect4">Recommended</bridgehead>
96 <para role="recommended">
97 <xref linkend="lame"/>,
98 <xref linkend="libdvdnav"/> and
99 <xref linkend="libdvdread"/>
100 </para>
101
102 <bridgehead renderas="sect4">Optional</bridgehead>
103 <para role="optional">
104 <xref linkend="liba52"/>,
105 <xref linkend="libcdio"/>,
106 <xref linkend="libmad"/>,
107 <xref linkend="libmpeg2"/>,
108 <xref linkend="x264"/>,
109 <ulink url="http://packages.debian.org/source/sid/libsidplay">libsidplay</ulink>,
110 <ulink url="http://sourceforge.net/projects/opencore-amr/">OpenCore AMR</ulink>,
111 <ulink url="http://code.entropywave.com/projects/orc/">ORC</ulink>, and
112 <ulink url="http://sourceforge.net/projects/twolame/">TwoLAME</ulink>
113 </para>
114
115 <bridgehead renderas="sect4">Optional, for the unit regression tests</bridgehead>
116 <para>
117 <xref linkend="valgrind"/>
118 </para>
119
120 <bridgehead renderas="sect4">
121 Optional (Required to Rebuild the API Documentation)
122 </bridgehead>
123 <para role="optional">
124 <xref linkend="gtk-doc"/> and
125 <xref linkend="python2"/>
126 </para>
127
128 <para condition="html" role="usernotes">User Notes:
129 <ulink url="&blfs-wiki;/gst-plugins-ugly"/>
130 </para>
131 </sect2>
132
133 <sect2 role="installation">
134 <title>Installation of GStreamer Ugly Plug-ins</title>
135
136 <note><para>If you need a plugin for a given dependency, that dependency
137 needs to be installed before this application.
138 </para></note>
139
140 <para>
141 Install <application>GStreamer Ugly Plug-ins</application> by running
142 the following commands:
143 </para>
144
145<screen><userinput>patch -Np1 -i ../gst-plugins-ugly-&gst-plugins-ugly-version;-libcdio_fixes-1.patch &amp;&amp;
146./configure --prefix=/usr &amp;&amp;
147make</userinput></screen>
148
149 <para>
150 To run the unit regression tests, issue: <command>make check</command>.
151 </para>
152
153 <para>
154 Now, as the <systemitem class="username">root</systemitem> user:
155 </para>
156
157<screen role="root"><userinput>make install</userinput></screen>
158
159 <para>
160 If you did not rebuild the API documentation by passing
161 <option>--enable-gtk-doc</option> to the <command>configure</command>
162 script and you wish to install the pre-built documentation, issue the
163 following command as the <systemitem class="username">root</systemitem>
164 user:
165 </para>
166
167<screen role="root"><userinput>make -C docs/plugins install-data</userinput></screen>
168
169 </sect2>
170
171 <sect2 role="commands">
172 <title>Command Explanations</title>
173
174 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
175 href="../../xincludes/gtk-doc-rebuild.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 Directory</segtitle>
186
187 <seglistitem>
188 <seg>
189 None
190 </seg>
191 <seg>
192 None
193 </seg>
194 <seg>
195 /usr/share/gtk-doc/html/gst-plugins-ugly-plugins-0.10
196 </seg>
197 </seglistitem>
198 </segmentedlist>
199
200 </sect2>
201
202</sect1>
Note: See TracBrowser for help on using the repository browser.