source: multimedia/libdriv/gst-ffmpeg.xml@ 80dbefa2

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 80dbefa2 was 80dbefa2, checked in by Andrew Benton <andy@…>, 12 years ago

patch gst-ffmpeg to compile with gcc-4.7

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10331 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 3.9 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 <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">
30 <title>Introduction to gst-ffmpeg</title>
31
32 <para>The <application>gst-ffmpeg</application> package is a gstreamer plugin
33 for ffmpeg.</para>
34
35 &lfs70_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&gst-ffmpeg-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&gst-ffmpeg-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &gst-ffmpeg-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &gst-ffmpeg-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &gst-ffmpeg-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &gst-ffmpeg-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
60 <itemizedlist spacing="compact">
61 <listitem>
62 <para>
63 Required patch:
64 <ulink url="&patch-root;/gst-ffmpeg-&gst-ffmpeg-version;-gcc-4.7-1.patch"/>
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">gst-ffmpeg Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required"><xref linkend="gst-plugins-base"/> and
73 <xref linkend="yasm"/></para>
74
75 <bridgehead renderas="sect4">Optional</bridgehead>
76 <para role="optional"><ulink url="http://code.entropywave.com/projects/orc/">ORC
77 </ulink></para>
78
79 <para condition="html" role="usernotes">User Notes:
80 <ulink url="&blfs-wiki;/gst-ffmpeg"/></para>
81
82 </sect2>
83
84 <sect2 role="installation">
85 <title>Installation of gst-ffmpeg</title>
86
87 <para>Install <application>gst-ffmpeg</application> by running the following
88 commands:</para>
89
90<screen><userinput>patch -p1 &lt; ../gst-ffmpeg-&gst-ffmpeg-version;-gcc-4.7-1.patch &amp;&amp;
91./configure --prefix=/usr &amp;&amp;
92make</userinput></screen>
93
94 <para>To test the results, issue: <command>make check</command>.</para>
95
96 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
97
98<screen role="root"><userinput>make install</userinput></screen>
99 </sect2>
100
101 <sect2 role="commands">
102 <title>Command Explanations</title>
103
104 <para>
105 <command>patch -p1 &lt;
106 ../gst-ffmpeg-&gst-ffmpeg-version;-gcc-4.7-1.patch</command>: This patch
107 fixes compiling Gst FFmpeg with Gcc 4.7.
108 </para>
109 </sect2>
110
111 <sect2 role="content">
112 <title>Contents</title>
113
114 <segmentedlist>
115 <segtitle>Installed Programs</segtitle>
116 <segtitle>Installed Libraries</segtitle>
117 <segtitle>Installed Directory</segtitle>
118
119 <seglistitem>
120 <seg>None</seg>
121 <seg>libgstffmpeg.so, libgstffmpegscale.so, and libgstpostproc.so</seg>
122 <seg></seg>
123 </seglistitem>
124 </segmentedlist>
125
126 </sect2>
127
128</sect1>
Note: See TracBrowser for help on using the repository browser.