source: multimedia/libdriv/gst-plugins-good.xml@ f2c6e1d

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules 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 f2c6e1d was 2ee06431, checked in by Bruce Dubbs <bdubbs@…>, 10 years ago

Mark some packages as checked.
Rearrange some dependencies.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@14369 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 7.3 KB
RevLine 
[a91c0e2]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[a91c0e2]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[e173f329]7 <!ENTITY gst-plugins-good-download-http
[2ba0c1a]8 "&gnome-download-http;/gst-plugins-good/0.10/gst-plugins-good-&gst-plugins-good-version;.tar.xz">
[e173f329]9 <!ENTITY gst-plugins-good-download-ftp
[2ba0c1a]10 "&gnome-download-ftp;/gst-plugins-good/0.10/gst-plugins-good-&gst-plugins-good-version;.tar.xz">
[adfcb4d6]11 <!ENTITY gst-plugins-good-md5sum "555845ceab722e517040bab57f9ace95">
12 <!ENTITY gst-plugins-good-size "2.6 MB">
13 <!ENTITY gst-plugins-good-buildsize "110 MB">
[e036353]14 <!ENTITY gst-plugins-good-time "1.2 SBU">
[a91c0e2]15]>
16
[2ba0c1a]17<sect1 id="gst-plugins-good" xreflabel="gst-plugins-good-&gst-plugins-good-version;">
[a91c0e2]18 <?dbhtml filename="gst-plugins-good.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
[a027d7d3]25 <title>gst-plugins-good-&gst-plugins-good-version;</title>
[a91c0e2]26
27 <indexterm zone="gst-plugins-good">
28 <primary sortas="a-GStreamer-Good-Plug-ins">GStreamer Good Plug-ins</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to GStreamer Good Plug-ins</title>
33
[e173f329]34 <para>
35 The <application>GStreamer Good Plug-ins</application> is a set of
36 plug-ins considered by the <application>GStreamer</application> developers
37 to have good quality code, correct functionality, and the preferred
38 license (LGPL for the plug-in code, LGPL or LGPL-compatible for the
39 supporting library). A wide range of video and audio decoders, encoders,
40 and filters are included. Also see the <xref linkend="gst-plugins-ugly"/>,
41 <xref linkend="gst-plugins-bad"/> and <xref linkend="gst-ffmpeg"/>
42 packages.
[e036353]43 </para>
44
[23b3dda]45 &lfs76_checked;
[a91c0e2]46
[058a3280]47 &gst-compat;
48
[a91c0e2]49 <bridgehead renderas="sect3">Package Information</bridgehead>
50 <itemizedlist spacing="compact">
51 <listitem>
[e173f329]52 <para>
53 Download (HTTP): <ulink url="&gst-plugins-good-download-http;"/>
54 </para>
[a91c0e2]55 </listitem>
56 <listitem>
[e173f329]57 <para>
58 Download (FTP): <ulink url="&gst-plugins-good-download-ftp;"/>
59 </para>
[a91c0e2]60 </listitem>
61 <listitem>
[e173f329]62 <para>
63 Download MD5 sum: &gst-plugins-good-md5sum;
64 </para>
[a91c0e2]65 </listitem>
66 <listitem>
[e173f329]67 <para>
68 Download size: &gst-plugins-good-size;
69 </para>
[a91c0e2]70 </listitem>
71 <listitem>
[e173f329]72 <para>
73 Estimated disk space required: &gst-plugins-good-buildsize;
74 </para>
[a91c0e2]75 </listitem>
76 <listitem>
[e173f329]77 <para>
78 Estimated build time: &gst-plugins-good-time;
79 </para>
[a91c0e2]80 </listitem>
81 </itemizedlist>
82
83 <bridgehead renderas="sect3">GStreamer Good Plug-ins Dependencies</bridgehead>
84
85 <bridgehead renderas="sect4">Required</bridgehead>
[e173f329]86 <para role="required">
87 <xref linkend="gst-plugins-base"/>
88 </para>
[e443e502]89
[4c2be438]90 <bridgehead renderas="sect4">Recommended</bridgehead>
91 <para role="recommended">
92 <xref linkend="cairo"/>,
93 <xref linkend="flac"/>,
94 <xref linkend="libjpeg"/>,
95 <xref linkend="libpng"/> and
96 <xref linkend="xorg7-lib"/>
97 </para>
98
99 <bridgehead renderas="sect4">Optional (Required if building GNOME)</bridgehead>
100 <para role="optional">
101 <xref linkend="GConf"/> and
102 <xref linkend="libsoup"/>
103 </para>
104
[a91c0e2]105 <bridgehead renderas="sect4">Optional</bridgehead>
[e173f329]106 <para role="optional">
107 <xref linkend="aalib"/>,
108 <xref linkend="gtk3"/> (required to build the examples),
[2ee06431]109 <xref linkend="libdv"/>,
110 <xref linkend="pulseaudio"/>,
111 <xref linkend="speex"/>,
112 <xref linkend="taglib"/>,
[e173f329]113 <ulink url="http://www.jackaudio.org">JACK</ulink>,
114 <ulink url="http://sourceforge.net/projects/libavc1394/">libavc1394</ulink>
[2ee06431]115 (requires
116 <ulink url="http://www.kernel.org/pub/linux/libs/ieee1394/"> libraw1394</ulink>),
[e173f329]117 <ulink url="http://sam.zoy.org/projects/libcaca/">libcaca</ulink>,
118 <ulink url="http://www.gnu.org/software/libcdio/">libcdio</ulink>,
119 <ulink url="http://www.kernel.org/pub/linux/libs/ieee1394/">libiec61883</ulink>,
120 <ulink url="http://downloads.us.xiph.org/releases/libshout/">libshout</ulink>,
121 <ulink url="http://code.entropywave.com/projects/orc/">ORC</ulink>,
[4c2be438]122 <ulink url="http://linuxtv.org/downloads/v4l-utils/">Video4Linux</ulink> and
[c9ad670]123 <ulink url="http://www.wavpack.com/">WavPack</ulink>
[e173f329]124 </para>
[cc60178]125
126 <bridgehead renderas="sect4">Optional, for the unit regression tests</bridgehead>
[e173f329]127 <para>
[f1607a4]128 <xref linkend="valgrind"/>
[e173f329]129 </para>
[a91c0e2]130
[c9ad670]131 <bridgehead renderas="sect4">
132 Optional (Required to Rebuild the API Documentation)
133 </bridgehead>
[e173f329]134 <para role="optional">
135 <xref linkend="gtk-doc"/> and
[56605b9]136 <xref linkend="python2"/>
[e173f329]137 </para>
[a91c0e2]138
[e173f329]139 <para condition="html" role="usernotes">
140 User Notes: <ulink url="&blfs-wiki;/gst-plugins-good"/>
141 </para>
[a91c0e2]142 </sect2>
143
144 <sect2 role="installation">
145 <title>Installation of GStreamer Good Plug-ins</title>
146
[5dfe5591]147 <note><para>If you need a plugin for a given dependency, that dependency
148 needs to be installed before this application.
149 </para></note>
150
[e173f329]151 <para>
152 Install <application>GStreamer Good Plug-ins</application> by running the
153 following commands:
154 </para>
[a91c0e2]155
[67d0a551]156<screen><userinput>sed -i -e "/input:/d" sys/v4l2/gstv4l2bufferpool.c &amp;&amp;
157sed -i -e "/case V4L2_CID_HCENTER/d" -e "/case V4L2_CID_VCENTER/d" sys/v4l2/v4l2_calls.c &amp;&amp;
[64ccc1e]158./configure --prefix=/usr \
[c9ad670]159 --sysconfdir=/etc \
160 --with-gtk=3.0 &amp;&amp;
[a91c0e2]161make</userinput></screen>
162
[e173f329]163 <para>
164 To run the unit regression tests, issue: <command>make check</command>.
165 There are many other <filename>Makefile</filename> targets you can specify
166 for running the tests, issue <command>make -C tests/check help</command>
167 to see the complete list.
168 </para>
[a91c0e2]169
[e173f329]170 <para>
171 Now, as the <systemitem class="username">root</systemitem> user:
172 </para>
[a91c0e2]173
174<screen role="root"><userinput>make install</userinput></screen>
175
[e173f329]176 <para>
177 If you did not rebuild the API documentation by passing
178 <option>--enable-gtk-doc</option> to the <command>configure</command>
179 script and you wish to install the pre-built documentation, issue the
180 following command as the <systemitem class="username">root</systemitem>
181 user:
182 </para>
[a91c0e2]183
184<screen role="root"><userinput>make -C docs/plugins install-data</userinput></screen>
185 </sect2>
186
[081a9c3]187 <sect2 role="commands">
188 <title>Command Explanations</title>
189
[64ccc1e]190 <para>
[67d0a551]191 <command>sed -i -e "..."</command>: These <command>sed</command>
192 commands fix building with recent kernels.
[64ccc1e]193 </para>
194
[e173f329]195 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[c9ad670]196 href="../../xincludes/gtk-doc-rebuild.xml"/>
197
[081a9c3]198 </sect2>
199
[a91c0e2]200 <sect2 role="content">
201 <title>Contents</title>
202
203 <segmentedlist>
[c3c56b2]204 <segtitle>Installed Programs</segtitle>
205 <segtitle>Installed Libraries</segtitle>
[c9ad670]206 <segtitle>Installed Directory</segtitle>
[a91c0e2]207
208 <seglistitem>
[c3c56b2]209 <seg>
210 None
211 </seg>
212 <seg>
213 None
214 </seg>
[c9ad670]215 <seg>
216 /usr/share/gtk-doc/html/gst-plugins-good-plugins-0.10
217 </seg>
[a91c0e2]218 </seglistitem>
219 </segmentedlist>
[c9ad670]220
[a91c0e2]221 </sect2>
[c9ad670]222
[a91c0e2]223</sect1>
Note: See TracBrowser for help on using the repository browser.