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 xvid-download-http "http://downloads.xvid.org/downloads/xvidcore-&xvid-version;.tar.gz">
|
---|
8 | <!ENTITY xvid-download-ftp " ">
|
---|
9 | <!ENTITY xvid-md5sum "87c8cf7b69ebed93c2d82ea5709d098a">
|
---|
10 | <!ENTITY xvid-size "800 KB">
|
---|
11 | <!ENTITY xvid-buildsize "9 MB">
|
---|
12 | <!ENTITY xvid-time "0.2 SBU">
|
---|
13 | ]>
|
---|
14 |
|
---|
15 | <sect1 id="xvid" xreflabel="XviD-&xvid-version;">
|
---|
16 | <?dbhtml filename="xvid.html"?>
|
---|
17 |
|
---|
18 | <sect1info>
|
---|
19 | <othername>$LastChangedBy$</othername>
|
---|
20 | <date>$Date$</date>
|
---|
21 | </sect1info>
|
---|
22 |
|
---|
23 | <title>XviD-&xvid-version;</title>
|
---|
24 |
|
---|
25 | <indexterm zone="xvid">
|
---|
26 | <primary sortas="a-XviD">XviD</primary>
|
---|
27 | </indexterm>
|
---|
28 |
|
---|
29 | <sect2 role="package">
|
---|
30 | <title>Introduction to XviD</title>
|
---|
31 |
|
---|
32 | <para><application>XviD</application> is an MPEG-4
|
---|
33 | compliant video CODEC.</para>
|
---|
34 |
|
---|
35 | &lfs72_checked;
|
---|
36 |
|
---|
37 | <bridgehead renderas="sect3">Package Information</bridgehead>
|
---|
38 | <itemizedlist spacing="compact">
|
---|
39 | <listitem>
|
---|
40 | <para>Download (HTTP): <ulink url="&xvid-download-http;"/></para>
|
---|
41 | </listitem>
|
---|
42 | <listitem>
|
---|
43 | <para>Download (FTP): <ulink url="&xvid-download-ftp;"/></para>
|
---|
44 | </listitem>
|
---|
45 | <listitem>
|
---|
46 | <para>Download MD5 sum: &xvid-md5sum;</para>
|
---|
47 | </listitem>
|
---|
48 | <listitem>
|
---|
49 | <para>Download size: &xvid-size;</para>
|
---|
50 | </listitem>
|
---|
51 | <listitem>
|
---|
52 | <para>Estimated disk space required: &xvid-buildsize;</para>
|
---|
53 | </listitem>
|
---|
54 | <listitem>
|
---|
55 | <para>Estimated build time: &xvid-time;</para>
|
---|
56 | </listitem>
|
---|
57 | </itemizedlist>
|
---|
58 |
|
---|
59 | <bridgehead renderas="sect3">XviD Dependencies</bridgehead>
|
---|
60 |
|
---|
61 | <bridgehead renderas="sect4">Optional</bridgehead>
|
---|
62 | <para role="optional"><xref linkend="yasm"/></para>
|
---|
63 |
|
---|
64 | <para condition="html" role="usernotes">User Notes:
|
---|
65 | <ulink url="&blfs-wiki;/xvid"/></para>
|
---|
66 |
|
---|
67 | </sect2>
|
---|
68 |
|
---|
69 | <sect2 role="installation">
|
---|
70 | <title>Installation of XviD</title>
|
---|
71 |
|
---|
72 | <note><para>This package tarball expands to <filename
|
---|
73 | class='directory'>xvidcore</filename>, not the expected <filename
|
---|
74 | class='directory'>xvidcore-&xvid-version;</filename>.</para></note>
|
---|
75 |
|
---|
76 | <para>Install <application>XviD</application> by running the following
|
---|
77 | commands:</para>
|
---|
78 |
|
---|
79 | <screen><userinput>cd build/generic &&
|
---|
80 | ./configure --prefix=/usr &&
|
---|
81 | make</userinput></screen>
|
---|
82 |
|
---|
83 | <para>This package does not come with a test suite.</para>
|
---|
84 |
|
---|
85 | <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
---|
86 |
|
---|
87 | <screen role="root"><userinput>make install &&
|
---|
88 |
|
---|
89 | chmod -v 755 /usr/lib/libxvidcore.so.4.3 &&
|
---|
90 | ln -v -sf libxvidcore.so.4.3 /usr/lib/libxvidcore.so.4 &&
|
---|
91 | ln -v -sf libxvidcore.so.4 /usr/lib/libxvidcore.so &&
|
---|
92 |
|
---|
93 | install -v -m755 -d /usr/share/doc/xvidcore-&xvid-version;/examples &&
|
---|
94 | install -v -m644 ../../doc/* /usr/share/doc/xvidcore-&xvid-version; &&
|
---|
95 | install -v -m644 ../../examples/* \
|
---|
96 | /usr/share/doc/xvidcore-&xvid-version;/examples</userinput></screen>
|
---|
97 |
|
---|
98 | </sect2>
|
---|
99 |
|
---|
100 | <sect2 role="commands">
|
---|
101 | <title>Command Explanations</title>
|
---|
102 |
|
---|
103 | <para><command>ln -v -sf libxvidcore.so.4 /usr/lib/libxvidcore.so</command>:
|
---|
104 | This command makes applications linked against
|
---|
105 | <filename class="libraryfile">.so</filename> names, link to
|
---|
106 | <filename class="libraryfile">.so.<replaceable><MAJOR></replaceable></filename>.
|
---|
107 | This ensures better binary compatibility, as
|
---|
108 | <application>XviD</application> developers take care not changing the
|
---|
109 | <replaceable><MAJOR></replaceable> number until there is an incompatible
|
---|
110 | ABI change.</para>
|
---|
111 |
|
---|
112 | </sect2>
|
---|
113 |
|
---|
114 | <sect2 role="content">
|
---|
115 | <title>Contents</title>
|
---|
116 |
|
---|
117 | <segmentedlist>
|
---|
118 | <segtitle>Installed Programs</segtitle>
|
---|
119 | <segtitle>Installed Library</segtitle>
|
---|
120 | <segtitle>Installed Directory</segtitle>
|
---|
121 |
|
---|
122 | <seglistitem>
|
---|
123 | <seg>None</seg>
|
---|
124 | <seg>libxvidcore.{so,a}</seg>
|
---|
125 | <seg>/usr/share/doc/xvidcore-&xvid-version;</seg>
|
---|
126 | </seglistitem>
|
---|
127 | </segmentedlist>
|
---|
128 |
|
---|
129 | <variablelist>
|
---|
130 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
131 | <?dbfo list-presentation="list"?>
|
---|
132 | <?dbhtml list-presentation="table"?>
|
---|
133 |
|
---|
134 | <varlistentry id="libxvidcore">
|
---|
135 | <term><filename class='libraryfile'>libxvidcore.{so,a}</filename></term>
|
---|
136 | <listitem>
|
---|
137 | <para>provides functions to encode and decode most
|
---|
138 | MPEG-4 video data.</para>
|
---|
139 | <indexterm zone="xvid libxvidcore">
|
---|
140 | <primary sortas="c-libxvidcore">libxvidcore.{so,a}</primary>
|
---|
141 | </indexterm>
|
---|
142 | </listitem>
|
---|
143 | </varlistentry>
|
---|
144 |
|
---|
145 | </variablelist>
|
---|
146 |
|
---|
147 | </sect2>
|
---|
148 |
|
---|
149 | </sect1>
|
---|