source: archive/gst-plugins-ugly.xml@ acb648f

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