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

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 xry111/llvm18 xry111/xf86-video-removal
Last change on this file since d78e102e was d78e102e, checked in by Bruce Dubbs <bdubbs@…>, 16 months ago

Update gstreamer stack to version 1.20.5.
gstreamer
gst-plugins-base
gst-plugins-good
gst-plugins-bad
gst-plugins-ugly
gst-libav
gstreamer-vaapi

  • Property mode set to 100644
File size: 4.2 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-libav-download-http "&gstreamer-dl;/gst-libav/gst-libav-&gst10-libav-version;.tar.xz">
8 <!ENTITY gst10-libav-download-ftp " ">
9 <!ENTITY gst10-libav-md5sum "4a6d6dc9b8a68cae404c8d211f0905e2">
10 <!ENTITY gst10-libav-size "288 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)">
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
35 &lfs112_checked;
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">
75 <xref linkend="ffmpeg"/> and
76 <xref linkend="gst10-plugins-base"/>
77 </para>
78
79 <bridgehead renderas="sect4">Recommended</bridgehead>
80 <para role="recommended">
81 <xref linkend="yasm"/>
82 </para>
83
84 <bridgehead renderas="sect4">Optional</bridgehead>
85 <para role="optional">
86 <ulink url="https://pypi.org/project/hotdoc/">hotdoc</ulink>
87 </para>
88
89 <para condition="html" role="usernotes">
90 User Notes: <ulink url="&blfs-wiki;/gst10-libav"/>
91 </para>
92 </sect2>
93
94 <sect2 role="installation">
95 <title>Installation of GStreamer Libav</title>
96
97 <para>
98 Install <application>GStreamer Libav</application> by running the following
99 commands:
100 </para>
101
102<screen><userinput>mkdir build &amp;&amp;
103cd build &amp;&amp;
104
105meson --prefix=/usr \
106 --buildtype=release \
107 -Dpackage-origin=https://www.linuxfromscratch.org/blfs/view/&blfs-version;/ \
108 -Dpackage-name="GStreamer &gst10-libav-version; BLFS" &amp;&amp;
109ninja</userinput></screen>
110
111
112 <para>
113 To test the results, issue: <command>ninja test</command>.
114 </para>
115
116 <para>
117 Now, as the <systemitem class="username">root</systemitem> user:
118 </para>
119
120<screen role="root"><userinput>ninja install</userinput></screen>
121 </sect2>
122
123 <sect2 role="commands">
124 <title>Command Explanations</title>
125
126 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
127 href="../../xincludes/meson-buildtype-release.xml"/>
128 </sect2>
129
130 <sect2 role="content">
131 <title>Contents</title>
132
133 <segmentedlist>
134 <segtitle>Installed Programs</segtitle>
135 <segtitle>Installed Library</segtitle>
136 <segtitle>Installed Directory</segtitle>
137
138 <seglistitem>
139 <seg>
140 None
141 </seg>
142 <seg>
143 libgstlibav.so in /usr/lib/gstreamer-1.0 directory
144 </seg>
145 <seg>
146 None
147 </seg>
148 </seglistitem>
149 </segmentedlist>
150
151 </sect2>
152
153</sect1>
Note: See TracBrowser for help on using the repository browser.