source: multimedia/libdriv/gst10-plugins-ugly.xml@ 3389fc3

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods 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 3389fc3 was 3389fc3, checked in by Bruce Dubbs <bdubbs@…>, 15 months ago

Update gstreamer stack.
Update to gstreamer-1.22.0 stack. Includes
gstreamer
gst-plugins-base,
gst-plugins-good,
gst-plugins-bad,
gst-plugins-ugly,
gst-libav, and
gstreamer-vaapi.

  • 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 "ac97c1ca8d9c7a9878ca15796b70d809">
11 <!ENTITY gst10-plugins-ugly-size "236 KB">
12 <!ENTITY gst10-plugins-ugly-buildsize "8.4 MB (with tests)">
13 <!ENTITY gst10-plugins-ugly-time "less than 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 &lfs112_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="http://packages.debian.org/source/sid/libsidplay">libsidplay</ulink>,
98 <ulink url="https://sourceforge.net/projects/opencore-amr/">OpenCore AMR</ulink>,
99 <ulink url="http://gstreamer.freedesktop.org/src/orc/">Orc</ulink>, and
100 <ulink url="http://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 --prefix=/usr \
126 --buildtype=release \
127 -Dgpl=enabled \
128 -Dpackage-origin=https://www.linuxfromscratch.org/blfs/view/&blfs-version;/ \
129 -Dpackage-name="GStreamer &gst10-plugins-ugly-version; BLFS" &amp;&amp;
130ninja</userinput></screen>
131
132 <para>
133 To test the results, issue: <command>ninja test</command>.
134 </para>
135
136 <para>
137 Now, as the <systemitem class="username">root</systemitem> user:
138 </para>
139
140<screen role="root"><userinput>ninja install</userinput></screen>
141 </sect2>
142
143 <sect2 role="commands">
144 <title>Command Explanations</title>
145
146 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
147 href="../../xincludes/meson-buildtype-release.xml"/>
148
149 <para>
150 <parameter>-Dgpl=enabled</parameter>: Without this switch, plugins with
151 dependencies on (A)GPL licensed libraries are not built.
152 </para>
153 </sect2>
154
155 <sect2 role="content">
156 <title>Contents</title>
157
158 <segmentedlist>
159 <segtitle>Installed Programs</segtitle>
160 <segtitle>Installed Libraries</segtitle>
161 <segtitle>Installed Directories</segtitle>
162
163 <seglistitem>
164 <seg>
165 None
166 </seg>
167 <seg>
168 Several plugins under /usr/lib/gstreamer-1.0
169 </seg>
170 <seg>
171 None
172 </seg>
173 </seglistitem>
174 </segmentedlist>
175
176 </sect2>
177
178</sect1>
Note: See TracBrowser for help on using the repository browser.