source: archive/libfame.xml@ 0d7900a

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 0d7900a was 510328e, checked in by Bruce Dubbs <bdubbs@…>, 12 years ago

Cleanup XI. Multimedia

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

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