source: multimedia/libdriv/gst10-libav.xml@ 8c0d8196

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 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 8c0d8196 was 8c0d8196, checked in by Douglas R. Reno <renodr@…>, 2 years ago

Package updates:

Update the whole gstreamer stack to 1.20. Includes plugins, libav, and
vaapi.

  • Property mode set to 100644
File size: 4.4 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 " ">
[8c0d8196]9 <!ENTITY gst10-libav-md5sum "755e2844e1bd346eadc300d584d6afd6">
10 <!ENTITY gst10-libav-size "272 KB">
11 <!ENTITY gst10-libav-buildsize "14 MB">
12 <!ENTITY gst10-libav-time "0.1 SBU (Using parallelism=4)">
[09396b5]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
[7b2fed0f]38 &lfs110a_checked;
[09396b5]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">
[4ef9eb3]78 <xref linkend="ffmpeg"/> and
[897d0fa]79 <xref linkend="gst10-plugins-base"/>
80 </para>
81
82 <bridgehead renderas="sect4">Recommended</bridgehead>
83 <para role="recommended">
[4ef9eb3]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. -->
[09396b5]86 <xref linkend="yasm"/>
87 </para>
88
89 <bridgehead renderas="sect4">Optional</bridgehead>
90 <para role="optional">
[794a5d8]91 <ulink url="https://pypi.org/project/hotdoc/">hotdoc</ulink> and
[50393b8e]92 <ulink url="http://gstreamer.freedesktop.org/src/orc/">Orc</ulink>
[09396b5]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
[4ef9eb3]103 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
104 href="../../xincludes/gst10-objc-error.xml"/>
[8558044]105
[09396b5]106 <para>
107 Install <application>GStreamer Libav</application> by running the following
108 commands:
109 </para>
110
[0c61cb89]111<screen><userinput>mkdir build &amp;&amp;
112cd build &amp;&amp;
113
114meson --prefix=/usr \
[3918112a]115 --buildtype=release \
[c9aa980]116 -Dpackage-origin=https://www.linuxfromscratch.org/blfs/view/svn/ \
[0c61cb89]117 -Dpackage-name="GStreamer &gst10-libav-version; BLFS" &amp;&amp;
118ninja</userinput></screen>
119
[09396b5]120
121 <para>
[8c0d8196]122 To test the results, issue: <command>ninja test</command>
[09396b5]123 </para>
124
125 <para>
126 Now, as the <systemitem class="username">root</systemitem> user:
127 </para>
128
[0c61cb89]129<screen role="root"><userinput>ninja install</userinput></screen>
[09396b5]130 </sect2>
131
[897d0fa]132 <sect2 role="commands">
133 <title>Command Explanations</title>
134
[3918112a]135 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
136 href="../../xincludes/meson-buildtype-release.xml"/>
[897d0fa]137 </sect2>
138
[09396b5]139 <sect2 role="content">
140 <title>Contents</title>
141
142 <segmentedlist>
[c3c56b2]143 <segtitle>Installed Programs</segtitle>
[0783427]144 <segtitle>Installed Library</segtitle>
145 <segtitle>Installed Directory</segtitle>
[09396b5]146
147 <seglistitem>
[c3c56b2]148 <seg>
149 None
150 </seg>
[09396b5]151 <seg>
[0c61cb89]152 libgstlibav.so
[09396b5]153 </seg>
[c3c56b2]154 <seg>
[0c61cb89]155 None
[c3c56b2]156 </seg>
[09396b5]157 </seglistitem>
158 </segmentedlist>
159
160 </sect2>
161
162</sect1>
Note: See TracBrowser for help on using the repository browser.