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

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules 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 e2abf328 was e2abf328, checked in by Bruce Dubbs <bdubbs@…>, 9 years ago

Archive gstreamer-0.x

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16219 af4574ff-66df-0310-9fd7-8a98e5e911e0

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