glfs/multimedia/libdriv/gst10-plugins-ugly.xml
Fernando de Oliveira 5dfe5591f2 Fix /etc/xdg/autostart in polkit-gnome-0.105.
Fix dependencies and build of xdg-utils-1.1.0-rc2.
Add note for order of intallation in gst plugins.
Fix gst-plugins-good-1.2.4: First Optional dependencies are actually Recommended.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@13204 af4574ff-66df-0310-9fd7-8a98e5e911e0
2014-06-05 23:40:12 +00:00

166 lines
5.2 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY gst10-plugins-ugly-download-http
"&gstreamer-dl;/gst-plugins-ugly/gst-plugins-ugly-&gst10-plugins-ugly-version;.tar.xz">
<!ENTITY gst10-plugins-ugly-download-ftp " ">
<!ENTITY gst10-plugins-ugly-md5sum "c87a27db498bb736f6c266198657ea74">
<!ENTITY gst10-plugins-ugly-size "828 KB">
<!ENTITY gst10-plugins-ugly-buildsize "15 MB">
<!ENTITY gst10-plugins-ugly-time "0.2 SBU">
]>
<sect1 id="gst10-plugins-ugly" xreflabel="gst-plugins-ugly-&gst10-plugins-ugly-version;">
<?dbhtml filename="gst10-plugins-ugly.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>gst-plugins-ugly-&gst10-plugins-ugly-version;</title>
<indexterm zone="gst10-plugins-ugly">
<primary sortas="a-gst-plugins-ugly">gst-plugins-ugly</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to GStreamer Ugly Plug-ins</title>
<para>
The <application>GStreamer Ugly Plug-ins</application> is a set of plug-ins
considered by the <application>GStreamer</application> developers to have
good quality and correct functionality, but distributing them might pose problems.
The license on either the plug-ins or the supporting libraries might not be how
the <application>GStreamer</application> developers would like. The code might
be widely known to present patent problems.
</para>
&lfs75_checked;
&gst-compat;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&gst10-plugins-ugly-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&gst10-plugins-ugly-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &gst10-plugins-ugly-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &gst10-plugins-ugly-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &gst10-plugins-ugly-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &gst10-plugins-ugly-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">GStreamer Ugly Plug-ins Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="gst10-plugins-base"/>
</para>
<!-- Common formats, output and input codecs and requirements
for GNOME apps. What's a multimedia framework useful if it
can't be used to play anything (common)? -->
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="lame"/>,
<xref linkend="libdvdread"/>, and
<xref linkend="x264"/>
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="liba52"/>,
<xref linkend="libmad"/>,
<xref linkend="libmpeg2"/>,
<ulink url="http://ftp.gnu.org/gnu/libcdio/">libcdio</ulink>,
<ulink url="http://packages.debian.org/source/sid/libsidplay">libsidplay</ulink>,
<ulink url="http://sourceforge.net/projects/opencore-amr/">OpenCore AMR</ulink>,
<ulink url="http://code.entropywave.com/orc/">ORC</ulink>, and
<ulink url="http://sourceforge.net/projects/twolame/">TwoLame</ulink>
</para>
<para condition="html" role="usernotes">
User Notes: <ulink url="&blfs-wiki;/gst10-plugins-ugly"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of GStreamer Ugly Plug-ins</title>
<note><para>If you need a plugin for a given dependency, that dependency
needs to be installed before this application.
</para></note>
<para>
Install <application>GStreamer Ugly Plug-ins</application> by running the following
commands:
</para>
<screen><userinput>./configure --prefix=/usr \
--with-package-name="GStreamer Ugly Plugins &gst10-plugins-ugly-version; BLFS" \
--with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/" &amp;&amp;
make</userinput></screen>
<para>
To test the results, issue: <command>make check</command>.
</para>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directory</segtitle>
<seglistitem>
<seg>
None
</seg>
<seg>
Several plugins under /usr/lib/gstreamer-1.0
</seg>
<seg>
/usr/share/gstreamer-1.0/presets
</seg>
</seglistitem>
</segmentedlist>
</sect2>
</sect1>