source: multimedia/libdriv/gst10-plugins-ugly.xml

trunk
Last change on this file was 17c4d8d, checked in by Bruce Dubbs <bdubbs@…>, 4 days ago

Update the gstreamer stack to 1.24.2.

  • Property mode set to 100644
File size: 5.3 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 "405e4820eabd142d3cede21360742b7f">
11 <!ENTITY gst10-plugins-ugly-size "216 KB">
12 <!ENTITY gst10-plugins-ugly-buildsize "8.9 MB (with tests)">
13 <!ENTITY gst10-plugins-ugly-time "0.1 SBU (with tests)">
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
20 <title>gst-plugins-ugly-&gst10-plugins-ugly-version;</title>
21
22 <indexterm zone="gst10-plugins-ugly">
23 <primary sortas="a-gst-plugins-ugly">gst-plugins-ugly</primary>
24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to GStreamer Ugly Plug-ins</title>
28
29 <para>
30 The <application>GStreamer Ugly Plug-ins</application> is a set of plug-ins
31 considered by the <application>GStreamer</application> developers to have
32 good quality and correct functionality, but distributing them might pose problems.
33 The license on either the plug-ins or the supporting libraries might not be how
34 the <application>GStreamer</application> developers would like. The code might
35 be widely known to present patent problems.
36 </para>
37
38 &lfs121_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&gst10-plugins-ugly-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&gst10-plugins-ugly-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &gst10-plugins-ugly-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &gst10-plugins-ugly-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &gst10-plugins-ugly-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &gst10-plugins-ugly-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">GStreamer Ugly Plug-ins Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="gst10-plugins-base"/>
79 </para>
80
81 <!-- Common formats, output and input codecs and requirements
82 for GNOME apps. What's a multimedia framework useful if it
83 can't be used to play anything (common)? -->
84 <bridgehead renderas="sect4">Recommended</bridgehead>
85 <para role="recommended">
86 <xref linkend="liba52"/> (needed to play DVD's),
87 <xref linkend="libdvdread"/>, and
88 <xref linkend="x264"/>
89 </para>
90
91 <bridgehead renderas="sect4">Optional</bridgehead>
92 <para role="optional">
93 <xref linkend="libmpeg2"/>,
94 <xref linkend="libcdio"/> (for CD-ROM drive access),
95 <xref linkend="valgrind"/>,
96 <ulink url="https://pypi.org/project/hotdoc/">hotdoc</ulink>,
97 <ulink url="https://packages.debian.org/source/sid/libsidplay">libsidplay</ulink>, and
98 <ulink url="https://gstreamer.freedesktop.org/src/orc/">Orc</ulink>
99 </para>
100
101 </sect2>
102
103 <sect2 role="installation">
104 <title>Installation of GStreamer Ugly Plug-ins</title>
105 <!--
106 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
107 href="../../xincludes/gst10-objc-error.xml"/>
108 -->
109 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
110 href="../../xincludes/gst10-plugins.xml"/>
111
112 <para>
113 Install <application>GStreamer Ugly Plug-ins</application> by running the following
114 commands:
115 </para>
116
117<screen><userinput>mkdir build &amp;&amp;
118cd build &amp;&amp;
119
120meson setup .. \
121 --prefix=/usr \
122 --buildtype=release \
123 -Dgpl=enabled &amp;&amp;
124ninja</userinput></screen>
125
126 <para>
127 To test the results, issue: <command>ninja test</command>.
128 </para>
129
130 <para>
131 Now, as the <systemitem class="username">root</systemitem> user:
132 </para>
133
134<screen role="root"><userinput>ninja install</userinput></screen>
135 </sect2>
136
137 <sect2 role="commands">
138 <title>Command Explanations</title>
139
140 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
141 href="../../xincludes/meson-buildtype-release.xml"/>
142
143 <para>
144 <parameter>-Dgpl=enabled</parameter>: Without this switch, plugins with
145 dependencies on (A)GPL licensed libraries are not built.
146 </para>
147 </sect2>
148
149 <sect2 role="content">
150 <title>Contents</title>
151
152 <segmentedlist>
153 <segtitle>Installed Programs</segtitle>
154 <segtitle>Installed Libraries</segtitle>
155 <segtitle>Installed Directories</segtitle>
156
157 <seglistitem>
158 <seg>
159 None
160 </seg>
161 <seg>
162 Several plugins under /usr/lib/gstreamer-1.0
163 </seg>
164 <seg>
165 None
166 </seg>
167 </seglistitem>
168 </segmentedlist>
169
170 </sect2>
171
172</sect1>
Note: See TracBrowser for help on using the repository browser.