source: archive/libfame.xml@ d9cbb3b

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