source: multimedia/libdriv/xvid.xml@ 9da80b86

10.0 10.1 11.0 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 9da80b86 was 2eeb8695, checked in by Pierre Labastie <pieere@…>, 4 years ago

Format multimedia chapter

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

  • Property mode set to 100644
File size: 4.7 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 xvid-download-http "http://downloads.xvid.com/downloads/xvidcore-&xvid-version;.tar.gz">
8 <!ENTITY xvid-download-ftp " ">
9 <!ENTITY xvid-md5sum "5c6c19324608ac491485dbb27d4da517">
10 <!ENTITY xvid-size "804 KB">
11 <!ENTITY xvid-buildsize "7.1 MB">
12 <!ENTITY xvid-time "0.1 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>
33 <application>XviD</application> is an MPEG-4 compliant video CODEC.
34 </para>
35
36 &lfs91_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&xvid-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&xvid-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &xvid-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &xvid-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &xvid-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &xvid-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">XviD Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Optional</bridgehead>
75 <para role="optional"><xref linkend="yasm"/></para>
76
77 <para condition="html" role="usernotes">User Notes:
78 <ulink url="&blfs-wiki;/xvid"/></para>
79
80 </sect2>
81
82 <sect2 role="installation">
83 <title>Installation of XviD</title>
84
85 <note>
86 <para>
87 This package tarball expands to <filename
88 class='directory'>xvidcore</filename>, not the expected <filename
89 class='directory'>xvidcore-&xvid-version;</filename>.
90 </para>
91 </note>
92
93 <para>
94 Install <application>XviD</application> by running the following
95 commands:
96 </para>
97
98<screen><userinput>cd build/generic &amp;&amp;
99sed -i 's/^LN_S=@LN_S@/&amp; -f -v/' platform.inc.in &amp;&amp;
100./configure --prefix=/usr &amp;&amp;
101make</userinput></screen>
102
103 <para>
104 This package does not come with a test suite.
105 </para>
106
107 <para>
108 Now, as the <systemitem class="username">root</systemitem> user:
109 </para>
110
111<screen role="root"><userinput>sed -i '/libdir.*STATIC_LIB/ s/^/#/' Makefile &amp;&amp;
112make install &amp;&amp;
113
114chmod -v 755 /usr/lib/libxvidcore.so.4.3 &amp;&amp;
115install -v -m755 -d /usr/share/doc/xvidcore-&xvid-version;/examples &amp;&amp;
116install -v -m644 ../../doc/* /usr/share/doc/xvidcore-&xvid-version; &amp;&amp;
117install -v -m644 ../../examples/* \
118 /usr/share/doc/xvidcore-&xvid-version;/examples</userinput></screen>
119
120 </sect2>
121
122 <sect2 role="commands">
123 <title>Command Explanations</title>
124
125 <para>
126 <command>sed -i 's/^LN_S=@LN_S@/&amp; -f -v/' platform.inc.in</command>:
127 Fix error during <command>make install</command> if reintalling
128 or upgrading.
129 </para>
130
131 <para>
132 <command>sed -i '/libdir.*STATIC_LIB/ s/^/#/' Makefile</command>:
133 This command disables installing the static library.
134 </para>
135
136 </sect2>
137
138 <sect2 role="content">
139 <title>Contents</title>
140
141 <segmentedlist>
142 <segtitle>Installed Programs</segtitle>
143 <segtitle>Installed Library</segtitle>
144 <segtitle>Installed Directory</segtitle>
145
146 <seglistitem>
147 <seg>None</seg>
148 <seg>libxvidcore.so</seg>
149 <seg>/usr/share/doc/xvidcore-&xvid-version;</seg>
150 </seglistitem>
151 </segmentedlist>
152
153 <variablelist>
154 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
155 <?dbfo list-presentation="list"?>
156 <?dbhtml list-presentation="table"?>
157
158 <varlistentry id="libxvidcore">
159 <term><filename class='libraryfile'>libxvidcore.so</filename></term>
160 <listitem>
161 <para>
162 provides functions to encode and decode most
163 MPEG-4 video data.
164 </para>
165 <indexterm zone="xvid libxvidcore">
166 <primary sortas="c-libxvidcore">libxvidcore.so</primary>
167 </indexterm>
168 </listitem>
169 </varlistentry>
170
171 </variablelist>
172
173 </sect2>
174
175</sect1>
Note: See TracBrowser for help on using the repository browser.