source: multimedia/libdriv/gst10-plugins-ugly.xml@ 04c91ccf

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 04c91ccf was 04c91ccf, checked in by Tim Tassonis <stuff@…>, 6 years ago

Update to gstreamer-1.14.0 (also: gstreamer-vaapi gst-libav gst-plugins-base gst-plugins-good gst-plugins-bad gst-plugins-ugly)

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

  • Property mode set to 100644
File size: 5.3 KB
RevLine 
[09396b5]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
[ae96c4b]7 <!ENTITY gst10-plugins-ugly-download-http
8 "&gstreamer-dl;/gst-plugins-ugly/gst-plugins-ugly-&gst10-plugins-ugly-version;.tar.xz">
[09396b5]9 <!ENTITY gst10-plugins-ugly-download-ftp " ">
[04c91ccf]10 <!ENTITY gst10-plugins-ugly-md5sum "bcb1f8d9339176aee2b5da2a9cb2df88">
11 <!ENTITY gst10-plugins-ugly-size "863 KB">
[98ad269]12 <!ENTITY gst10-plugins-ugly-buildsize "17 MB (with tests)">
[e4a0b1cc]13 <!ENTITY gst10-plugins-ugly-time "0.2 SBU (with tests)">
[09396b5]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
[058a3280]39 be widely known to present patent problems.
[09396b5]40 </para>
41
[d3e0d850]42 &lfs82_checked;
[09396b5]43
44 <bridgehead renderas="sect3">Package Information</bridgehead>
45 <itemizedlist spacing="compact">
46 <listitem>
47 <para>
48 Download (HTTP): <ulink url="&gst10-plugins-ugly-download-http;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download (FTP): <ulink url="&gst10-plugins-ugly-download-ftp;"/>
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download MD5 sum: &gst10-plugins-ugly-md5sum;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Download size: &gst10-plugins-ugly-size;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated disk space required: &gst10-plugins-ugly-buildsize;
69 </para>
70 </listitem>
71 <listitem>
72 <para>
73 Estimated build time: &gst10-plugins-ugly-time;
74 </para>
75 </listitem>
76 </itemizedlist>
77
78 <bridgehead renderas="sect3">GStreamer Ugly Plug-ins Dependencies</bridgehead>
79
80 <bridgehead renderas="sect4">Required</bridgehead>
81 <para role="required">
82 <xref linkend="gst10-plugins-base"/>
83 </para>
84
[0165a3fe]85 <!-- Common formats, output and input codecs and requirements
86 for GNOME apps. What's a multimedia framework useful if it
87 can't be used to play anything (common)? -->
88 <bridgehead renderas="sect4">Recommended</bridgehead>
89 <para role="recommended">
[122ded1]90 <xref linkend="liba52"/> (needed to play DVD's),
[0165a3fe]91 <xref linkend="libdvdread"/>, and
92 <xref linkend="x264"/>
93 </para>
94
[09396b5]95 <bridgehead renderas="sect4">Optional</bridgehead>
96 <para role="optional">
97 <xref linkend="libmpeg2"/>,
[f90448e]98 <xref linkend="libcdio"/> (for CD-ROM drive access),
[4cc74e03]99 <xref linkend="valgrind"/>,
[09396b5]100 <ulink url="http://packages.debian.org/source/sid/libsidplay">libsidplay</ulink>,
[f3429309]101 <ulink url="http://sourceforge.net/projects/opencore-amr/">OpenCore AMR</ulink>,
[50393b8]102 <ulink url="http://gstreamer.freedesktop.org/src/orc/">Orc</ulink>, and
[e33cf34]103 <ulink url="http://www.twolame.org/">TwoLame</ulink>
[09396b5]104 </para>
105
106 <para condition="html" role="usernotes">
107 User Notes: <ulink url="&blfs-wiki;/gst10-plugins-ugly"/>
108 </para>
109 </sect2>
110
111 <sect2 role="installation">
112 <title>Installation of GStreamer Ugly Plug-ins</title>
113
[5dfe5591]114 <note><para>If you need a plugin for a given dependency, that dependency
115 needs to be installed before this application.
116 </para></note>
117
[09396b5]118 <para>
119 Install <application>GStreamer Ugly Plug-ins</application> by running the following
120 commands:
121 </para>
122
[98ad269]123<screen><userinput>./configure --prefix=/usr \
[09396b5]124 --with-package-name="GStreamer Ugly Plugins &gst10-plugins-ugly-version; BLFS" \
125 --with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/" &amp;&amp;
126make</userinput></screen>
127
128 <para>
129 To test the results, issue: <command>make check</command>.
130 </para>
131
132 <para>
133 Now, as the <systemitem class="username">root</systemitem> user:
134 </para>
135
136<screen role="root"><userinput>make install</userinput></screen>
137 </sect2>
138
139 <sect2 role="content">
140 <title>Contents</title>
141
142 <segmentedlist>
[c3c56b2]143 <segtitle>Installed Programs</segtitle>
[09396b5]144 <segtitle>Installed Libraries</segtitle>
[0783427]145 <segtitle>Installed Directories</segtitle>
[09396b5]146
147 <seglistitem>
[c3c56b2]148 <seg>
149 None
150 </seg>
[09396b5]151 <seg>
[dc7f94ad]152 Several plugins under /usr/lib/gstreamer-1.0
[09396b5]153 </seg>
154 <seg>
[0783427]155 /usr/share/gstreamer-1.0/presets and
156 /usr/share/gtk-doc/html/gst-plugins-ugly-plugins-1.0
[09396b5]157 </seg>
158 </seglistitem>
159 </segmentedlist>
160
161 </sect2>
162
163</sect1>
Note: See TracBrowser for help on using the repository browser.