source: multimedia/libdriv/gst10-libav.xml@ ece8654e

11.3 12.0 12.1 12.2 gimp3 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 xry111/for-12.3 xry111/llvm18 xry111/spidermonkey128 xry111/xf86-video-removal
Last change on this file since ece8654e was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 22 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 4.7 KB
RevLine 
[09396b5]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-libav-download-http "&gstreamer-dl;/gst-libav/gst-libav-&gst10-libav-version;.tar.xz">
8 <!ENTITY gst10-libav-download-ftp " ">
[8624a457]9 <!ENTITY gst10-libav-md5sum "a5d4816849a6fe3b84c1aa520da9e8b8">
10 <!ENTITY gst10-libav-size "284 KB">
11 <!ENTITY gst10-libav-buildsize "14 MB (with tests)">
12 <!ENTITY gst10-libav-time "less than 0.1 SBU (Using parallelism=4; with tests)">
[09396b5]13]>
14
15<sect1 id="gst10-libav" xreflabel="gst-libav-&gst10-libav-version;">
16 <?dbhtml filename="gst10-libav.html"?>
17
18
19 <title>gst-libav-&gst10-libav-version;</title>
20
21 <indexterm zone="gst10-libav">
22 <primary sortas="a-gst-libav">gst-libav</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to GStreamer Libav</title>
27
28 <para>
29 The <application>GStreamer Libav</application> package contains
30 <application>GStreamer</application> plugins for
31 <application>Libav</application> (a fork of
32 <application>FFmpeg</application>).
33 </para>
34
[fa4d97a]35 &lfs112_checked;
[09396b5]36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&gst10-libav-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&gst10-libav-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &gst10-libav-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &gst10-libav-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &gst10-libav-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &gst10-libav-time;
67 </para>
68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect3">GStreamer Libav Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Required</bridgehead>
74 <para role="required">
[4ef9eb3]75 <xref linkend="ffmpeg"/> and
[897d0fa]76 <xref linkend="gst10-plugins-base"/>
77 </para>
78
79 <bridgehead renderas="sect4">Recommended</bridgehead>
80 <para role="recommended">
[4ef9eb3]81 <!-- With 1.14.x and before, an internal copy of FFMPEG was used.
82 This is no longer the case, so it is now required. -->
[09396b5]83 <xref linkend="yasm"/>
84 </para>
85
86 <bridgehead renderas="sect4">Optional</bridgehead>
87 <para role="optional">
[ef39f6b]88 <ulink url="https://pypi.org/project/hotdoc/">hotdoc</ulink><!-- and
89 no trace of this in tarball (only in ChangeLog for versions 0.x)
90 <ulink url="http://gstreamer.freedesktop.org/src/orc/">Orc</ulink>-->
[09396b5]91 </para>
92
93 <para condition="html" role="usernotes">
94 User Notes: <ulink url="&blfs-wiki;/gst10-libav"/>
95 </para>
96 </sect2>
97
98 <sect2 role="installation">
99 <title>Installation of GStreamer Libav</title>
[ef39f6b]100 <!-- No trace of this in tarball
[4ef9eb3]101 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
102 href="../../xincludes/gst10-objc-error.xml"/>
[ef39f6b]103 -->
[09396b5]104 <para>
105 Install <application>GStreamer Libav</application> by running the following
106 commands:
107 </para>
108
[0c61cb89]109<screen><userinput>mkdir build &amp;&amp;
110cd build &amp;&amp;
111
112meson --prefix=/usr \
[3918112a]113 --buildtype=release \
[975b612]114 -Dpackage-origin=https://www.linuxfromscratch.org/blfs/view/&blfs-version;/ \
[0c61cb89]115 -Dpackage-name="GStreamer &gst10-libav-version; BLFS" &amp;&amp;
116ninja</userinput></screen>
117
[09396b5]118
119 <para>
[171b1337]120 To test the results, issue: <command>ninja test</command>. One test,
121 <filename>elements_avaudenc</filename>, is known to fail with ffmpeg-5.1.
[09396b5]122 </para>
123
124 <para>
125 Now, as the <systemitem class="username">root</systemitem> user:
126 </para>
127
[0c61cb89]128<screen role="root"><userinput>ninja install</userinput></screen>
[09396b5]129 </sect2>
130
[897d0fa]131 <sect2 role="commands">
132 <title>Command Explanations</title>
133
[3918112a]134 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
135 href="../../xincludes/meson-buildtype-release.xml"/>
[897d0fa]136 </sect2>
137
[09396b5]138 <sect2 role="content">
139 <title>Contents</title>
140
141 <segmentedlist>
[c3c56b2]142 <segtitle>Installed Programs</segtitle>
[0783427]143 <segtitle>Installed Library</segtitle>
144 <segtitle>Installed Directory</segtitle>
[09396b5]145
146 <seglistitem>
[c3c56b2]147 <seg>
148 None
149 </seg>
[09396b5]150 <seg>
[ef39f6b]151 libgstlibav.so in /usr/lib/gstreamer-1.0 directory
[09396b5]152 </seg>
[c3c56b2]153 <seg>
[0c61cb89]154 None
[c3c56b2]155 </seg>
[09396b5]156 </seglistitem>
157 </segmentedlist>
158
159 </sect2>
160
161</sect1>
Note: See TracBrowser for help on using the repository browser.