source: archive/gst-ffmpeg.xml@ 48b59802

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 48b59802 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 3.7 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 gst-ffmpeg-download-http "http://gstreamer.freedesktop.org/src/gst-ffmpeg/gst-ffmpeg-&gst-ffmpeg-version;.tar.bz2">
8 <!ENTITY gst-ffmpeg-download-ftp " ">
9 <!ENTITY gst-ffmpeg-md5sum "7f5beacaf1312db2db30a026b36888c4">
10 <!ENTITY gst-ffmpeg-size "4.6 MB">
11 <!ENTITY gst-ffmpeg-buildsize "272 MB">
12 <!ENTITY gst-ffmpeg-time "2.9 SBU">
13]>
14
15<sect1 id="gst-ffmpeg" xreflabel="gst-ffmpeg-&gst-ffmpeg-version;">
16 <?dbhtml filename="gst-ffmpeg.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>gst-ffmpeg-&gst-ffmpeg-version;</title>
23
24 <indexterm zone="gst-ffmpeg">
25 <primary sortas="a-gst-ffmpeg">gst-ffmpeg</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to Gst FFMpeg</title>
30
31 <para>
32 The <application>Gst FFMpeg</application> contains GStreamer plugins
33 for <application>FFMpeg</application>.
34 </para>
35
36 &lfs77_checked;
37
38 &gst-compat;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&gst-ffmpeg-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&gst-ffmpeg-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &gst-ffmpeg-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &gst-ffmpeg-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &gst-ffmpeg-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &gst-ffmpeg-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
75 <itemizedlist spacing="compact">
76 <listitem>
77 <para>
78 Required patch:
79 <ulink url="&patch-root;/gst-ffmpeg-&gst-ffmpeg-version;-gcc-4.7-1.patch"/>
80 </para>
81 </listitem>
82 </itemizedlist>
83
84 <bridgehead renderas="sect3">Gst FFMpeg Dependencies</bridgehead>
85
86 <bridgehead renderas="sect4">Required</bridgehead>
87 <para role="required">
88 <xref linkend="gst-plugins-base"/> and
89 <xref linkend="yasm"/>
90 </para>
91
92 <bridgehead renderas="sect4">Optional</bridgehead>
93 <para role="optional">
94 <ulink url="http://code.entropywave.com/projects/orc/">ORC</ulink>
95 </para>
96
97 <para condition="html" role="usernotes">User Notes:
98 <ulink url="&blfs-wiki;/gst-ffmpeg"/>
99 </para>
100 </sect2>
101
102 <sect2 role="installation">
103 <title>Installation of Gst FFMpeg</title>
104
105 <para>
106 Install <application>Gst FFMpeg</application> by running the following
107 commands:
108 </para>
109
110<screen><userinput>patch -p1 &lt; ../gst-ffmpeg-&gst-ffmpeg-version;-gcc-4.7-1.patch &amp;&amp;
111./configure --prefix=/usr &amp;&amp;
112make</userinput></screen>
113
114 <para>
115 To test the results, issue: <command>make check</command>.
116 </para>
117
118 <para>
119 Now, as the <systemitem class="username">root</systemitem> user:
120 </para>
121
122<screen role="root"><userinput>make install</userinput></screen>
123 </sect2>
124
125 <sect2 role="content">
126 <title>Contents</title>
127
128 <segmentedlist>
129 <segtitle>Installed GStreamer Plugins</segtitle>
130
131 <seglistitem>
132 <seg>
133 libgstffmpeg.so, libgstffmpegscale.so and libgstpostproc.so
134 </seg>
135 </seglistitem>
136 </segmentedlist>
137
138 </sect2>
139
140</sect1>
Note: See TracBrowser for help on using the repository browser.