source: archive/libfame.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 4.9 KB
RevLine 
[e20bc0e5]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[48b7295]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
[3904c76d]6
[fce275e]7 <!ENTITY libfame-download-http "&sourceforge-repo;/fame/libfame-&libfame-version;.tar.gz">
[fb2e525]8 <!ENTITY libfame-download-ftp "&gentoo-ftp-repo;/libfame-&libfame-version;.tar.gz">
[06a5391]9 <!ENTITY libfame-md5sum "880085761e17a3b4fc41f4f6f198fd3b">
[48b7295]10 <!ENTITY libfame-size "290 KB">
[16f349dd]11 <!ENTITY libfame-buildsize "6.6 MB">
12 <!ENTITY libfame-time "0.2 SBU">
[48b7295]13]>
14
[a053937]15<sect1 id="libfame" xreflabel="libFAME-&libfame-version;">
[e20bc0e5]16 <?dbhtml filename="libfame.html"?>
17
18
[16f349dd]19 <title>libFAME-&libfame-version;</title>
[e20bc0e5]20
21 <indexterm zone="libfame">
22 <primary sortas="a-LibFAME">LibFAME</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to libFAME</title>
27
[50b692d]28 <para><application>libFAME</application> is a fast (real-time) MPEG-1 as
[e20bc0e5]29 well as MPEG-4 rectangular and arbitrary shaped video encoding library.</para>
30
31 <bridgehead renderas="sect3">Package Information</bridgehead>
32 <itemizedlist spacing="compact">
33 <listitem>
34 <para>Download (HTTP): <ulink url="&libfame-download-http;"/></para>
35 </listitem>
36 <listitem>
37 <para>Download (FTP): <ulink url="&libfame-download-ftp;"/></para>
38 </listitem>
39 <listitem>
40 <para>Download MD5 sum: &libfame-md5sum;</para>
41 </listitem>
42 <listitem>
43 <para>Download size: &libfame-size;</para>
44 </listitem>
45 <listitem>
46 <para>Estimated disk space required: &libfame-buildsize;</para>
47 </listitem>
48 <listitem>
49 <para>Estimated build time: &libfame-time;</para>
50 </listitem>
51 </itemizedlist>
52
53 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
54 <itemizedlist spacing='compact'>
[a747b3c]55 <listitem>
56 <para>Required Patch: <ulink
57 url="&patch-root;/libfame-&libfame-version;-gcc34-1.patch"/></para>
58 </listitem>
[e20bc0e5]59 </itemizedlist>
60
[0e2aa08]61 <para condition="html" role="usernotes">User Notes:
62 <ulink url="&blfs-wiki;/libfame"/></para>
63
[e20bc0e5]64 </sect2>
65
66 <sect2 role="installation">
67 <title>Installation of libFAME</title>
68
[50b692d]69 <para>Install <application>libFAME</application> by running
[e20bc0e5]70 the following commands:</para>
71
72<screen><userinput>patch -Np1 -i ../libfame-&libfame-version;-gcc34-1.patch &amp;&amp;
[7948e10]73sed -i 's/$CC --version/$CC -dumpversion/' configure &amp;&amp;
[3904c76d]74./configure --prefix=/usr &amp;&amp;
[98e781c]75make</userinput></screen>
76
[8a8e021]77 <para>This package does not come with a test suite.</para>
78
[98e781c]79 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
80
81<screen role="root"><userinput>make install</userinput></screen>
[e20bc0e5]82
83 </sect2>
[16f349dd]84 <sect2 role="commands">
85 <title>Command Explanations</title>
[6473e74]86
[7948e10]87 <para><command>sed -i 's/$CC --version/$CC -dumpversion/'
88 configure</command>: This command causes the <command>configure</command>
89 script to use a different command to find out the version of the compiler.
90 Without this command, the -fstrict-aliasing flag is not added to the
91 <envar>CFLAGS</envar> variable in the various
92 <filename>Makefile</filename>s.</para>
93
[16f349dd]94 <para><option>--enable-sse</option>: This option is off by default and
95 should be set on if your machine has SSE capability. One way to find out if
96 you have SSE is to issue <command>cat /proc/cpuinfo</command> and see if
97 <computeroutput>sse</computeroutput> is listed in the flags.</para>
[e20bc0e5]98
[16f349dd]99 </sect2>
[6473e74]100
[e20bc0e5]101 <sect2 role="content">
102 <title>Contents</title>
103
104 <segmentedlist>
105 <segtitle>Installed Programs</segtitle>
106 <segtitle>Installed Libraries</segtitle>
107 <segtitle>Installed Directories</segtitle>
108
109 <seglistitem>
110 <seg>libfame-config</seg>
[0e2aa08]111 <seg>libfame.{so,a}</seg>
[8a8e021]112 <seg>None</seg>
[e20bc0e5]113 </seglistitem>
114 </segmentedlist>
115
116 <variablelist>
117 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
118 <?dbfo list-presentation="list"?>
119 <?dbhtml list-presentation="table"?>
120
121 <varlistentry id="libfame-config">
122 <term><command>libfame-config</command></term>
123 <listitem>
[50b692d]124 <para>provides configuration information for
[e20bc0e5]125 <filename class="libraryfile">libfame</filename>.</para>
126 <indexterm zone="libfame libfame-config">
127 <primary sortas="b-libfame-config">libfame-config</primary>
128 </indexterm>
129 </listitem>
130 </varlistentry>
131
132 <varlistentry id="libfame-lib">
[0e2aa08]133 <term><filename class='libraryfile'>libfame.{so,a}</filename></term>
[e20bc0e5]134 <listitem>
135 <para>provides functions for the video encoding programs.</para>
136 <indexterm zone="libfame libfame-lib">
[0e2aa08]137 <primary sortas="c-libfame">libfame.{so,a}</primary>
[e20bc0e5]138 </indexterm>
139 </listitem>
140 </varlistentry>
141
142 </variablelist>
143
144 </sect2>
[a053937]145
146</sect1>
Note: See TracBrowser for help on using the repository browser.