source: multimedia/libdriv/gst10-plugins-ugly.xml@ 4116c85

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.6 7.7 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 krejzi/svn 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 4116c85 was 4116c85, checked in by Ken Moffat <ken@…>, 10 years ago

tags

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@14273 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.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 gst10-plugins-ugly-download-http
8 "&gstreamer-dl;/gst-plugins-ugly/gst-plugins-ugly-&gst10-plugins-ugly-version;.tar.xz">
9 <!ENTITY gst10-plugins-ugly-download-ftp " ">
10 <!ENTITY gst10-plugins-ugly-md5sum "316974af949ca4654efee704a0164076">
11 <!ENTITY gst10-plugins-ugly-size "828 KB">
12 <!ENTITY gst10-plugins-ugly-buildsize "17 MB">
13 <!ENTITY gst10-plugins-ugly-time "0.2 SBU">
14]>
15
16<sect1 id="gst10-plugins-ugly" xreflabel="gst-plugins-ugly-&gst10-plugins-ugly-version;">
17 <?dbhtml filename="gst10-plugins-ugly.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>gst-plugins-ugly-&gst10-plugins-ugly-version;</title>
25
26 <indexterm zone="gst10-plugins-ugly">
27 <primary sortas="a-gst-plugins-ugly">gst-plugins-ugly</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 problems.
37 The license on either the plug-ins or the supporting libraries might not be how
38 the <application>GStreamer</application> developers would like. The code might
39 be widely known to present patent problems.
40 </para>
41
42 &lfs76_checked;
43
44 &gst-compat;
45
46 <bridgehead renderas="sect3">Package Information</bridgehead>
47 <itemizedlist spacing="compact">
48 <listitem>
49 <para>
50 Download (HTTP): <ulink url="&gst10-plugins-ugly-download-http;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download (FTP): <ulink url="&gst10-plugins-ugly-download-ftp;"/>
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download MD5 sum: &gst10-plugins-ugly-md5sum;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Download size: &gst10-plugins-ugly-size;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated disk space required: &gst10-plugins-ugly-buildsize;
71 </para>
72 </listitem>
73 <listitem>
74 <para>
75 Estimated build time: &gst10-plugins-ugly-time;
76 </para>
77 </listitem>
78 </itemizedlist>
79
80 <bridgehead renderas="sect3">GStreamer Ugly Plug-ins Dependencies</bridgehead>
81
82 <bridgehead renderas="sect4">Required</bridgehead>
83 <para role="required">
84 <xref linkend="gst10-plugins-base"/>
85 </para>
86
87 <!-- Common formats, output and input codecs and requirements
88 for GNOME apps. What's a multimedia framework useful if it
89 can't be used to play anything (common)? -->
90 <bridgehead renderas="sect4">Recommended</bridgehead>
91 <para role="recommended">
92 <xref linkend="lame"/>,
93 <xref linkend="libdvdread"/>, and
94 <xref linkend="x264"/>
95 </para>
96
97 <bridgehead renderas="sect4">Optional</bridgehead>
98 <para role="optional">
99 <xref linkend="liba52"/>,
100 <xref linkend="libmad"/>,
101 <xref linkend="libmpeg2"/>,
102 <ulink url="http://ftp.gnu.org/gnu/libcdio/">libcdio</ulink>,
103 <ulink url="http://packages.debian.org/source/sid/libsidplay">libsidplay</ulink>,
104 <ulink url="http://sourceforge.net/projects/opencore-amr/">OpenCore AMR</ulink>,
105 <ulink url="http://code.entropywave.com/orc/">ORC</ulink>, and
106 <ulink url="http://sourceforge.net/projects/twolame/">TwoLame</ulink>
107 </para>
108
109 <para condition="html" role="usernotes">
110 User Notes: <ulink url="&blfs-wiki;/gst10-plugins-ugly"/>
111 </para>
112 </sect2>
113
114 <sect2 role="installation">
115 <title>Installation of GStreamer Ugly Plug-ins</title>
116
117 <note><para>If you need a plugin for a given dependency, that dependency
118 needs to be installed before this application.
119 </para></note>
120
121 <para>
122 Install <application>GStreamer Ugly Plug-ins</application> by running the following
123 commands:
124 </para>
125
126<screen><userinput>./configure --prefix=/usr \
127 --with-package-name="GStreamer Ugly Plugins &gst10-plugins-ugly-version; BLFS" \
128 --with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/" &amp;&amp;
129make</userinput></screen>
130
131 <para>
132 To test the results, issue: <command>make check</command>.
133 </para>
134
135 <para>
136 Now, as the <systemitem class="username">root</systemitem> user:
137 </para>
138
139<screen role="root"><userinput>make install</userinput></screen>
140 </sect2>
141
142 <sect2 role="content">
143 <title>Contents</title>
144
145 <segmentedlist>
146 <segtitle>Installed Programs</segtitle>
147 <segtitle>Installed Libraries</segtitle>
148 <segtitle>Installed Directories</segtitle>
149
150 <seglistitem>
151 <seg>
152 None
153 </seg>
154 <seg>
155 Several plugins under /usr/lib/gstreamer-1.0
156 </seg>
157 <seg>
158 /usr/share/gstreamer-1.0/presets and
159 /usr/share/gtk-doc/html/gst-plugins-ugly-plugins-1.0
160 </seg>
161 </seglistitem>
162 </segmentedlist>
163
164 </sect2>
165
166</sect1>
Note: See TracBrowser for help on using the repository browser.