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

12.1 ken/TL2024 lazarus trunk xry111/llvm18
Last change on this file since c29fcb2 was 181e069f, checked in by Bruce Dubbs <bdubbs@…>, 5 months ago

Tag all perl modules

  • Property mode set to 100644
File size: 5.6 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 " ">
[605ec3c]10 <!ENTITY gst10-plugins-ugly-md5sum "28c11a19c549dc39e452463950fe7ec7">
[a60a3f9]11 <!ENTITY gst10-plugins-ugly-size "252 KB">
[605ec3c]12 <!ENTITY gst10-plugins-ugly-buildsize "9.6 MB (with tests)">
[0eb7db8]13 <!ENTITY gst10-plugins-ugly-time "less than 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>,
[75b1a338]97 <ulink url="https://packages.debian.org/source/sid/libsidplay">libsidplay</ulink>,
[c6b192c]98 <ulink url="https://sourceforge.net/projects/opencore-amr/">OpenCore AMR</ulink>,
[75b1a338]99 <ulink url="https://gstreamer.freedesktop.org/src/orc/">Orc</ulink>, and
100 <ulink url="https://www.twolame.org/">TwoLame</ulink>
[09396b5]101 </para>
102
103 </sect2>
104
105 <sect2 role="installation">
106 <title>Installation of GStreamer Ugly Plug-ins</title>
[ef39f6b]107 <!--
[4ef9eb3]108 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
109 href="../../xincludes/gst10-objc-error.xml"/>
[ef39f6b]110 -->
[4ef9eb3]111 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
112 href="../../xincludes/gst10-plugins.xml"/>
[5dfe5591]113
[09396b5]114 <para>
115 Install <application>GStreamer Ugly Plug-ins</application> by running the following
116 commands:
117 </para>
118
[0c61cb89]119<screen><userinput>mkdir build &amp;&amp;
120cd build &amp;&amp;
121
[91318eb]122meson setup .. \
123 --prefix=/usr \
[3918112a]124 --buildtype=release \
[19a9160]125 -Dgpl=enabled \
[975b612]126 -Dpackage-origin=https://www.linuxfromscratch.org/blfs/view/&blfs-version;/ \
127 -Dpackage-name="GStreamer &gst10-plugins-ugly-version; BLFS" &amp;&amp;
[0c61cb89]128ninja</userinput></screen>
[09396b5]129
130 <para>
[0c61cb89]131 To test the results, issue: <command>ninja test</command>.
[09396b5]132 </para>
133
134 <para>
135 Now, as the <systemitem class="username">root</systemitem> user:
136 </para>
137
[0c61cb89]138<screen role="root"><userinput>ninja install</userinput></screen>
[09396b5]139 </sect2>
140
[3918112a]141 <sect2 role="commands">
142 <title>Command Explanations</title>
143
144 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
145 href="../../xincludes/meson-buildtype-release.xml"/>
[19a9160]146
147 <para>
148 <parameter>-Dgpl=enabled</parameter>: Without this switch, plugins with
149 dependencies on (A)GPL licensed libraries are not built.
150 </para>
[3918112a]151 </sect2>
152
[09396b5]153 <sect2 role="content">
154 <title>Contents</title>
155
156 <segmentedlist>
[c3c56b2]157 <segtitle>Installed Programs</segtitle>
[09396b5]158 <segtitle>Installed Libraries</segtitle>
[0783427]159 <segtitle>Installed Directories</segtitle>
[09396b5]160
161 <seglistitem>
[c3c56b2]162 <seg>
163 None
164 </seg>
[09396b5]165 <seg>
[dc7f94ad]166 Several plugins under /usr/lib/gstreamer-1.0
[09396b5]167 </seg>
168 <seg>
[8c0d8196]169 None
[09396b5]170 </seg>
171 </seglistitem>
172 </segmentedlist>
173
174 </sect2>
175
176</sect1>
Note: See TracBrowser for help on using the repository browser.