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

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 eede1a3 was 3918112a, checked in by Xi Ruoyao <xry111@…>, 3 years ago

add xinclude for --buildtype=release

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