source: multimedia/libdriv/gst-ffmpeg.xml@ 607c1e67

7.6-blfs 7.6-systemd kde5-14269 kde5-14686 systemd-13485
Last change on this file since 607c1e67 was 607c1e67, checked in by Krejzi <krejzi@…>, 10 years ago

Yet even more checks and fixes.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14023 af4574ff-66df-0310-9fd7-8a98e5e911e0

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