source: multimedia/libdriv/gst-plugins-ugly.xml@ c866109

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since c866109 was c866109, checked in by Randy McMurchy <randy@…>, 18 years ago

Added notes to the GStreamer and GST Plugin instructions about the various different plug-in packages available

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

  • Property mode set to 100644
File size: 5.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7<!ENTITY gst-plugins-ugly-download-http "http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-&gst-plugins-ugly-version;.tar.bz2">
8<!ENTITY gst-plugins-ugly-download-ftp " ">
9<!-- <!ENTITY gst-plugins-ugly-download-ftp "&gnome-download-ftp;/gst-plugins-ugly/0.10/gst-plugins-ugly-&gst-plugins-ugly-version;.tar.bz2"> -->
10<!ENTITY gst-plugins-ugly-md5sum "af6f238507b0040bf84fcbc6a241e559">
11<!ENTITY gst-plugins-ugly-size "605 KB">
12<!ENTITY gst-plugins-ugly-buildsize "up to 10.7 MB (depends on what dependencies are installed)">
13<!ENTITY gst-plugins-ugly-time "up to 0.3 SBU">
14]>
15
16<sect1 id="gst-plugins-ugly"
17 xreflabel="GStreamer Ugly Plug-ins-&gst-plugins-ugly-version;">
18 <?dbhtml filename="gst-plugins-ugly.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>GStreamer Ugly Plug-ins-&gst-plugins-ugly-version;</title>
26
27 <indexterm zone="gst-plugins-ugly">
28 <primary sortas="a-GStreamer-Ugly-Plug-ins">GStreamer Ugly Plug-ins</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to GStreamer Ugly Plug-ins</title>
33
34 <para>The <application>GStreamer Ugly Plug-ins</application> is a set of
35 plug-ins considered by the <application>GStreamer</application> developers
36 to have good quality and correct functionality, but distributing them might
37 pose problems. The license on either the plug-ins or the supporting
38 libraries might not be how the <application>GStreamer</application>
39 developers would like. The code might be widely known to present patent
40 problems. Also see the <xref linkend="gst-plugins-good"/>, <ulink
41 url="http://gstreamer.freedesktop.org/modules/gst-plugins-bad.html">
42 GStreamer Bad Plug-ins</ulink> and <ulink
43 url="http://gstreamer.freedesktop.org/modules/gst-ffmpeg.html">GStreamer
44 FFmpeg plug-in</ulink> packages.</para>
45
46 <bridgehead renderas="sect3">Package Information</bridgehead>
47 <itemizedlist spacing="compact">
48 <listitem>
49 <para>Download (HTTP): <ulink url="&gst-plugins-ugly-download-http;"/></para>
50 </listitem>
51 <listitem>
52 <para>Download (FTP): <ulink url="&gst-plugins-ugly-download-ftp;"/></para>
53 </listitem>
54 <listitem>
55 <para>Download MD5 sum: &gst-plugins-ugly-md5sum;</para>
56 </listitem>
57 <listitem>
58 <para>Download size: &gst-plugins-ugly-size;</para>
59 </listitem>
60 <listitem>
61 <para>Estimated disk space required: &gst-plugins-ugly-buildsize;</para>
62 </listitem>
63 <listitem>
64 <para>Estimated build time: &gst-plugins-ugly-time;</para>
65 </listitem>
66 </itemizedlist>
67
68 <bridgehead renderas="sect3">GStreamer Ugly Plug-ins Dependencies</bridgehead>
69
70 <bridgehead renderas="sect4">Required</bridgehead>
71 <para role="required"><xref linkend="gst-plugins-base"/></para>
72
73 <bridgehead renderas="sect4">Optional</bridgehead>
74 <para role="optional"><xref linkend="lame"/>,
75 <xref linkend="liba52"/>,
76 <ulink url="http://ronald.bitfreak.net/priv/">libamrnb</ulink>,
77 <ulink url="http://sourceforge.net/projects/dvd/">libdvdnav</ulink>,
78 <xref linkend="libdvdread"/>,
79 <xref linkend="libmad"/> (and
80 <ulink url="http://sourceforge.net/projects/mad/">libid3tag</ulink>),
81 <xref linkend="libmpeg2"/>, and
82 <ulink url="http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/">libsidplay</ulink></para>
83
84 <bridgehead renderas="sect4">Optional (Required to Rebuild the API
85 Documentation)</bridgehead>
86 <para role="optional"><xref linkend="gtk-doc"/> and
87 <xref linkend="pyxml"/></para>
88
89 <para condition="html" role="usernotes">User Notes:
90 <ulink url="&blfs-wiki;/gst-plugins-ugly"/></para>
91
92 </sect2>
93
94 <sect2 role="installation">
95 <title>Installation of GStreamer Ugly Plug-ins</title>
96
97 <para>Install <application>GStreamer Ugly Plug-ins</application> by running
98 the following commands:</para>
99
100<screen><userinput>./configure --prefix=/usr &amp;&amp;
101make</userinput></screen>
102
103 <para>This package does not come with a test suite.</para>
104
105 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
106
107<screen role="root"><userinput>make install</userinput></screen>
108
109 <para>If you did not rebuild the API documentation by passing
110 <option>--enable-gtk-doc</option> to the <command>configure</command>
111 script and you wish to install the pre-built documentation, issue the
112 following command as the <systemitem class="username">root</systemitem>
113 user:</para>
114
115<screen role="root"><userinput>make -C docs/plugins install-data</userinput></screen>
116
117 </sect2>
118
119 <sect2 role="content">
120 <title>Contents</title>
121
122 <segmentedlist>
123 <segtitle>Installed Programs</segtitle>
124 <segtitle>Installed Libraries</segtitle>
125 <segtitle>Installed Directories</segtitle>
126
127 <seglistitem>
128 <seg>None</seg>
129 <seg>Several <application>GStreamer</application> plugins</seg>
130 <seg>/usr/share/gtk-doc/html/gst-plugins-ugly-plugins-0.10</seg>
131 </seglistitem>
132 </segmentedlist>
133
134 </sect2>
135
136</sect1>
Note: See TracBrowser for help on using the repository browser.