source: multimedia/libdriv/gst10-plugins-ugly.xml@ 0945dd2d

12.0 12.1 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 0945dd2d was 91318eb, checked in by Pierre Labastie <pierre.labastie@…>, 15 months ago

Add "setup" to meson commands

I've not been very consistent on typography, but it is a start

  • Property mode set to 100644
File size: 5.7 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 "847b0a30e5428987af87d0471365eba3">
11 <!ENTITY gst10-plugins-ugly-size "240 KB">
12 <!ENTITY gst10-plugins-ugly-buildsize "8.7 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 &lfs113_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>,
98 <ulink url="https://sourceforge.net/projects/opencore-amr/">OpenCore AMR</ulink>,
99 <ulink url="https://gstreamer.freedesktop.org/src/orc/">Orc</ulink>, and
100 <ulink url="https://www.twolame.org/">TwoLame</ulink>
101 </para>
102
103 <para condition="html" role="usernotes">
104 User Notes: <ulink url="&blfs-wiki;/gst10-plugins-ugly"/>
105 </para>
106 </sect2>
107
108 <sect2 role="installation">
109 <title>Installation of GStreamer Ugly Plug-ins</title>
110 <!--
111 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
112 href="../../xincludes/gst10-objc-error.xml"/>
113 -->
114 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
115 href="../../xincludes/gst10-plugins.xml"/>
116
117 <para>
118 Install <application>GStreamer Ugly Plug-ins</application> by running the following
119 commands:
120 </para>
121
122<screen><userinput>mkdir build &amp;&amp;
123cd build &amp;&amp;
124
125meson setup .. \
126 --prefix=/usr \
127 --buildtype=release \
128 -Dgpl=enabled \
129 -Dpackage-origin=https://www.linuxfromscratch.org/blfs/view/&blfs-version;/ \
130 -Dpackage-name="GStreamer &gst10-plugins-ugly-version; BLFS" &amp;&amp;
131ninja</userinput></screen>
132
133 <para>
134 To test the results, issue: <command>ninja test</command>.
135 </para>
136
137 <para>
138 Now, as the <systemitem class="username">root</systemitem> user:
139 </para>
140
141<screen role="root"><userinput>ninja install</userinput></screen>
142 </sect2>
143
144 <sect2 role="commands">
145 <title>Command Explanations</title>
146
147 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
148 href="../../xincludes/meson-buildtype-release.xml"/>
149
150 <para>
151 <parameter>-Dgpl=enabled</parameter>: Without this switch, plugins with
152 dependencies on (A)GPL licensed libraries are not built.
153 </para>
154 </sect2>
155
156 <sect2 role="content">
157 <title>Contents</title>
158
159 <segmentedlist>
160 <segtitle>Installed Programs</segtitle>
161 <segtitle>Installed Libraries</segtitle>
162 <segtitle>Installed Directories</segtitle>
163
164 <seglistitem>
165 <seg>
166 None
167 </seg>
168 <seg>
169 Several plugins under /usr/lib/gstreamer-1.0
170 </seg>
171 <seg>
172 None
173 </seg>
174 </seglistitem>
175 </segmentedlist>
176
177 </sect2>
178
179</sect1>
Note: See TracBrowser for help on using the repository browser.