source: multimedia/libdriv/gst10-libav.xml@ 99e72b1

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 99e72b1 was 99e72b1, checked in by Bruce Dubbs <bdubbs@…>, 3 years ago

Tags, mostly multimedia libraries.

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