source: multimedia/libdriv/gst10-plugins-ugly.xml@ 7609bf4

lazarus trunk
Last change on this file since 7609bf4 was 5ce2b5a, checked in by Xi Ruoyao <xry111@…>, 3 months ago

gstreamer stack: Fix meson setup commands

Remove one ".." where it appears two times. And change two spaces to
one between "meson" and "setup" to be consistent with everywhere else.

  • Property mode set to 100644
File size: 5.3 KB
RevLine 
[ab4fdfc]1<?xml version="1.0" encoding="UTF-8"?>
[09396b5]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 " ">
[e608548]10 <!ENTITY gst10-plugins-ugly-md5sum "956eaa7f12f4631b1852f40316f090c4">
11 <!ENTITY gst10-plugins-ugly-size "216 KB">
[605ec3c]12 <!ENTITY gst10-plugins-ugly-buildsize "9.6 MB (with tests)">
[e608548]13 <!ENTITY gst10-plugins-ugly-time "0.1 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
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
[058a3280]35 be widely known to present patent problems.
[09396b5]36 </para>
37
[181e069f]38 &lfs121_checked;
[09396b5]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
[0165a3fe]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">
[122ded1]86 <xref linkend="liba52"/> (needed to play DVD's),
[0165a3fe]87 <xref linkend="libdvdread"/>, and
88 <xref linkend="x264"/>
89 </para>
90
[09396b5]91 <bridgehead renderas="sect4">Optional</bridgehead>
92 <para role="optional">
93 <xref linkend="libmpeg2"/>,
[f90448e]94 <xref linkend="libcdio"/> (for CD-ROM drive access),
[4cc74e03]95 <xref linkend="valgrind"/>,
[794a5d8]96 <ulink url="https://pypi.org/project/hotdoc/">hotdoc</ulink>,
[e608548]97 <ulink url="https://packages.debian.org/source/sid/libsidplay">libsidplay</ulink>, and
98 <ulink url="https://gstreamer.freedesktop.org/src/orc/">Orc</ulink>
[09396b5]99 </para>
100
101 </sect2>
102
103 <sect2 role="installation">
104 <title>Installation of GStreamer Ugly Plug-ins</title>
[ef39f6b]105 <!--
[4ef9eb3]106 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
107 href="../../xincludes/gst10-objc-error.xml"/>
[ef39f6b]108 -->
[4ef9eb3]109 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
110 href="../../xincludes/gst10-plugins.xml"/>
[5dfe5591]111
[09396b5]112 <para>
113 Install <application>GStreamer Ugly Plug-ins</application> by running the following
114 commands:
115 </para>
116
[0c61cb89]117<screen><userinput>mkdir build &amp;&amp;
118cd build &amp;&amp;
119
[5ce2b5a]120meson setup .. \
121 --prefix=/usr \
122 --buildtype=release \
123 -Dgpl=enabled &amp;&amp;
[0c61cb89]124ninja</userinput></screen>
[09396b5]125
126 <para>
[0c61cb89]127 To test the results, issue: <command>ninja test</command>.
[09396b5]128 </para>
129
130 <para>
131 Now, as the <systemitem class="username">root</systemitem> user:
132 </para>
133
[0c61cb89]134<screen role="root"><userinput>ninja install</userinput></screen>
[09396b5]135 </sect2>
136
[3918112a]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"/>
[19a9160]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>
[3918112a]147 </sect2>
148
[09396b5]149 <sect2 role="content">
150 <title>Contents</title>
151
152 <segmentedlist>
[c3c56b2]153 <segtitle>Installed Programs</segtitle>
[09396b5]154 <segtitle>Installed Libraries</segtitle>
[0783427]155 <segtitle>Installed Directories</segtitle>
[09396b5]156
157 <seglistitem>
[c3c56b2]158 <seg>
159 None
160 </seg>
[09396b5]161 <seg>
[dc7f94ad]162 Several plugins under /usr/lib/gstreamer-1.0
[09396b5]163 </seg>
164 <seg>
[8c0d8196]165 None
[09396b5]166 </seg>
167 </seglistitem>
168 </segmentedlist>
169
170 </sect2>
171
172</sect1>
Note: See TracBrowser for help on using the repository browser.