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

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 081a9c3 was 081a9c3, checked in by Randy McMurchy <randy@…>, 18 years ago

Removed unnecessary --sysconfdir and --localstatedir parameters from the GStreamer (and plugins) instructions; updated the 'Good' Plugins with a --sysconfdir parameter that will force the GConf configuration files into the correct location

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

  • Property mode set to 100644
File size: 5.0 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.</para>
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>Download (HTTP): <ulink url="&gst-plugins-ugly-download-http;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download (FTP): <ulink url="&gst-plugins-ugly-download-ftp;"/></para>
49 </listitem>
50 <listitem>
51 <para>Download MD5 sum: &gst-plugins-ugly-md5sum;</para>
52 </listitem>
53 <listitem>
54 <para>Download size: &gst-plugins-ugly-size;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated disk space required: &gst-plugins-ugly-buildsize;</para>
58 </listitem>
59 <listitem>
60 <para>Estimated build time: &gst-plugins-ugly-time;</para>
61 </listitem>
62 </itemizedlist>
63
64 <bridgehead renderas="sect3">GStreamer Ugly Plug-ins Dependencies</bridgehead>
65
66 <bridgehead renderas="sect4">Required</bridgehead>
67 <para role="required"><xref linkend="gst-plugins-base"/></para>
68
69 <bridgehead renderas="sect4">Optional</bridgehead>
70 <para role="optional"><xref linkend="lame"/>,
71 <xref linkend="liba52"/>,
72 <ulink url="http://ronald.bitfreak.net/priv/">libamrnb</ulink>,
73 <ulink url="http://sourceforge.net/projects/dvd/">libdvdnav</ulink>,
74 <xref linkend="libdvdread"/>,
75 <xref linkend="libmad"/> (and
76 <ulink url="http://sourceforge.net/projects/mad/">libid3tag</ulink>),
77 <xref linkend="libmpeg2"/>, and
78 <ulink url="http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/">libsidplay</ulink></para>
79
80 <bridgehead renderas="sect4">Optional (Required to Rebuild the API
81 Documentation)</bridgehead>
82 <para role="optional"><xref linkend="gtk-doc"/> and
83 <xref linkend="pyxml"/></para>
84
85 <para condition="html" role="usernotes">User Notes:
86 <ulink url="&blfs-wiki;/gst-plugins-ugly"/></para>
87
88 </sect2>
89
90 <sect2 role="installation">
91 <title>Installation of GStreamer Ugly Plug-ins</title>
92
93 <para>Install <application>GStreamer Ugly Plug-ins</application> by running
94 the following commands:</para>
95
96<screen><userinput>./configure --prefix=/usr &amp;&amp;
97make</userinput></screen>
98
99 <para>This package does not come with a test suite.</para>
100
101 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
102
103<screen role="root"><userinput>make install</userinput></screen>
104
105 <para>If you did not rebuild the API documentation by passing
106 <option>--enable-gtk-doc</option> to the <command>configure</command>
107 script and you wish to install the pre-built documentation, issue the
108 following command as the <systemitem class="username">root</systemitem>
109 user:</para>
110
111<screen role="root"><userinput>make -C docs/plugins install-data</userinput></screen>
112
113 </sect2>
114
115 <sect2 role="content">
116 <title>Contents</title>
117
118 <segmentedlist>
119 <segtitle>Installed Programs</segtitle>
120 <segtitle>Installed Libraries</segtitle>
121 <segtitle>Installed Directories</segtitle>
122
123 <seglistitem>
124 <seg>None</seg>
125 <seg>Several <application>GStreamer</application> plugins</seg>
126 <seg>/usr/share/gtk-doc/html/gst-plugins-ugly-plugins-0.10</seg>
127 </seglistitem>
128 </segmentedlist>
129
130 </sect2>
131
132</sect1>
Note: See TracBrowser for help on using the repository browser.